Re: Eu 4.0 bugs
- Posted by DerekParnell (admin) Nov 30, 2008
- 1075 views
Algorythm said...
I try to run win32lib demos and:
D:\tmp\ex00.exw:26016 Errors resolving the following references:
etc...
I'm not sure what the install instructions were for the alpha-v4 but they should have included the idea that EUINC be set to ".../include" (as would be the case in v3) and that the v3 include files be copied to that location, and that the v4 includes be placed in the "std" directory which is a sub-directory of the EUINC location.
So you end up with ...
.../include/ <v3 includes> .../include/std/ <v4 includes>When you do this, existing code will use the v3 includes until they are explictly changed to use v4 stuff.