Compatible Visual Studio versions

Post Reply
ThePengoose
Posts: 16
Joined: Thu Mar 18, 2010 6:19 pm

Compatible Visual Studio versions

Post by ThePengoose »

Is the camera SDK compatible with VS2008? I have an application up and running with OpenCV and the Camera SDK in VS2008 and it works well however building in release mode and the app will crash on the first call to the camera SDK.

Has anyone else had this problem?
NaturalPoint - Mike
Posts: 1896
Joined: Tue Feb 01, 2011 8:41 am
Location: Corvallis, OR

Re: Compatible Visual Studio versions

Post by NaturalPoint - Mike »

LinusA
Posts: 37
Joined: Mon Nov 08, 2010 8:43 am
Location: Aachen, Germany
Contact:

Re: Compatible Visual Studio versions

Post by LinusA »

Just to be clear: Yes, the camera SDK is compatible with VS2008. I myself am using it with OpenCV 2.2 and Qt 4.7.3 on WinXP and Win7 (both 32bit) with VS2008, and with VS2010 (and OpenCV and Qt) on Win7 64bit.
Argo
Posts: 2
Joined: Thu Jun 21, 2012 11:47 am

Re: Compatible Visual Studio versions

Post by Argo »

Some of this is very pertinent to my issue...I'm running VS2010 with QT on a Windows7 64Bit OS. Everything compiles fine, but as soon as I try to initialize a camera the code crashes with an ntdll.dll heap corruption error. I'm compiling with multithreadedDLL. Anyone have any ideas?
NaturalPoint - Mike
Posts: 1896
Joined: Tue Feb 01, 2011 8:41 am
Location: Corvallis, OR

Re: Compatible Visual Studio versions

Post by NaturalPoint - Mike »

Hello -

The best suggestion I could give you here would be to work up a sample that exhibits this issue, then send the entire project to me at support@naturalpoint.com. We can take a look at that and attempt to find the issue for you.
Argo
Posts: 2
Joined: Thu Jun 21, 2012 11:47 am

Re: Compatible Visual Studio versions

Post by Argo »

Mike,

Project was uploaded to your ftp yesterday. Thanks.
NaturalPoint - Mike
Posts: 1896
Joined: Tue Feb 01, 2011 8:41 am
Location: Corvallis, OR

Re: Compatible Visual Studio versions

Post by NaturalPoint - Mike »

Got it, thanks! Will keep you up on how reviewing it goes.
Post Reply