May 03, 2024, 12:03:02 PM

News:

Own IWBasic 2.x ? -----> Get your free upgrade to 3.x now.........


callback routine question

Started by J B Wood (Zumwalt), November 09, 2007, 09:30:57 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

J B Wood (Zumwalt)

In Aurora I have
declare *NewtonAllocMemory(int sizeInBytes),pointer

What is this equal to in EBasic for a callback routine?

Ionic Wind Support Team

See Users Guide -> Language -> subroutines.  About 3/4 down the page to "Indirectly calling subroutines"

Paul.
Ionic Wind Support Team

J B Wood (Zumwalt)

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..