Hello Ander, I have no idea why your MSVC generates wrong manifest files. I have never had this issue before. Maybe your MSVC installation is faulty? Could you ask your question in a MSVC forums?
Best regards, Wim. 2010/1/14 Ander.x <[email protected]>: > >> >> hi, wim > > I installed WT according to this wiki page: > http://redmine.webtoolkit.eu/wiki/wt/Installing_Wt_on_MS_Windows > > my software versions are: > > CMAKE: 2.8.0 > BOOST: 1.40 (I downloaded boostpro windows installer to install) > WT: 3.1.0a > > I followed the instructions on the wiki page. > I carefully thinked about what I have done, and yes you are right. The > menifest file > is embedde into the exe. But when I try to run an example(Press F5 in > vs2005), e.g. running Hello project > I got the following error box(see attachment). > Then in order to check the menifest file, I changed the property of the > hello project: > right click the project->properties->menifest tool->input and output->embed > menifest(change > from "yes" to "no"). > Then try to only rebuild the project, the menifest file will be spilted > out as a single file "hello.wt.exe.manifest". > > I open the menifest file and it says: > > > <?xml version="1.0" encoding="UTF-8" standalone="yes"?> > <assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0"> > <dependency> > <dependentAssembly> > <assemblyIdentity type="win32" name="Microsoft.VC80.DebugCRT" > version="8.0.50608.0" processorArchitecture="x86" > publicKeyToken="1fc8b3b9a1e18e3b"></assemblyIdentity> > </dependentAssembly> > </dependency> > <dependency> > <dependentAssembly> > <assemblyIdentity type="win32" name="Microsoft.VC80.DebugCRT" > version="8.0.50727.4053" processorArchitecture="x86" > publicKeyToken="1fc8b3b9a1e18e3b"></assemblyIdentity> > </dependentAssembly> > </dependency> > </assembly> > > > on my machine, the debugCRT version is 8.0.50727.42.(I check the e.g. > msvcp80.dll in the > dir: C:\Program Files\Microsoft Visual Studio > 8\VC\redist\x86\Microsoft.VC80.CRT) So I have to manually change the version > to "8.0.50727.42" in the menifest file and save it. When running after the > manual change, everythings goes well. > > How will WT decide the version above? I think some users may be confused if > the error boxes > come out. > > > br, > Anders Li > > > > > > > > > > > >> >> Message: 3 >> Date: Tue, 12 Jan 2010 17:12:35 +0100 >> From: Wim Dumon <[email protected]> >> Subject: Re: [Wt-interest] simplechat example >> To: [email protected] >> Message-ID: >> <[email protected]> >> Content-Type: text/plain; charset=ISO-8859-1 >> >> Ander, >> >> If I compile wt and examples on windows, the manifests are always >> embedded in the .exe's. In the build directory, there are only >> *.embed.manifest and *.intermediate.manifest files. Did your build >> options? What version of cmake are you using? Maybe newer cmakes >> generate separate manifest files? >> >> Regards, >> Wim. >> >> 2010/1/12 Ander.x <[email protected]>: >> > Good evening, >> > >> > I played with WT on windows XP. >> > "WT" solution includes a "simplechat.wt" project and some other >> > examples. I >> > built it >> > and found that the file "simplechat.wt.exe.manifest" is not generated >> > under >> > simplechat\debug\ >> > although some manifest related files are generated under >> > simplechat\simplechat.wt.dir\Debug. >> > >> > I compared this project properties with "hello" example project >> > properties, >> > I could not find differences between them. But hello example project, >> > when >> > be built, the file "hello.wt.exe.manifest" could be generated under >> > hello\debug\. >> > >> > What's the reason? >> > >> > I also found that simplechat didn't need EXTJs(but references say it >> > needs >> > it). >> > >> > br, >> > Anders Li >> > > > > ------------------------------------------------------------------------------ > Throughout its 18-year history, RSA Conference consistently attracts the > world's best and brightest in the field, creating opportunities for > Conference > attendees to learn about information security's most important issues > through > interactions with peers, luminaries and emerging and established companies. > http://p.sf.net/sfu/rsaconf-dev2dev > _______________________________________________ > witty-interest mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/witty-interest > > ------------------------------------------------------------------------------ Throughout its 18-year history, RSA Conference consistently attracts the world's best and brightest in the field, creating opportunities for Conference attendees to learn about information security's most important issues through interactions with peers, luminaries and emerging and established companies. http://p.sf.net/sfu/rsaconf-dev2dev _______________________________________________ witty-interest mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/witty-interest
