Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

that's runtime warnings, not actual error, right ?

it seems, you're using the prebuilt binaries, and they come in fact without the corresponding pdb files (they are probably too large).

you can still run, and even debug your program. only thing you cannot do without the pdb's is jump into the library code with the debugger.

if you really need to do that / can't live without pdb's, rebuilding the binaries using cmake will produce dlls/pdbs in bin/debug