News:

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

Resource editor

Started by donkey, March 09, 2009, 05:24:15 AM

Previous topic - Next topic

donkey

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)
"Ahhh, what an awful dream. Ones and zeroes everywhere...[shudder] and I thought I saw a two." -- Bender
"It was just a dream, Bender. There's no such thing as two". -- Fry
-- Futurama

Donkey's Stable

KetilO

Hi donkey

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

KetilO

donkey

Hi Ketil,

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

Edgar
"Ahhh, what an awful dream. Ones and zeroes everywhere...[shudder] and I thought I saw a two." -- Bender
"It was just a dream, Bender. There's no such thing as two". -- Fry
-- Futurama

Donkey's Stable

KetilO

Great

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

KetilO