Re: Bernie's Resource Utility for WIN32LIB

new topic     » goto parent     » topic index » view thread      » older message » newer message

Alex Chamberlain wrote:
> 
> Is there any way of getting the library to import text files?
> 
> IDR_ABOUT RCDATA DISCARDABLE "about.txt"
> 
> That statement includes the file, but the program doesn't export it!?!
> 

Alex:
   RCDATA is user defined data so there is not any way that win32eru
   would know how the user is going to use it. It is normally up to
   RCDATA use to be processed by the user.

  If you see something like this in the include file you can do this:

 


atom mIDR_ABOUT1 mIDR_ABOUT1 = allocate(560) poke(mIDR_ABOUT1, ucs(......................

to print it, do this. printf(1,peek({mIDR_ABOUT1,560}),{})

to loaded it into a sequence. sequence s s = peek({mIDR_ABOUT1,560})

</eucode Bernie

My files in archive: w32engin.ew mixedlib.e eu_engin.e win32eru.exw

Can be downloaded here: http://www.rapideuphoria.com/cgi-bin/asearch.exu?dos=on&win=on&lnx=on&gen=on&keywords=bernie+ryan }}}

new topic     » goto parent     » topic index » view thread      » older message » newer message

Search



Quick Links

User menu

Not signed in.

Misc Menu