Re: Which windows version?
- Posted by andi49 Nov 22, 2012
- 1540 views
This comment block is in this include file:
' This library is based on ' Copyrighted (c) 2000-4 Author Bernard W. Ryan ' w32engin.ew Verison 7.20 library. ' Changes by Igor N. Kachan for the w32engiR.ew project
So,is there anyone here who can tell me with which version of Euphoria work this version of win32lib ? And where i can find examples who work with this lib? thanks...
Hallo
what you have is not win32lib is the win32engine, another wrapper.
Follow this link, and download win32lib.
http://sourceforge.net/projects/win32libex
I think you have allready downloaded OpenEuphoria 4.0.5
Copy the content of the win32lib zip file into a separate folder inside your Euphoria folder.
Say your folder for Euphoria is c:\eutest
Create c:\eutest\win32lib and copy the content of the win32lib into this directory
Edit c:\eutest\bin\eu.cfg and add a include line for win32lib. It should look like this:
[all] -i C:\eutest\include -i c:\eutest\win32lib\include
The demo Programs for win32lib now are in c:\eutest\win32lib\demo
To start a demo program follow this example:
c:\eutest\bin\euiw.exe c:\eutest\win32lib\demo\rundemos.exw
euiw.exe is the Interpreter, rundemos.exw is the demoprogram to run.
Hope this helps Andreas