The MASM Forum Archive 2004 to 2012

Project Support Forums => IDE Development and Support => Topic started by: KetilO on April 25, 2007, 10:05:19 AM

Title: ResEd 1.1.3.8 uploaded
Post by: KetilO on April 25, 2007, 10:05:19 AM
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
Title: Re: ResEd 1.1.3.8 uploaded
Post by: ramguru on April 25, 2007, 10:21:37 AM
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
Title: Re: ResEd 1.1.3.8 uploaded
Post by: KetilO on April 25, 2007, 10:51:00 AM
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
Title: Re: ResEd 1.1.3.8 uploaded
Post by: ramguru on April 25, 2007, 10:55:58 AM
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