Re: Running Eusql opening Eusql database

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

sixs wrote:
 > 
 > Hello,
 > I entered these lines in XP the Environment
 > 
 > 
 > EUDIR c:\Euphoria
 > %EUDIR%\INCLUDE\EUSQL;%EUDIR%\INCLUDE\INC
 > The environment translated the %EUDIR% to 
 > c:\Euphoria.
 > 
 > I got errors so i put the include statements  in IDE include statements 
 > to get the program to run. What did I do wrong with the EUINC?

I do not know what is that your XP the Environment,
and recommend just delete from this Environment
all your stuff about Euphoria.

Then just place the below autoexec.bat file on HD C:

rem autoexec.bat for XP
SET EUDIR=C:\EUPHORIA
SET EUINC=C:\EUPHORIA\INCLUDE\EUSQL;C:\EUPHORIA\INCLUDE\INC
rem end of autoexec.bat for XP

Restart machine.

Euphoria will search for include files in
the current directory, say,
C:\IDE
if you have such one, and run program here
then in the
C:\EUPHORIA\INCLUDE\EUSQL
directory, then in the
C:\EUPHORIA\INCLUDE\INC
directory, then in the
C:\EUPHORIA\INCLUDE
directory.

See, there are EUDIR and EUINC, these are different
environment variables.
If you have no EUINC, and I see you have NO it,
Euphoria will search for includes in
C:\IDE
and in
C:\EUPHORIA\INCLUDE
only.

Try please.

Regards,
Igor Kachan
kinz at peterlik.ru

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

Search



Quick Links

User menu

Not signed in.

Misc Menu