Hi!
Is there a way to call blitzmax function and type in C++ ?
Thanks
yes. you need to setup a callback in C++ using function pointers. you can have pointers to type functions or regular functions but not methods. i couldnt explain it any better than this post:
Pass BM function pointers to C/C++ code