Universal Routine Pointers
Does any one know if the routine pointers between
c-function/euphoria-routines are universal ?
I mean, when I already routine_id () -ed 2 euphoria routines, and then I
link a c-routine, is the number of the c-routine unique ?
Example:
i1 = routine_id("something") -- i1 will become 0
i2 = routine_id ("something else") -- i2 will become 1
Now, when I link a c-routine, will its pointer become 0 or 2 ?
I could try this myself, but for me, without any win32 knowledge, I have to
dig up some legal routine decleration, or hack some of the example programs.
Im assuming some here already know....
Ralf
|
Not Categorized, Please Help
|
|