The MASM Forum Archive 2004 to 2012

Project Support Forums => IDE Development and Support => Topic started by: Shantanu Gadgil on February 05, 2007, 06:37:56 PM

Title: ResEd v1.1.3.6
Post by: Shantanu Gadgil on February 05, 2007, 06:37:56 PM
Hi all,
ResEd v1.1.3.6 has been released. You can get it from the "RadASM projects" section from RadASM's main website http://www.radasm.com

Cheers and Regards,
Shantanu
Title: Re: ResEd v1.1.3.6
Post by: ramguru on April 11, 2007, 08:12:32 PM
How do I use custom controls in ResEd? I load my own control in Option CC tab, what's next, how do I see my control instead of static window ?
BTW ResEd really messes things when there are two or more DIALOG(EX) in one resource file.
Title: Re: ResEd v1.1.3.6
Post by: KetilO on April 25, 2007, 09:55:10 AM
Hi ramguru

The custom control must be RadASM compatible to fully work with resed. If not you must use the UDC control. Unfortunatly a bug in the UDC control prevents changing the class. The bug is fixed in version 1.1.3.8

Multiple dialogs should not be a problem. I use ResEd in projects with more than 30 dialogs.

KetilO
Title: Re: ResEd v1.1.3.6
Post by: ramguru on April 25, 2007, 10:05:14 AM
Thanks for info, KetilO
Regarding multiple dialogs, perhaps that was unreproducible bug :)
However, ResEd will crash trying to open the following file (attached below)

[attachment deleted by admin]
Title: Re: ResEd v1.1.3.6
Post by: KetilO on April 25, 2007, 10:47:22 AM
Thanks for reporting this problem. The memory allocated for stringtable was too small. It has been expanded in a new upload of version 1.1.3.8

KetilO