News:

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

RadASM 3.0 bugtest

Started by KetilO, May 31, 2010, 12:28:11 PM

Previous topic - Next topic

donkey

Hi Ketil,

Any chance of including RT_HTML as a resource type ? Right now I am using it in a couple of applications and RadAsm 3 keeps deleting the line from the RC file, a bit annoying that it does it without any warning. The syntax for an RT_HTML resource is

navfail.htm RT_HTML DISCARDABLE "navfail.htm"

RT_HTML equ 23

I use a string ID (name) in order to comply with the res:// protocol of IE (though MSDN says numeric ones are allowed I could never get them to work)

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

Hi Edgar

You can add it yourself. Use Option / Resouce Editor. Select the Resource types tab
Name: RT_HTML
Value: 23
Files: Html (*.htm)|*.htm
Editor: Optional, Your html editor.

Restart RadASM

KetilO

donkey

"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