1. Installing IDE 18.20
- Posted by "Christian Cuvier" <Christian.CUVIER at agriculture.gouv.fr> Aug 09, 2004
- 444 views
Where is "False" in IDE.exw:161 defined ? CChris
2. Re: Installing IDE 18.20
- Posted by Judith Evans <camping at txcyber.com> Aug 10, 2004
- 440 views
Christian Cuvier wrote: > > Where is "False" in IDE.exw:161 defined ? > > CChris > It is defined in w32tk.e in Win32lib v0.60.1 distribution. There are many places in IDE that this conversion helper file is necessary. I will gradually change IDE to use the new names. ~judith
3. Re: Installing IDE 18.20
- Posted by "Christian Cuvier" <Christian.CUVIER at agriculture.gouv.fr> Aug 10, 2004
- 440 views
>>Where is "False" in IDE.exw:161 defined ? >>> > > It used to be defined in Win32lib. You must have upgraded to the new=20 > version. The constants are now w32False and w32True. > > >>>CChris >>> > > ~[ WingZone ]~ Thanks! Any other upgrade issues you know about? CChris
4. Re: Installing IDE 18.20
- Posted by Chris Burch <chriscrylex at aol.com> Aug 10, 2004
- 427 views
Hi Does this mean that all programs that used TRUE and FALSE before that used w32lib will have to upgraded too? Chris
5. Re: Installing IDE 18.20
- Posted by "Christian Cuvier" <Christian.CUVIER at agriculture.gouv.fr> Aug 11, 2004
- 463 views
C:\IDE18-20\includes\ide_mbox.ew:491 LimitText has not been declared LimitText( EditLines,2) ^ 1/ Where was this defined? 2/ Are there many such subtle changes more? /me will wait a litle before installing w32 0.60.2 .... CChris
6. Re: Installing IDE 18.20
- Posted by Derek Parnell <ddparnell at bigpond.com> Aug 11, 2004
- 456 views
Christian Cuvier wrote: > > C:\IDE18-20\includes\ide_mbox.ew:491 > LimitText has not been declared > LimitText( EditLines,2) > ^ > > 1/ Where was this defined? This is a spelling mistake. There is a "limitText" routine in win32lib. > 2/ Are there many such subtle changes more? > > /me will wait a litle before installing w32 0.60.2 .... Couldn't you at least help me debug it? 20,000+ lines of code is hard for just one person doing it part-time. -- Derek Parnell Melbourne, Australia
7. Re: Installing IDE 18.20
- Posted by Judith Evans <camping at txcyber.com> Aug 11, 2004
- 457 views
Christian Cuvier wrote: > > C:\IDE18-20\includes\ide_mbox.ew:491 > LimitText has not been declared > LimitText( EditLines,2) > ^ > > 1/ Where was this defined? > 2/ Are there many such subtle changes more? > > /me will wait a litle before installing w32 0.60.2 .... > > CChris > > It is in Win32lib's distribution file compat01.ew. When you use Win32lib with IDE you must use ALL the files that come with win32lib. You must also use win32lib v0.60.1 or later.
8. Re: Installing IDE 18.20
- Posted by Judith Evans <camping at txcyber.com> Aug 11, 2004
- 459 views
Judith Evans wrote: > > Christian Cuvier wrote: > > > > C:\IDE18-20\includes\ide_mbox.ew:491 > > LimitText has not been declared > > LimitText( EditLines,2) > > ^ > > > > 1/ Where was this defined? > > 2/ Are there many such subtle changes more? > > > > /me will wait a litle before installing w32 0.60.2 .... > > > > CChris > > > > > It is in Win32lib's distribution file compat01.ew. > > When you use Win32lib with IDE you must use ALL the files that come with > win32lib. > You must also > use win32lib v0.60.1 or later. I neglected to add that as time permits I am changing the old routine names converted by compat01.ew to their new versions. I will be doing the same for contents of w32TK.e
9. Re: Installing IDE 18.20
- Posted by "Christian Cuvier" <Christian.CUVIER at agriculture.gouv.fr> Aug 11, 2004
- 459 views
All right, the culprit was a stranded compat01.ew lurking at the wrong point un the EUINC search path. IDE now works with 0.60.1 . For tose who did not dare, changing all occurrences of False to w32False, and all occurrences of True to w32True, seemed to do the trick. Now daringly switching to win32lib 0.60.2 . It's not as nice: c:\euphoria\include\win32lib_v006002\Include\win32lib.ew:14287 in function extra ctIcon() variable lType has not been assigned a value ... called from C:\IDE18-20\IDE.exw:544 --> see ex.err Derek, do you want my mailing ex.err privately? CChris
10. Re: Installing IDE 18.20
- Posted by cklester <cklester at yahoo.com> Aug 11, 2004
- 448 views
Christian Cuvier wrote: > > c:\euphoria\include\win32lib_v006002\Include\win32lib.ew:14287 in function > extra > ctIcon() > variable lType has not been assigned a value > ... called from C:\IDE18-20\IDE.exw:544 > --> see ex.err > > Derek, do you want my mailing ex.err privately? It's all been caught and dealt with... See the "Patches" link on his web site. -=ck "Programming in a state of EUPHORIA." http://www.cklester.com/euphoria/