1. win32lib problem
- Posted by DonCole Jun 12, 2016
- 1360 views
I have been using Euphoria v3.1 with win32lib since 1998.
I messed up my win32lib folder.
I have a lot copies of older versions that I tried.
I am using win32lib v0.70.3
No matter what I do I get this error:
E;/eu/win32lib/w32.shell.ew:6
registerw32Library has not been declared
shelle32=registerw32Library
("shell32.dll"),
==shell extensions
Don Cole
2. Re: win32lib problem
- Posted by jmduro Jun 12, 2016
- 1296 views
E;/eu/win32lib/w32.shell.ew:6
w32.shell.ew ??? not w32shell.ew ? That seems suspicious to me.
Jean-Marc
3. Re: win32lib problem
- Posted by DonCole Jun 12, 2016
- 1315 views
w32.shell.ew ??? not w32shell.ew ? That seems suspicious to me.
Jean-Marc
That was a typo in my post.
It really is w32Shell.ew
Don Cole
4. Re: win32lib problem
- Posted by Mike777b Jun 12, 2016
- 1276 views
Looks to me like w32DLL.ew isn't being included in the compile. Are you sure it is where it is supposed to be?
mike
5. fRe: win32lib problem Fixed
- Posted by DonCole Jun 13, 2016
- 1264 views
I figured it out.
Thanks everybody for your help.
Don Cole
6. fRe: win32lib problem Fixed
- Posted by Mike777b Jun 13, 2016
- 1231 views
Care to share what the problem was?