Page 1 of 1

Unhandled exception at 0x05432492 in devr.exe: 0xC00000

Posted: Wed Jul 22, 2009 12:56 pm
by mdogg
Hi, I am creating a DLL for virtools that uses the optitrack point cloud.

The error only comes when I try to start the cloud

Code: Select all

pointCloud->Start();  
When this line is commented out the DLL loads properly and doesn't spit an error.
When I run virtools, I get this error:

Code: Select all

Unhandled exception at 0x05432492 in devr.exe: 0xC00000
What am I doing wrong?