¿ªÔÆÌåÓý

Re: Best VM turnkey package.
See Dave Wade's page... http://www.smrcc.org.uk/members/g4ugm/VM370.htm Joe
By Joe Monk · #2656 ·
Best VM turnkey package.
What would be the best turnkey package to download and run? VM370 of course, and where can I get it? Thanks. Sent: Tuesday, February 2, 2021 7:50 PM To: [email protected] Subject: Re: [h390-vm]
By Mike Ward · #2655 ·
Re: Browseable / Searchable Sources - #sixpack
I¡¯m using a GESHI Filter (GEneric Syntax HIlighter) [open source project] for all of the sources. ?It still needs to be tuned a bit but I¡¯m applying it to a bunch of different assembly language
By Steve Z · #2654 ·
Re: Browseable / Searchable Sources - #sixpack
Very cool! What's doing the source highlighting? Tony H.
By Tony Harminc · #2653 ·
Browseable / Searchable Sources - #sixpack
If anyone is interested in using a browser to view / search the sources (with all updates applied and the update histories) as distributed in the 1.3 Sixpack, it is provided here:
By Steve Z · #2652 ·
VM370 CMS VMEX - spreadsheet
I loaded up to github? ( https://github.com/tchandler48/vmex ) a working spreadsheet program.? It is not excel, but does a good job at a start.? Complete math parser, and about 10 builtin
By Tom Chandler · #2651 ·
Re: Interesting issue with SCANF and GCCLIB
Apologies - when I say fseek() I mean ftell()!
By adriansutherland67 · #2650 ·
Re: Interesting issue with SCANF and GCCLIB
Hi Dave Appreciate you may find this unhelpful but It works *fine-ish* on the latest version of CGGLIB. That said the scanf() implementation was not changed. Looking at the code, the reason that
By adriansutherland67 · #2649 ·
Interesting issue with SCANF and GCCLIB
Folks, There seems to be an issue with the GCCLIB and SCANF. So I have a simple 2-liner, printf() and scanf() but scanf errors. . seeing as scanf() can only be called for STDIN has any one any idea
By Dave Wade · #2648 ·
Re: Two New Projects
By Dave Wade · #2647 ·
Re: Two New Projects
Your English isn't half bad, for a Brit. ;) [Dave runs for cover] -Dave -- Dave McGuire, AK4HZ New Kensington, PA
By Dave McGuire · #2646 ·
Re: Two New Projects
I wouldn¡¯t know. I was never taught any English grammar. I was always encouraged to be expressive and not to worry about grammar or spelling. This was a problem when I came to write Fortran II
By Dave Wade · #2645 ·
Re: Two New Projects
I might lose (a verb) ... but I very seriously doubt I would loose (an adjective). Joe
By Joe Monk · #2644 ·
Re: Two New Projects
You would loose.. Dave Sent: 26 January 2021 13:02 To: [email protected] Subject: Re: [h390-vm] Two New Projects Tom, I'd be willing to bet that if you look at the PROFILE EXEC for gcccms and the
By Dave Wade · #2643 ·
Re: Two New Projects
Tom, You should probably create a separate account for doing ¡°C¡± development but that¡¯s not trivial¡­. .. we still have two library problems¡­ By default GCC targets PDPCLIB but it looks like
By Dave Wade · #2642 ·
Re: Two New Projects
Also, I forgot to mention ... There are two flavors of C libraries on CMS. One is GCCLIB and the other is PDPLIB. I recommend you stick with GCCLIB and see what happens... Joe
By Joe Monk · #2641 ·
Re: Two New Projects
Tom, I'd be willing to bet that if you look at the PROFILE EXEC for gcccms and the PROFILE EXEC for cmsuser you will find the problem. Youre probably missing a minidisk definition. Joe
By Joe Monk · #2640 ·
Re: Two New Projects
Mr. Wade, When I started the porting effort, I had little or no knowledge of VM370. I have always been an application person. So I looking at logons, gcccms looked like the place for any "C"
By Tom Chandler · #2639 ·
Re: Two New Projects
The ¡°h¡± files I am referring to are those for the ¡°C¡± libraries. There are two sets and almost all ¡°C¡± code needs at least one. I think you need to complain to the owner of the package.
By Dave Wade · #2638 ·
Re: Two New Projects
Dave, The README file to which I am referring is on the github site (?github.com/tchandler48/cmsbasic ).? When one downloads the entire project, selecting the "Download Zip" option, the README file
By Jim Snellen · #2637 ·