IonicWind Software

IWBasic => General Questions => Topic started by: J B Wood (Zumwalt) on November 09, 2007, 09:30:57 AM

Title: callback routine question
Post by: J B Wood (Zumwalt) on November 09, 2007, 09:30:57 AM
In Aurora I have
declare *NewtonAllocMemory(int sizeInBytes),pointer

What is this equal to in EBasic for a callback routine?
Title: Re: callback routine question
Post by: Ionic Wind Support Team on November 09, 2007, 01:15:20 PM
See Users Guide -> Language -> subroutines.  About 3/4 down the page to "Indirectly calling subroutines"

Paul.
Title: Re: callback routine question
Post by: J B Wood (Zumwalt) on November 09, 2007, 02:17:51 PM
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..