Click here to Skip to main content
15,881,248 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more: , +
Hi, i made a program which finds contours of a given binary image..it works fine when i used it in vs2010..it is a console project..Now i tried the same code in Qt(used QT add-in in vs2010) with an simple interface.But it gives an exception in
C++
findContours(Dialate, contours, hierarchy, CV_RETR_TREE , CV_CLOCKWISE, Point(0, 0));
line..i searched it on internet and one solutuion i found is change MFC as a shared DLL..but i ddnt work..Need help guys..Thanks in advance...

Exception :

Windows has triggered a breakpoint in TestProject.exe.

  This may be due to a corruption of the heap, which indicates a bug in TestProject.exe or any of the DLLs it has loaded.

  This may also be due to the user pressing F12 while TestProject.exe has focus.

  The output window may have more diagnostic information
Posted
Updated 25-Jun-13 23:41pm
v2
Comments
The_Inventor 26-Jun-13 5:24am    
Sometimes Microsoft doesn't follow their own suggested guide lines for programming interfaces in .DLL's. Apple and Windows have had a hate-love relationship since the beginning of point and click. Often, when using the next version of VS, thinking it will recompile OK, when ...
Richard MacCutchan 26-Jun-13 5:43am    
You will need to do some debugging to find the cause of the problem. It is impossible for anyone else to guess what may be happening inside your code.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900