COMING SOON !
- Posted by Bernie Ryan <xotron at localnet.com> Jul 17, 2001
- 370 views
What is ERU ? ERU is a utility that comes with the NEW w32engin.ew library Eru is used to read a standard RES file and generates a STAND-ALONE include file for use with the w32engin.ew euphoria library file. You can include any resource in your Euphoria Windows Program without having to load or depend on an external file. This allows you the freedom to use any available dialog or resource editors that you may have, to design your programs resources. It is no longer necessary to use emulated resources now you can use the same resources as you use in a windows compiler. Now you can use the translator to compile your program with resources self contain in your program. This advance library makes it easy to use structures and contains most of the windows function/procedures and structures all predefined. w32engin.ew is fully extendable by the advance user without having to be concerned about how the internal library code works. Because the resources are directly inserted in to your code only someone that has your orginal res file can reuse your resources because the resources are not bound to your code. For the time being ERU supports resources of the types string tables, full dialogs, bitmaps and cursors Anything a 32 bit Windows resource compiler will generate. Now I got to write the documents and demos. Bernie