adiesen
22nd January 2003 02:23 UTC
ResourceEditor::ScanDirectory() pukes on Custom Resource
I'm trying to add a new resource item to exehead that makensis chokes on during ResourceEditor processing. I think the recursive call to ScanDirectory() is the culprit. Just add a custom resource item to exehead and you should see the crash. Who's knowledgable with this code? kichik? I could really use some help, or a workaround.
Sunjammer
22nd January 2003 05:04 UTC
KiCHiK wrote the resource modifying code.
kichik
22nd January 2003 14:06 UTC
CResourceEdior pays no attention to the content of the resources so it shouldn't give problems with custom resources. I will look into it.
kichik
27th January 2003 11:42 UTC
I have added a custom resource and it worked perfectly. I can't see any reason it will crash on custom resources because CResourceEditor doesn't even know what a custom resource is. Are you using the latest CVS version? If it doesn't work with it either attach an example, or if you don't want it public email it to me (kichik at users dot sf dot net).
adiesen
3rd February 2003 20:12 UTC
kichik, i've decided to take a different approach to my problem, so no more need for a custom resource. thanks.
kichik
4th February 2003 09:08 UTC
Can I still get an example please? I would like to fix this if it really is a bug.