.
Help! Blitzmax function as C callback...
BlitzMax Forums/BlitzMax Programming/Help! Blitzmax function as C callback... .
.
if you created a module, you can call the function directly.
Whether you have a extern C File without the
module use extern and end extern to init the function from
the .c file and then call it.
Edit: Have a look to the IDE help, please. It is written down there.
IMurDOOM
Whether you have a extern C File without the
module use extern and end extern to init the function from
the .c file and then call it.
Edit: Have a look to the IDE help, please. It is written down there.
IMurDOOM
.