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
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
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
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