Re: Bernie's Resource Utility for WIN32LIB
- Posted by Bernie Ryan <xotron at bluefrog.com> Jan 22, 2006
- 570 views
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}),{})
</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 }}}