Hi Alex,

Thanks for the suggestions! It turned out that I was using a rather old version of the Trackd API which just don't work with OpenSG in release mode. I have just downloaded the latest version of the API from VRCO and everything works fine now.

/Rune


Alex Allen wrote:

Hi rune,
Most of the time when this happens it is due to an unititialized variable
somewhere. Debug mode has each variable initialized to a specific value, while
release doesnt. I would check your code for any unitialized variables (stray
pointers ect). Also, do you have all your project preferences set the same for
both release and debug mode? If that doesnt work let me know, but most of the
time when your program will run in debug but not in release it is because debug
mode is very forgiving, and also tends to overallocate memory.
Hope it helps,
--Alex

Hi all,

I'm trying to use the Trackd API 2.0 for getting tracking input in an OpenSG win32 application. I'm simply modiying a tutorial sample to instantiate a TrackerReader object and link with the trackdAPI_MT.lib library. This works fine in debug mode, but crashes in release mode with the error: "The application failed to initailize properly (0xc0000018)", so the app does not even reach it's entrypoint correctly. Anybody know what can cause this problem?

cheers,
/Rune


-------------------------------------------------------
SF.Net email is sponsored by:
Tame your development challenges with Apache's Geronimo App Server. Download
it for free - -and be entered to win a 42" plasma tv or your very own
Sony(tm)PSP.  Click here to play: http://sourceforge.net/geronimo.php
_______________________________________________
Opensg-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/opensg-users





-------------------------------------------------------
SF.Net email is sponsored by:
Tame your development challenges with Apache's Geronimo App Server. Download
it for free - -and be entered to win a 42" plasma tv or your very own
Sony(tm)PSP.  Click here to play: http://sourceforge.net/geronimo.php
_______________________________________________
Opensg-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/opensg-users



-------------------------------------------------------
SF.Net email is sponsored by:
Tame your development challenges with Apache's Geronimo App Server. Download
it for free - -and be entered to win a 42" plasma tv or your very own
Sony(tm)PSP.  Click here to play: http://sourceforge.net/geronimo.php
_______________________________________________
Opensg-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/opensg-users

Reply via email to