News:

MASM32 SDK Description, downloads and other helpful links
MASM32.com New Forum Link
masmforum WebSite

ResEd v1.1.3.6

Started by Shantanu Gadgil, February 05, 2007, 06:37:56 PM

Previous topic - Next topic

Shantanu Gadgil

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
To ret is human, to jmp divine!

ramguru

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.

KetilO

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

ramguru

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]

KetilO

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