davecamp
davecamp
Why not use Print in that case? There must be a bigger picture that I don't see at the mo :p
I do remember coming across one situation where I wanted to call BMax code from c++ code years ago and that was so I could create complete usable COM objects...
Be careful not to lose sight of the original goal of what BlitzMax stands for... making 2D games across multiple platforms :-)
Hiya, Have you looked into how the Windows system handles exceptions via its 'Structured Exception Handling' mechanism. Maybe something of a similar structure could be fashioned for NG? [http://bytepointer.com/resources/pietrek_crash_course_depths_of_win32_seh.htm]
Hey, The issue is an incorrect cast in the generated code, or more precisely the lack of a cast when assigning the result of this function to variables. The GetOpenALFunction...