Author Topic: How to generate manifest?  (Read 3014 times)

Offline skywriter

  • Single posting newcomer
  • *
  • Posts: 6
How to generate manifest?
« on: May 20, 2008, 01:38:22 pm »
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?
« Last Edit: May 20, 2008, 01:40:07 pm by skywriter »