Re: No Win32Lib Drag and Drop example OR IS THERE ??
- Posted by DerekParnell (admin) Nov 14, 2011
- 2633 views
Selgor said...
Yes it does exist in euphoria\include.
O.K. what now ?..
Well now I'm very confused. You had reported the error messages as ...
c:\euphoria\include\win32lib.ew:576 <0052>::can't find 'w32structures.ew' in any of ... C:\EUPHORIA\INCLUDE C:\EUPHORIA\INCLUDE\win32lib.ew c:\Euphoria\include C:\EUPHORIAWhich seems to say that "w32structures.ew" is not in C:\EUPHORIA\INCLUDE, but are saying that it does exist in that folder.
I'm a bit sceptical that you have found a bug in Eu in respect of locating files, but maybe you have. So, can you please post a 'dir' listing of C:\EUPHORIA\INCLUDE in this thread?
For example, here is the listing from my computer ...
C:\>cd \euphoria\include C:\Euphoria\include>dir Volume in drive C has no label. Volume Serial Number is B872-CDD3 Directory of C:\Euphoria\include 11/08/2011 07:53 AM <DIR> . 11/08/2011 07:53 AM <DIR> .. 23/06/2011 10:33 AM 38,760 database.e 23/06/2011 10:33 AM 2,392 dll.e 11/08/2011 07:53 AM <DIR> euphoria 24/06/2011 10:55 AM 9,045 euphoria.h 23/06/2011 10:33 AM 5,903 file.e 23/06/2011 10:33 AM 8,336 get.e 23/06/2011 10:33 AM 4,554 graphics.e 24/06/2011 10:55 AM 13,037 image.e 24/06/2011 10:55 AM 7,633 machine.e 24/06/2011 10:55 AM 8,398 misc.e 23/06/2011 10:33 AM 1,338 mouse.e 23/06/2011 10:33 AM 3,584 msgbox.e 23/06/2011 10:33 AM 22,085 safe.e 23/06/2011 10:33 AM 1,778 sort.e 11/08/2011 07:53 AM <DIR> std 23/06/2011 10:33 AM 2,761 wildcard.e 14 File(s) 129,604 bytes 4 Dir(s) 208,559,771,648 bytes free C:\Euphoria\include>You'll notice that I haven't got the win32lib files in Euphoria's own include folder. Instead I have my win32lib in its own folder and point to that in my eu.cfg file ...
[all] -i c:\Projects\eu_proj\HGProj\euphoria\include -i C:\Projects\eu_proj\win32lib\win32lib_0_70_20\Include -i .\include -i ..\include -eudir c:\Projects\eu_proj\HGProj\euphoria [translate] -gcc -com c:/Projects/eu_proj/HGProj/euphoria -lib c:/Projects/eu_proj/HGProj/euphoria/source/build/eu.a [bind] -eub c:/Projects/eu_proj/HGProj/euphoria/source/build/eub