In MSVC++ 2008...
Use CMAKE to generate project files
From project files...
1. Change DLL option to LIB
2. Change OUTPUT folder to ..\..\lib\($env)\($projectName)200($d).lib
HIGHGUI200.LIB may build but no use (looking for solution now)...
Alternatevely use shared library of HIGHGUI200.LIB and place CXCORE200.DLL and HIGHGUI200.DLL on the path
To Compile custom project, make sure change /MT(d) to /MD(d) in compiler option and set /NODEFAULTLIB:"libcmt(d).lib"
No comments:
Post a Comment