User forums > Using Code::Blocks
OpenCV error in code::blocks
stahta01:
Rereading your message implies that the error is during the wizard.
Right click on the wizard and you can edit it.
You need to state what are the names and path to the DLLs and DDL import libs:
I edited the wizard for me by removing [_T("\\libopencv_core") +].
--- Code: --- local test_release_lib_file = lib_nomacro + _T("\\libopencv_core") + VersionString + _T(".dll.a");
local test_debug_lib_file = lib_nomacro + _T("\\libopencv_core") + VersionString + _T("d.dll.a");
--- End code ---
But that was because the import library did not have the version in it.
Tim S.
Navigation
[0] Message Index
[*] Previous page
Go to full version