When pressing Ctrl+E (Build and execute) the following should happen:
It would take less than a week for one programmer to add this to PBEdit.exe and it would make life a lot easier for many of us.
I dont understand why it isnt there all ready. Please add it!
Regards
Peter
[This message has been edited by Peter Stephensen (edited March 28, 2000).]
Code:
1) Save current files. 2) Open current bas-file and get exe-dir (from #COMPILE-sentence) and res-dir(from #RESOURCE-sentence). 3) if there is a res-dir: a) look for a res-file. Compile it with pbres.exe. b) look for a "resource.h"-file. Convert it to "resource.inc" (convert C-constants to PB-constants). 4) Compile bas-file. 5) Change to exe-dir and execute exe-file.
I dont understand why it isnt there all ready. Please add it!
Regards
Peter
[This message has been edited by Peter Stephensen (edited March 28, 2000).]
Comment