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

Post Reply
mdogg
Posts: 1
Joined: Wed Jul 22, 2009 12:52 pm

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

Post 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?
Post Reply