Readme.txt : Environment SL1
Posted: Sun Apr 17, 2016 8:42 pm
i think it must beExample for Xbase++ 1.9 (SL1 - Build 355):
SET PATH=%path%;C:\exp20\bin19_sl1;C:\exp19\bin
Code: Select all
C:\exp20\bin19_sl1;c:\exp20\Bin19\
Donnay Software Web Forums
http://donnay-software.com/DONNAY/
i think it must beExample for Xbase++ 1.9 (SL1 - Build 355):
SET PATH=%path%;C:\exp20\bin19_sl1;C:\exp19\bin
Code: Select all
C:\exp20\bin19_sl1;c:\exp20\Bin19\
Code: Select all
HKEY_CURRENT_USER\Environment
This was a mistake in the README.TXT file. I corrected it.SET PATH=%path%;C:\exp20\bin19_sl1;C:\exp19\bin
Code: Select all
Example for Xbase++ 1.9 (SL1 - Build 355):
SET PATH=%path%;C:\exp20\bin19_sl1;C:\exp20\bin
SET LIB=%lib%;C:\exp20\lib
SET INCLUDE=%include%;C:\exp20\include
where do i find that BAT ?Cliff Wiernik wrote:Roger does it via a batch file that modifies the environment. I am doing this with Xb2.0 testing. But normally I renamed the folders so the environment did not need to be changed. Always had the folder in use for Express as c:\exp
4. Don't forget to add eXpress++ subdirectories to your PATH, LIB and INCLUDE environment variables.
This is one of my typical batch files.where do i find that BAT ?
Code: Select all
@SET PATH=C:\public
@SET PATH=%path%;C:\Program Files (x86)\Advantage 10.0\ARC
@SET PATH=%path%;c:\WINDOWS;c:\WINDOWS\system32;c:\WINDOWS\command;c:\WINDOWS\system32\wbem
@SET PATH=%path%;c:\exp20264\bin20
@SET PATH=%path%;c:\Program Files (x86)\Alaska Software\xpp20\bin
@SET PATH=%path%;C:\Program Files (x86)\Alaska Software\xpp20\lib
@SET PATH=%path%;C:\Program Files (x86)\Alaska Software\common20
@SET PATH=%path%;C:\exp20264\util;c:\exp20264\bin
@SET PATH=%path%;C:\sqlexpress20\sqlxpp
@SET PATH=%path%;C:\bdms\lib
@SET INCLUDE=C:\Program Files (x86)\Alaska Software\xpp20\include
@SET INCLUDE=%include%;C:\exp20264\include
@SET INCLUDE=%include%;C:\sqlexpress20\sqlxpp
@SET INCLUDE=%include%;C:\xb2net20\xb2net
@SET INCLUDE=%include%;c:\alaska\adsw3219\source\samples\adsdbe\console
@SET INCLUDE=%include%;c:\bdms\include
@SET LIB=C:\Program Files (x86)\Alaska Software\xpp20\lib
@SET LIB=%lib%;c:\exp20264\lib
@SET LIB=%lib%;C:\sqlexpress20\sqlxpp
@SET LIB=%lib%;C:\xb2net20\xb2net
@SET LIB=%lib%;C:\kl_mle
@SET LIB=%lib%;C:\bdms\lib
@SET XPPRESOURCE=c:\exp20264\lib
@SET CODEJOCK_VERSION=13.0.0
@SET TEMP=c:\temp
@SET TMP=c:\temp
@SET OBJ=
@CALL DOSKEY DIR=DIR /o-d /p $1 $2