Re: What is the reason for this?

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

Bob Elia wrote:

<snip>

>          XP's DOS box is a modified earlier version of the command
> interpreter. I do not believe that it is emulated. If it were, I would
> expect a speed reduction which I have never noticed.  Type "ver" and it
> shows something like
> ... 5.something rather than 7.1 as it shows under 98.  I know for a fact
> that the Windows clipboard support (via dos interrupts) is *not* present in
> this version.  Possibly LFN support as well but I don't remember.  Juergen
> might know.


Here are the results of some tests that I ran, when Eu 2.5 was at alpha
stage, concerning Euphoria's built-in functions (view with a fixed width
font). The first columns apply to programs interpreted by ex.exe, the
last column applies to programs that are translated and compiled by DJG.


                      +   =    LFN supported
                      -   = no LFN supported



                                  |     Euphoria     |
   Windows 98                     | 2.3 | 2.4 | 2.5a | 2.5a DJG
   ===============================+=====+=====+======+=========
   current_dir()                  |  -  |  -  |  -   |    +
   -------------------------------+-----+-----+------+---------
   chdir()                        |  -  |  -  |  -   |    +
   -------------------------------+-----+-----+------+---------
   dir()  argument w/o  wildcards |  +  |  -  |  +   |    +
          argument with wildcards |  -  |  -  |  -   |    -
          output                  |  -  |  -  |  -   |    +
   -------------------------------+-----+-----+------+---------
   open() existing file           |  +  |  +  |  +   |    +
          new file                |  -  |  -  |  -   |    +
   -------------------------------+-----+-----+------+---------




                                  |     Euphoria     |
   Windows XP home                | 2.3 | 2.4 | 2.5a | 2.5a DJG
   ===============================+=====+=====+======+=========
   current_dir()                  |  -  |  -  |  -   |    +
   -------------------------------+-----+-----+------+---------
   chdir()                        |  -  |  -  |  -   |    +
   -------------------------------+-----+-----+------+---------
   dir()  argument w/o  wildcards |  -  |  -  |  +   |    +
          argument with wildcards |  -  |  -  |  -   |    -
          output                  |  -  |  -  |  -   |    +
   -------------------------------+-----+-----+------+---------
   open() existing file           |  +  |  +  |  +   |    +
          new file                |  -  |  -  |  -   |    +
   -------------------------------+-----+-----+------+---------



Using my LFN.ZIP library, just write "+" in all fields. smile

Regards,
   Juergen

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

Search



Quick Links

User menu

Not signed in.

Misc Menu