Does this make sense to anyone? ---------- Forwarded message ---------- From: Brett Calcott <[EMAIL PROTECTED]> Date: May 31, 2006 12:08 AM Subject: Re: [scons-users] How to use the manifest feature of msvc2005? To: [EMAIL PROTECTED]
I had problem with getting the manifest working too. I am using the latest .svn version of Scons. I finally got everything to work by removing a command line option in the compile. In 7.1 one of the CPPFLAGS is "/MD". When I removed this flag, everything worked fine. I think this is something to do with the manifest now being the place that the library is specified. But really, once it started working, I didn't bother to find out the deep explanation :) HTH, Brett On 5/31/06, Bo Peng <[EMAIL PROTECTED]> wrote:
Dear list, I am building an application using msvc 2005 express edition. The problem builds smoothly. But when I start the program, I get a R6034 error which, by MSDN, points to a manifest generation/inclusion problem. I am using scons 0.96.92 and the manual says setting WINDOWS_INSERT_MANIFEST will handle the .manifest file automatically. I did exact this but the command lines (and of course the errors) are the same. How am I supposed to handle this problem? Note there is no manifest file generated. If I manually run: > link /manifest ..... app.exe I will get an app.exe.manifest file but running > mt.exe –manifest app.exe.manifest -outputresource:app.exe;1 as suggested by http://msdn2.microsoft.com/en-us/library/ms235591.aspx does not solve the problem. Many thanks in advance. Bo --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
-- Brett Calcott http://www.ruminant-marsupial.net --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]