In Aurora I have
declare *NewtonAllocMemory(int sizeInBytes),pointer
What is this equal to in EBasic for a callback routine?
See Users Guide -> Language -> subroutines. About 3/4 down the page to "Indirectly calling subroutines"
Paul.
I guess there is ups and downs to everything, atleast I got this far for the compiler to say:
Compiling...
newton.eba
No Errors
Linking...
Emergence Linker v1.11 Copyright ÂÃ,© 2006 Ionic Wind Software
Generating K:\Program Files\EBDev\projects\Newton\newton.exe
Build completed
Now to get to the next phase, which is make it understandable to anyone in the world beyond my brain cells..