Re: version 4 conflicts
- Posted by DonCole Aug 13, 2013
- 1318 views
I'm having trouble with version 4.
I'm using Edita to run the programs.
Note: I'm not actually talking about either of those here, just one tiny thing I spotted:
eui.bat:
<snip>
@SET EUINC=E:\eu\myincludeV4;e\eu\win32lib_0_70_20\include\win32lib.ew
<snip>
I get file not found 'win32lib.ew'
I thought EUINC should be directories, looks like you've got a spurious ".ew" in that .bat file.
HTH, Pete
Thanks Pete.
I fixed that and most of the probems went away.
I found I could fix rest of the problems by putting
include std\dll.e include std\text.e
in the begining of any includes that were causing conflicts like
win32lib.ew
w32utils.e
w32resources.ew
w32winspool.ew
and many others.
Also Pete, I complained aboout this before,
Edita doesn't go to the place where the error occured as it does in Ver3.
Don Cole