Hello, i need some help about this command.
I'm working on a text editor, with syntax colouring, and direct compilation by
another langage called Euphoria.
Then i try to run the compilation process
with the function ShellExecute in this way:
SHELL ENVIRON$("EUDIR") + "\BIN\exw.exe " & ztext
Well, every things work very well at my
home.
But whent i try to execute the prog on
another computer, it doesn't compile at all!
The Eudir environnment variable is correctly
set, the Path is OK ?
At home i own two computer's, one where i
developpe my prog, and another where i
tested the result. Both are executing well !
What append ? ? ? ?
Thanks for an help.
Dominique Bodin
From France
I'm working on a text editor, with syntax colouring, and direct compilation by
another langage called Euphoria.
Then i try to run the compilation process
with the function ShellExecute in this way:
SHELL ENVIRON$("EUDIR") + "\BIN\exw.exe " & ztext
Well, every things work very well at my
home.
But whent i try to execute the prog on
another computer, it doesn't compile at all!
The Eudir environnment variable is correctly
set, the Path is OK ?
At home i own two computer's, one where i
developpe my prog, and another where i
tested the result. Both are executing well !
What append ? ? ? ?
Thanks for an help.
Dominique Bodin
From France
Comment