Re: Can't run IDE
- Posted by Ray Tomes <rtomes at ihug.co.nz> Jun 20, 2003
- 436 views
Derek Parnell wrote: > , Ray Tomes <rtomes at ihug.co.nz> wrote: >> I have installed Win32Lib (V0.59.01 8/Jun/2003) and IDE (version >> 0.17.0 May, 2003) but cannot get IDE to run. I have both include files >> on the set euinc path. When I double click IDE.exw it loads a little >> IDE banner and then gets the following error message: >> C:\EUPHORIA\DL\IDE\includes\ide_draw.ew:1621 >> setPenROP2 has not been declared >> setPenROP2( id, R2_XORPEN ) > setPenROP2() is defined in compat01.ew which is distributed with > win32lib. See if that file is in your include folder. Also make sure > that the EUINC dos environment symbol names the folder you installed the > IDE and win32lib into. Hi Derek Yes, as I mentioned, I have both correctly in the set. The win32lib one must be correct because other Win32Lib functions work. The IDE one must be correct or it wouldn't find ide-draw. Aha! Found it. I had earlier copied compat01.ew into my include folder and so it was using that older version. That is a trap - there may be others. I began following Judith's recommendation to put Win32Lib and IDE in their own folders an use set EUINC. Now deleted the old compat01.ew and get a different error :) It couldn't find config. Ran it again and it worked! Now just so I know how you did that, did you search disk for "setPenROP2" to find where it was? Thanks Derek Ray Tomes