Iris2.de

Iris2-Forum
It is currently Tue Mar 19, 2024 11:24 am

All times are UTC




Post new topic Reply to topic  [ 1 post ] 
Author Message
PostPosted: Thu Apr 12, 2007 1:41 pm 
Offline
iris2-developer
User avatar

Joined: Mon Aug 09, 2004 12:20 pm
Posts: 1431
We had problem with VS2005 and our Updater.exe Tool.

Here is now a sollution for all Developers using VS8 with the crt.

Code:
// for generating exe
/*
1) set \md in [cpp->code generation]
2) build app
3) save from obj dir Kaeto.exe.intermediate.manifest for later
4) set ‘no’ for generating manifest in [linker->manifest]
5) rename Kaeto.exe.intermediate.manifest -> Kaeto.exe.manifest
6) edit Kaeto.exe.manifest, and change version to 8.0.50727.762
7) add Kaeto.exe.manifest in [manifest->input]
8) build app
9) add into app folder ‘Microsoft.VC80.CRT.manifest’, ‘msvcp80.dll’, ‘msvcr80.dll’
10) now it work on all win xp
*/

// for generating dll
/*
1) set \md in [cpp->code generation]
2) build dll
3) set ‘no’ for generating manifest in [linker->manifest]
4) add Microsoft.VC80.CRT.manifest in [manifest->input]
5) build dll
6) add into dll folder ‘Microsoft.VC80.CRT.manifest’, ‘msvcp80.dll’, ‘msvcr80.dll’
7) now it work on all win xp
*/


All example sources and dll and app is here http://tfib.miracle-intermedia.net/download/some/manifest%20solution%20to%20run%20anywhere.zip

_________________
http://crankgaming.blogspot.com/ | https://twitter.com/#!/crank_gaming


Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 1 post ] 

All times are UTC


Who is online

Users browsing this forum: No registered users and 1 guest


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
cron
Powered by phpBB® Forum Software © phpBB Group