Ask Your Question
0

Using Common Language Runtime Support in Console Application

asked 2014-11-18 11:24:15 -0600

Inbar gravatar image

bsd

Hi,I am working on visual studio 12 (c++ win console app) and Opencv2.4.9,wrote a program for detecting contours (using findcontours) that worked fine, however as I changed the configuration of the Common Language Runtime Support to Common Language Runtime Support (/clr) (since I wanted to use the using namespace System::Diagnostics;) the findcotours function stop working and I keep getting this error: (Warning 9 warning LNK4099: PDB 'opencv_ts249d.pdb' was not found with 'opencv_ts249d.lib(opencv_ts_pch.obj)' or at 'C:\Users\VP\Documents\Visual Studio 2012\Projects\OccupnacyDetection\x64\Debug\opencv_ts249d.pdb'; linking object as if no debug info
C:\Users\VP\Documents\Visual Studio 2012\Projects\OccupnacyDetection\OccupnacyDetection\opencv_ts249d.lib(opencv_ts_pch.obj)

ur help is appreciated,

Inbar

edit retag flag offensive close merge delete

Comments

That's not an error, but a warning. And what do you mean with "stop working"?

boaz001 gravatar imageboaz001 ( 2014-11-19 09:34:43 -0600 )edit

1 answer

Sort by ยป oldest newest most voted
0

answered 2015-03-09 02:47:14 -0600

Check this one.....How to common language runtime

Ling

edit flag offensive delete link more

Question Tools

Stats

Asked: 2014-11-18 11:24:15 -0600

Seen: 739 times

Last updated: Nov 18 '14