1. Can't run IDE
- Posted by Ray Tomes <rtomes at ihug.co.nz> Jun 20, 2003
- 461 views
G'day All 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 ) Where to from here? Ray Tomes
2. Re: Can't run IDE
- Posted by Derek Parnell <ddparnell at bigpond.com> Jun 20, 2003
- 430 views
On Fri, 20 Jun 2003 12:24:49 +1200 (06/20/03 10:24:49) , Ray Tomes <rtomes at ihug.co.nz> wrote: > > > G'day All > > 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. -- cheers, Derek Parnell
3. Re: Can't run IDE
- Posted by Ray Tomes <rtomes at ihug.co.nz> Jun 20, 2003
- 437 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
4. Re: Can't run IDE
- Posted by Derek Parnell <ddparnell at bigpond.com> Jun 20, 2003
- 441 views
On Fri, 20 Jun 2003 15:44:34 +1200 (06/20/03 13:44:34) , Ray Tomes <rtomes at ihug.co.nz> wrote: [snip] > Now just so I know how you did that, did you search disk for "setPenROP2" > to find where it was? Glad to hear its okay now. Yes, I just did a search for it in my win32lib folder to check if I should know about it. -- cheers, Derek Parnell
5. Re: Can't run IDE
- Posted by Pete Lomax <petelomax at blueyonder.co.uk> Jun 21, 2003
- 438 views
On Fri, 20 Jun 2003 15:44:34 +1200, Ray Tomes <rtomes at ihug.co.nz> wrote: >Now just so I know how you did that, did you search disk for = "setPenROP2"=20 >to find where it was? <shameless plug> Install MEditor, and run parse for context sensitive help. Let's assume you manage that with few or no problems ): Then type setPenROP2 anywhere, and press F1, it will tell you. </shameless plug> Pete