1. Installing IDE 18.20

Where is "False" in IDE.exw:161 defined ?

CChris

new topic     » topic index » view message » categorize

2. Re: Installing IDE 18.20

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

new topic     » goto parent     » topic index » view message » categorize

3. Re: Installing IDE 18.20

>>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

new topic     » goto parent     » topic index » view message » categorize

4. Re: Installing IDE 18.20

Hi

Does this mean that all programs that used TRUE and FALSE before that
used w32lib will have to upgraded too?

Chris

new topic     » goto parent     » topic index » view message » categorize

5. Re: Installing IDE 18.20

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

new topic     » goto parent     » topic index » view message » categorize

6. Re: Installing IDE 18.20

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

new topic     » goto parent     » topic index » view message » categorize

7. Re: Installing IDE 18.20

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.

new topic     » goto parent     » topic index » view message » categorize

8. Re: Installing IDE 18.20

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

new topic     » goto parent     » topic index » view message » categorize

9. Re: Installing IDE 18.20

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

new topic     » goto parent     » topic index » view message » categorize

10. Re: Installing IDE 18.20

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/

new topic     » goto parent     » topic index » view message » categorize

Search



Quick Links

User menu

Not signed in.

Misc Menu