Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

Unresoled External Symbol <--> debug_build_guard

this means, you are trying to link RLEASE libs to a DEBUG project.

please make sure, you ONLY link opencv libs with a trailing 'd', like opencv_core341d.lib in DEBUG mode, and without for RELEASE

Unresoled External Symbol <--> debug_build_guard

this means, you are trying to link RLEASE RELEASE libs to a DEBUG project.

please make sure, you ONLY link opencv libs with a trailing 'd', like opencv_core341d.lib in DEBUG mode, and without for RELEASE

Unresoled Unresolved External Symbol <--> debug_build_guard

this means, you are trying to link RELEASE libs to a DEBUG project.

please make sure, you ONLY link opencv libs with a trailing 'd', like opencv_core341d.lib in DEBUG mode, and without for RELEASE