Re: Windows 7 issues
- Posted by euphoric (admin) Oct 19, 2010
- 1122 views
Issue 1. Installing win32lib from the archives, still geting the 'routine' reserved keyword issue (yes, I know its known). Then downloading and overwriting with CK Lesters updated win32lib zip file from the top of his using euphoria website, then get a missing win32version.ew message. (any chance of adding this include to the zip CK?).
The win32version.ew file required no changes for Eu4.0 compatibility so I didn't put it in the archive. You are probably using an older version of Win32Lib that didn't come with that file. I'm using the latest revision from SVN at Sourceforge. Check that out and see if you get the file that way.
Issue 2. Running the win32lib include demos (obviously not working yet, thats not the issue at the moment), and finding that eui can't find the win32 lib includes, then added an eu.cfg file in the demos folder. The eu.cfg file's only line is this
-I c:\euphoria-40\win32lib-0704\Include
Is it case-sensitive? Might require a lowercase 'i'?
and yet eui still can't find the win32lib includes. Adding an EUINC environment variable then allowed eui to find the win32lib-0704\Include folder, but that's not a solution. So, is there a problewm with the eu.cfg system on windows 7?
I had a similar experience recently. Had to create a EUINC system variable to get something to work, though I was told by another that it shouldn't have been necessary.