Manifest problems
Guy Fawkes
spare_the_rod at spoilthechild.com
Tue Sep 5 08:07:47 PDT 2006
wxMSW 2.7.0-1
Visual C++ 2005 Express Edition
I've compiled the wxWidgets library and there is a wx.manifest file in the
include\wx\msw directory.
I've compiled a project (which I converted from Visual C++ 6 and which
compiled and ran fine under it) and the compilation seems to go well under
Visual C++ 2005 Express Edition (thanks to the wxWiki).
I'm now getting linker errors, though:
Linking...
Creating Manifest...
.\wx\msw\wx.manifest: general error c1010070: Failed to load and parse the
manifest. The system could not find the specified path
The project executable *IS* created, though I can't seem to start it since
it can't find the MSVCR80.DLL. It's on the hard drive but I can't just copy
it to the directory where the executable resides. It seems MS has made it
more difiicult to get something working, probably has something to do with
.NET.
It looks like it's trying to create the manifest for my project and it's
tyring to find the wxWidgets manifest and can't find it. The wxWidgets
include directory is in the include path, though.
Anyone know what I need to do to get this to work properly?
--
Posted via a free Usenet account from http://www.teranews.com
More information about the wx-users
mailing list