Search found 4 matches
- Tue Jan 29, 2008 9:02 am
- Forum: madBasic
- Topic: How to Remove/Strip Debug Info of an exe?
- Replies: 1
- Views: 11002
How to Remove/Strip Debug Info of an exe?
Hi all, dunno if I'm posting in the right section but let's give it a try, could someone (madshi or?) help me to remove/strip Debug Info of a compiled executable in Delphi? Like Pe Explorer of heaventools.com is doing, NOTE that I know how to remove the debug info of my project, what I want to do is...
- Sat Dec 29, 2007 9:35 am
- Forum: madBasic
- Topic: [madRes] SaveIconGroupResourceW
- Replies: 5
- Views: 16694
- Sat Dec 29, 2007 8:58 am
- Forum: madBasic
- Topic: [madRes] SaveIconGroupResourceW
- Replies: 5
- Views: 16694
- Sat Dec 29, 2007 8:28 am
- Forum: madBasic
- Topic: [madRes] SaveIconGroupResourceW
- Replies: 5
- Views: 16694
[madRes] SaveIconGroupResourceW
Hi, I want to be able to save the MainIcon group of a file to a .ico, so to start, I'm assuming the name of the main icon group is MAINICON, but I'm having a problem, it seems I need to know the resource language, for example, this doesn't work: procedure TForm1.Button1Click(Sender: TObject); var re...