Hi
I have recently got exp20 version and trying to run the build20.bat file.
I am getting the following error.
Can you please help me build this?
--------------------------------------------------------------------------------------------------------
_DCGETBX.PRG(13028:0): error XBT0200: Syntax Error
_DCGETBX.PRG(13483:0): error XBT0206: Invalid use of @ (pass by reference) operator
_DCGETBX.PRG(13498:0): error XBT0200: Syntax Error
_DCGETBX.PRG(13604:0): error XBT0206: Invalid use of @ (pass by reference) operator
_DCGETBX.PRG(13604:0): error XBT0204: Statement not allowed outside procedure or function
_DCGETBX.PRG(2:0): error XBT0204: Statement not allowed outside procedure or function
I needed to make a few source code changes to make eXpress++ compile in 1.82.
Please confirm that the attached files work for you and if they do, I will also give you the updated source files.
There are features that are documented in eXpress++ 1.9 and above that will not work in 1.82 due to the fact that these features depended on features of Xbase++ 1.9 or 2.0.
Create a folder named \exp20\bin182 and extract all the files to that folder.
Change your path to point to the \exp20\bin182 folder when running your applications.
Hi,
-----------------------------------------------------------------
the program works when used the following path:
-----------------------------------------------------------------
@echo off
rem Environment for Xbase++ 1.82
rem created by Xbase++ 1.82 installation 10-11-2003
SET LIB=C:\xb\LIB;C:\exp18\lib
SET PATH=C:\xb\BIN;C:\xb\LIB;C:\exp18\BIN182;C:\exp18\BIN;c:\windows;c:\windows\system32
SET INCLUDE=C:\xb\INCLUDE;C:\exp18\include
SET XPPRESOURCE=C:\xb\RESOURCE\BITMAP;%XPPRESOURCE%
SET XPPRESOURCE=C:\xb\RESOURCE\ICON;%XPPRESOURCE%
SET XPPRESOURCE=C:\xb\RESOURCE\FONT;%XPPRESOURCE%
SET XPPRESOURCE=C:\xb\RESOURCE\POINTER;%XPPRESOURCE%
-----------------------------------------------------------------
When used this path and dclipx.dll from bin20, the attached error occurred
-----------------------------------------------------------------
@echo off
rem Environment for Xbase++ 1.82
rem created by Xbase++ 1.82 installation 10-11-2003
SET LIB=C:\xb\LIB;C:\exp20\lib
SET PATH=C:\xb\BIN;C:\xb\LIB;C:\exp20\BIN182;c:\windows;c:\windows\system32
SET INCLUDE=C:\xb\INCLUDE;C:\exp20\include
SET XPPRESOURCE=C:\xb\RESOURCE\BITMAP;%XPPRESOURCE%
SET XPPRESOURCE=C:\xb\RESOURCE\ICON;%XPPRESOURCE%
SET XPPRESOURCE=C:\xb\RESOURCE\FONT;%XPPRESOURCE%
SET XPPRESOURCE=C:\xb\RESOURCE\POINTER;%XPPRESOURCE%