I'm getting the hang of PowerBasic (thanks for everyone's help!), so I loaded PowerGen on my system. And, once again, I am struggling.
I read through the entire help file and did the example they show. I've made the adjustments listed in the FAQ here, but I still can't get it to compile from an RC file to an RES file. I get an error message that says "file not found: 100". The "100", of course, is referring to the statement:
100 DIALOG PRELOAD 6, 18, 297, 195
that was placed in the DLG file by the dialog editor.
What do I do now?
Am I correct in understanding that PowerGen runs only from a DOS command line?
Thanks,
Dale
------------------
I read through the entire help file and did the example they show. I've made the adjustments listed in the FAQ here, but I still can't get it to compile from an RC file to an RES file. I get an error message that says "file not found: 100". The "100", of course, is referring to the statement:
100 DIALOG PRELOAD 6, 18, 297, 195
that was placed in the DLG file by the dialog editor.
What do I do now?
Am I correct in understanding that PowerGen runs only from a DOS command line?
Thanks,
Dale
------------------
Comment