Search found 3 matches

by Mego
Mon Dec 14, 2009 5:07 pm
Forum: madBasic
Topic: AV in EXE after creating binary resource
Replies: 4
Views: 15069

I've added a 25K resource into my EXE with ResourceHacker 3.4.0. successfully, the EXE is still working. With madres I can add 256 bytes resources without error on EXE start. I've also tried Colin Wislon's Resource editor, but it made my EXE only 40K long (instead of 30M). The same behaviour is when...
by Mego
Fri Dec 11, 2009 7:48 pm
Forum: madBasic
Topic: AV in EXE after creating binary resource
Replies: 4
Views: 15069

sorry for a mistake in the code:

Code: Select all

if rh <> 0 then begin .....
of course...
by Mego
Fri Dec 11, 2009 7:46 pm
Forum: madBasic
Topic: AV in EXE after creating binary resource
Replies: 4
Views: 15069

AV in EXE after creating binary resource

Hi, After creating (with madres) an RCDATA resource (size=10K) in an EXE builded by Centura Team Developer 1.5, my EXE can't start at all. If a resource size 256 bytes, everything is OK If I'm creating an RCDATA resource (size=10K) manually with Restorator 2006 - everything is OK. If I'm creating an...