Re: No Win32Lib Drag and Drop example OR IS THERE ??
- Posted by DerekParnell (admin) Nov 11, 2011
- 3034 views
Selgor said...
Selgor here.
You were on the right track Derek. I had downloaded the wrong one . But now have the latest. The one with the offending text all commented out. Installed it in Euphoria. And this is what I got when I ran the programme.
C:\EUPHORIA\include\w32file.ew:94 OFN_EXPLORER has not been declared OFN_EXPLORER, -- looks like windows explorer ^
The symbol OFN_EXPLORER is declared as a global symbol in w32constants.ew (line 3875), which is included by win32lib.ew.
Can you confirm if your copy of the file w32constants.ew has that declaration and that you are including win32lib.ew?
Once you have done that, try this in a command prompt window ...
cd c:\euphoria\include eui win32lib.ewand see if that has any problems.