Re: Win32lib problem
- Posted by jimcbrown (admin) May 26, 2013
- 1489 views
DonCole said...
Hello Everybody,
When running win32lib.ew with Euphoria version 4,
I get errors with these variables.
C_INT, C_POINTER, C_LONG, CUINT, NULL
Where can I find the values for them?
I have no problems running version 3.
Don Cole
Not sure about CUINT (did you mean C_UINT?), but the rest are defined in either dll.e (3.1.1 compatibility library) or std/dll.e (4.0 stdlib). If you include both std/dll.e and dll.e, be sure to use namespaces to avoid the inevitable naming conflicts (it'll probably be easier to rewrite the code to only use one or the other - or alternatively use a 4.0 versin of w32lib).