The MASM Forum Archive 2004 to 2012

Project Support Forums => IDE Development and Support => RadAsm Support Forum => Topic started by: donkey on March 09, 2009, 05:24:15 AM

Title: Resource editor
Post by: donkey on March 09, 2009, 05:24:15 AM
Hi Ketil,

Not sure whats happening with RadASM, I really hope your still expanding on it. If so, I have a request, the current resource editor does not allow for anything but numbers in the ID field, could it be modified to allow strings also, as well add a resource type of RT_HTML. In order to use "res:\\" the resource must be entered like this:

#define NAV_FAIL navfail.htm
NAV_FAIL RT_HTML DISCARDABLE "navfail.htm"

it can then be displayed using IE or a webbrowser control like this

res://C:\path\application.exe/navfail.htm

Though its not a problem to do it manually it would be nice to have it available in the main res file as opposed to having to create a separate one (so RadASM doesn't delete it)
Title: Re: Resource editor
Post by: KetilO on March 11, 2009, 06:23:20 AM
Hi donkey

Will the line: navfail.htm RT_HTML DISCARDABLE "navfail.htm" work?

KetilO
Title: Re: Resource editor
Post by: donkey on March 11, 2009, 07:01:58 AM
Hi Ketil,

Yes, I just tested it and it works fine exactly as you posted.

Edgar
Title: Re: Resource editor
Post by: KetilO on March 11, 2009, 11:01:25 AM
Great

That will make it very easy. I will just add a new resource type.

KetilO