Hello! I'm evaluating OBD for the use of CFX Customtags. So far, precompiled tags work fine.
However I tried to compile the "BlueDragonHello.cpp" by my own. Although I don't get an error from the compiler, I throws an error on execution. Can anyone here help me? Is there someting that needs to be regarded? Some magic compiler switches, I'm not aware of? I tried it with MinGW on Windows. g++ -I c:\cfx\include -c BlueDragonHello.cpp g++ -shared -o BlueDragonHello.dll BlueDragonHello.o This dll throws this exeption: "CFML Runtime Error Error = CFXNativeLib caught an unrecognized exception, Diagnostics = " Regards Michael -- official tag/function reference: http://openbd.org/manual/ mailing list - http://groups.google.com/group/openbd?hl=en
