Article ID: 136017
Article Last Modified on 10/15/2003
DO BUILDAPP WITH cProjectName, cAppFileName, lDebugMode, lBuildEXE
SET DEFAULT TO SYS(2004)+'SAMPLES\MAINSAMP'
DO SYS(2004)+'TOOLS\BUILDAPP\BUILDAPP.PRG' ;
WITH "tastrade.pjx", "tastrade.app", .F., .T.
At this point, the error occurs. To prevent the error, use one of the
following commands to build the executable:
DO SYS(2004)+'TOOLS\BUILDAPP\BUILDAPP.PRG' ;
WITH "tastrade.pjx", "tastrade", .F., .T.
-or-
DO SYS(2004)+'TOOLS\BUILDAPP\BUILDAPP.PRG' ;
WITH "tastrade.pjx", "tastrade.exe", .F., .T.
Keywords: KB136017