The MASM Forum Archive 2004 to 2012

Project Support Forums => IDE Development and Support => Easy Code => Topic started by: godiest on August 19, 2011, 02:03:29 PM

Title: Create RCDATA Resource?
Post by: godiest on August 19, 2011, 02:03:29 PM
How to create RCDATA Resource in EasyCode? I'am using Masm version.
Thank you.
Title: Re: Create RCDATA Resource?
Post by: Ramon Sala on August 19, 2011, 02:42:08 PM
Hi godiest,

I attach a simple example project which loads a resouce (a text file) and shows it in an Edit control. As you will see, the resource (RCData.txt) is in the 'Res' folder and it is defined in the Raw Data table.

Regards,

Ramon
Title: Re: Create RCDATA Resource?
Post by: godiest on August 19, 2011, 03:17:11 PM
Thanks Ramon. My problem solved.  :U