.
I had the same problem, but with BlitzBasic. I think the solution is
the same in this case...
The best way to do this is to use a program like Resource Hack.
<a href="http://delphi.icm.edu.pl/ftp/tools/ResHack.zip" target="_blank">Download it from here</a><BR><BR>
Then make a text file in notepad (or whatever). Call it manifest.txt
Enter this text into it:
Then you do the following with ResourceHacker:<BR>
Use Resource Hack open your exe and add a new resource, open the manifest.txt...
Resource Type : 24
Resource Name : 1
Resource Language : 1033
Save your exe and have fun you just made your embedded XP Manifest....
the same in this case...
The best way to do this is to use a program like Resource Hack.
<a href="http://delphi.icm.edu.pl/ftp/tools/ResHack.zip" target="_blank">Download it from here</a><BR><BR>
Then make a text file in notepad (or whatever). Call it manifest.txt
Enter this text into it:
Code: Select all
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0">
<assemblyIdentity version="1.0.0.0" processorArchitecture="X86" name="Divination" type="win32" />
<description>Divination</description>
<dependency>
<dependentAssembly>
<assemblyIdentity type="win32" name="Microsoft.Windows.Common-Controls" version="6.0.0.0" language="*" processorArchitecture="*" publicKeyToken="6595b64144ccf1df"/>
</dependentAssembly>
</dependency>
</assembly>
Use Resource Hack open your exe and add a new resource, open the manifest.txt...
Resource Type : 24
Resource Name : 1
Resource Language : 1033
Save your exe and have fun you just made your embedded XP Manifest....
@Rolands: If you able to read german language, you can use the tool: STupX => http://www.sunset-team.de/download
There are a lot of features:
- compiles any .pb - source
- scan for header tags to generate a fileinfo
- compiles the XP-style ressource into the exe ( you dont need any longer the boring manifest file )
- compress the executable with upx
- protect the executable with upxs
.. but at this time only in german ... sorry!
cya dige
There are a lot of features:
- compiles any .pb - source
- scan for header tags to generate a fileinfo
- compiles the XP-style ressource into the exe ( you dont need any longer the boring manifest file )
- compress the executable with upx
- protect the executable with upxs
.. but at this time only in german ... sorry!
cya dige
Ops! I don't speak germandige wrote:@Rolands: If you able to read german language, you can use the tool: STupX => http://www.sunset-team.de/download
