News:

Accounts with zero posts and zero activity during the last months will be deleted periodically to fight SPAM!

Main Menu

How to generate manifest?

Started by skywriter, May 20, 2008, 01:38:22 PM

Previous topic - Next topic

skywriter

I'm trying to compile "squares.c" console example from OpenCV using VC++.
Exe file causes runtime error R6034 because of M$ specific library managment.
I healed this error by copying manifest file from C::B wizard created project to my project and embedding it into exe with following command:

"C:\Program Files\OpenCV\bin>"\Program Files\Microsoft SDKs\Windows\v6.0A\bin\mt.exe" /nologo /manifest "cvsample.exe.manifest" /outputresource:"cvsample.exe";1"

I suppose copying manifest from other project is "the way of crutch".
The question is: how to force C::B generate manifest for project?