The MASM Forum Archive 2004 to 2012

Project Support Forums => IDE Development and Support => RadAsm Support Forum => Topic started by: theCaller on December 01, 2005, 08:34:10 PM

Title: Adding Resources Import (.RC)
Post by: theCaller on December 01, 2005, 08:34:10 PM
Hi,
I like the IDE very much so my compliments  :thumbu, however this request comes from a limitation I'm facing these days.
I have a huge .RC file from a project I made in Visual C++ 6.0 containing several resources like BITMAPs and WAVEs. I would like to use them into a RadAsm masm32 project.
But I did not find an 'Import' functionality in the "Reources" dialog (or elsewhere) to avoid the heavy duty of using the GUI interface to specify every single resource by hand.

Is there already a functionality like this that I didn't find yet in the IDE ... or is it a good starting point to consider a change or evolutional request  :wink ?

Best regards,
theCaller
Title: Re: Adding Resources Import (.RC)
Post by: KetilO on December 01, 2005, 08:52:24 PM
Hi

There is no such functionality. You could save time by editing the .rap file directly.
See the RadASNini.rtf file for more info.

KetilO
Title: Re: Adding Resources Import (.RC)
Post by: theCaller on December 01, 2005, 09:09:38 PM
Yes,
good hint. I got it.

Thanks,
theCaller