Re: Galileo:Diccionario

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

Some minor changes to make "Diccionario"
cross platform:

-- constant F1 = 315, F2 = 316, F3 = 317, ESC = 27
integer F1, F2, F3, ESC 
ESC = 27
if platform() = DOS32 or platform() = WIN32 then
    F1 = 315
    F2 = 316
    F3 = 317
else
    F1 = 265
    F2 = 266
    F3 = 267 
end if
 
Under Linux, "Spanish.txt" as referenced unzipped to 
"spanish.txt" for some reason. After adjusting that
reference in the source file, the program runs fairly
well under Linux, with the exception of some unreadable
characters as referenced by Al Getz below.

Al Getz wrote:
> 
> Hello there,
> 
> 
> Im not sure if 'Galileo' reads this list, but if so...
> 
> What code page did you use to write the file 'Spanish.txt' that comes with
> your project "Diccionario" ?
> 
> Im unable to read all of the characters when i open that file in
> Notepad or Wordpad.
> 
> 
> Take care,
> Al
> 
> And, good luck with your Euphoria programming!
> 
> My bumper sticker: "I brake for LED's"
> 


Ken Rhodes
100% Microsoft Free!

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

Search



Quick Links

User menu

Not signed in.

Misc Menu