Has anyone here ever tried to integrate the BOZOL interpreter by Erik Olsen into a program? I am trying to, but I always get a compile error about an array being a non-array variable. It compiles alone, but when I integrate it, it gets this error.
Also, does anyone know how to shut down an ATX PC from a PowerBASIC program? I have the code to reboot, but not to shut down. I also have an assembly program to perform this, but don't know how to integrate it into PowerBASIC.
I know this is going out on a limb, but I'm writing an OS. How do I run a program from PowerBASIC without DOS calls, then return control to my program. Similar to RUN or EXEC, but it needs to return control to my program.
-------------
Amos
Also, does anyone know how to shut down an ATX PC from a PowerBASIC program? I have the code to reboot, but not to shut down. I also have an assembly program to perform this, but don't know how to integrate it into PowerBASIC.
I know this is going out on a limb, but I'm writing an OS. How do I run a program from PowerBASIC without DOS calls, then return control to my program. Similar to RUN or EXEC, but it needs to return control to my program.
-------------
Amos
Comment