can’t find the pdb(opencv_world300d.pdb)

asked 2015-02-02 01:42:04 -0600

runner gravatar image

When I want to find where the opencv_world300d.pdb is,I find that there is only the opencv_ts300d.pdb. So I think it may be the bug of the opencv3.0-beta.

What's the solution? Please help me. Thank you!

edit retag flag offensive close merge delete

Comments

If you want the pdb files than you have the build OpenCV sourcecode from scratch. It is system dependent debug information for each module, and is not standard shipped for the modules in a prepacked version. However you can simply use OpenCV without them if you do not want to run debug sessions.

StevenPuttemans gravatar imageStevenPuttemans ( 2015-02-02 04:37:21 -0600 )edit