RE: Known Bugs List and new language features?

new topic     » topic index » view thread      » older message » newer message

There is also a little bug with the bind utility in the registered version of 
2.2 whereby a filename with the string "icon" in it won't bind properly.  For 
example trying to bind this file:

    replicon.ex

gives problems.

The workaround for 2.2 is to copy the file to a different name, bind that name 
and then rename the generated executable back:

    copy replicon.ex bindme.ex
    bind bindme.ex ... ...
    rename bindme.exe replicon.exe

Regards,

FP.

>===== Original Message From rforno at tutopia.com =====
>
>I also reported a small bug in the trace() facility.
>----- Original Message -----
>From: <euman at bellsouth.net>
>To: "EUforum" <EUforum at topica.com>
>Sent: Monday, August 13, 2001 10:29 PM
>Subject: Re: Known Bugs List and new language features?
>
>
>>
>> try something like this to read your file
>> note: rb = read binary
>> the file has to be binary else, you need to change this.
>>
>> integer fn,  junk, file_length
>> sequence filename, seq
>>
>>  fn = open(filename , "rb")
>>  junk=seek(fn,-1)
>>  file_length=where(fn)
>>  junk=seek(fn,0)
>>
>>  seq = append(seq, get_bytes(fn, file_length))
>>
>>
>> There is only one or two bugs in Euphoria I personally know
>> of, but Robert has said these will be fixed in 2.3
>>
>> One of them is a minor memory leak and the other
>> is a typo in one of the include files...
>>
>>
>> Euman
>> euman at bellsouth.net
>>
>>
>>
>>
>>
>
>

new topic     » topic index » view thread      » older message » newer message

Search



Quick Links

User menu

Not signed in.

Misc Menu