Search found 4 matches

by MarcT
Tue Jan 29, 2008 9:02 am
Forum: madBasic
Topic: How to Remove/Strip Debug Info of an exe?
Replies: 1
Views: 12696

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...
by MarcT
Sat Dec 29, 2007 9:35 am
Forum: madBasic
Topic: [madRes] SaveIconGroupResourceW
Replies: 5
Views: 18953

mmm ok thx but mmm

give me more hint plz, i hate those fucking api, i never know what to fill as parameter, msdn is never clear :@
by MarcT
Sat Dec 29, 2007 8:58 am
Forum: madBasic
Topic: [madRes] SaveIconGroupResourceW
Replies: 5
Views: 18953

lol yes, I am, ok so, from what I've seen, the guy on the thread seems to ignore the language: I can save the main icon like this: result := SaveIconGroupResourceW(resUpdateHandle, 'MAINICON', 0, 'c:\test.ico'); But how do I save an icon called "74" from RT_ICONS? result := SaveIconGroupRe...
by MarcT
Sat Dec 29, 2007 8:28 am
Forum: madBasic
Topic: [madRes] SaveIconGroupResourceW
Replies: 5
Views: 18953

[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...