News:

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

ResEd 1.1.3.8 uploaded

Started by KetilO, April 25, 2007, 10:05:19 AM

Previous topic - Next topic

KetilO

Whats new:

1.1.3.8 - 2007.04.25
----------------------------
o Expanded string table memory from 64K to 512K
o Fixed bug where changing class for a user defined control did not work.
o Fixed image control bug s (ID / Name / Type mixup).

Get it here:
http://www.radasm.com/resed/index.html

KetilO

ramguru

Hi KetilO

Thanks for new release, but it doesn't fix my problem  :'(
I want to see my ShineInHex.dll control, but I can't (I use UDC, I added my dll in option dialog, class = "SHINEINHEX")
I can see control in winasm but not in ResEd 1.1.3.8

KetilO

Hi ramguru

Your control needs to be RadASM compatible. This means it must export a GetDef, or if you need custom properties, GetDefEx function.

KetilO

ramguru

Sorry I didn't fully understand your sentence  :bg :
Quote
The custom control must be RadASM compatible to fully work with resed. If not you must use the UDC control.
I thought "if not" means if cc is not RadASM compatible, but probably the fix was for RadASM controls