And you'll have to wait a little more for an Oxygen version of Toy interpreter.
Oxygen memory allocation is still too buggy for that.
-oh this is not good news...even i think that i can force
Oxygen to do that...hey i even create toy interpreter with all
old bugs and work .
Mike i use in my editor this:
sRet = ShellExecute 0,"open","fbsl.exe",chr(34)+fName+chr(34),"",5and as you can see ...it work like a charm
Mike you have in this include file (Events.inc)
3 CASE options..right?
1. ID_RUN - red button
which is suposed to run file and eventualy save before execution
using startup file...right?
2.IDM_RUNFILE - yellow button...who not respond?
which must run file
And in your version of ShellExecute you use NULL pointer instead of
proper command
"open"...why you that i am not sure ?
Rest of function looks ok to me .
So i will modify this function and try to recompile...
i think that this NULL pointer is a main problem on my xpsp2.