Patch #1021 2006-04-28 03:52

cprgmswr2

Embed Codeblocks.exe.Manifest into codeblocks.exe
Download
1021-Embed_Codebloc.patch (323 bytes)
Category
 
Status
Out of date
Close date
2006-04-28 07:05
Assigned to
 
in File src/resources\resources.rc

Line 20: 24 1 "codeblocks.exe.manifest" 

The numbers were mixed up... by fixing the line to read as followed: 
  1 24 "codeblocks.exe.manifest"

This will embed the file codeblocks.exe.manifest into the codeblocks.exe which then the file codeblocks.exe.manifest will no longer be needed
thomasdenk 2006-04-28 07:05

You must be referring to an old version, or there is some misunderstanding.

The manifest file is embedded into the application since 21 April 2005 (more than one year).

I checked the current revision to be 100% sure, and PE resource explorer clearly shows it is there, as expected. The application works exactly the same without distributing the manifest file separately on several machines running XP.

Maybe the fact that the file is still (unnecessarily) in the output directory when you build from source is the reason for that misunderstanding.