News:

Accounts with zero posts and zero activity during the last months will be deleted periodically to fight SPAM!

Main Menu

I have a problem while installing opencv 2.3 on codeBlocks

Started by saturnnebula, September 29, 2011, 08:26:20 AM

Previous topic - Next topic

saturnnebula

opencv2.3+mingW+codeBlocks...
In my demo project,
I have added head files to "Build Option-Search Directories-compiler",
.dll.a and .dll to "Build Option-Search Directories-linker".
And add .libs to "Build Option-Linker Settings".
What else shoud I do?
It's OK when I compile it.However APPCRASH while running.
Hope for your help!

MortenMacFly

Quote from: saturnnebula on September 29, 2011, 08:26:20 AM
It's OK when I compile it.
S C::B and the compilers are working fine.
Quote from: saturnnebula on September 29, 2011, 08:26:20 AM
However APPCRASH while running.
Fix your code, probably start using a debugger.

Sorry, but what do you think else we should tell with this little information you give? :shock: In addition, helping with application code which compiles is totally out of the scope of this forum.
Compiler logging: Settings->Compiler & Debugger->tab "Other"->Compiler logging="Full command line"
C::B Manual: [url="https://www.codeblocks.org/docs/main_codeblocks_en.html"]https://www.codeblocks.org/docs/main_codeblocks_en.html[/url]
C::B FAQ: [url="https://wiki.codeblocks.org/index.php?title=FAQ"]https://wiki.codeblocks.org/index.php?title=FAQ[/url]