Riverside-Software / pct

Build automation for OpenEdge ABL
Apache License 2.0
96 stars 62 forks source link

C:\DLC11\bin\_progres.exe does not use -ininame definitions to compile #468

Closed ivanbrizida closed 2 years ago

ivanbrizida commented 2 years ago

Description of the bug PCTCompile is using C:\DLC11\bin\_progres.exe instead of C:\dlc11\bin\prowin.exe

Evidence Because of this the error bellow is shown:

   Compilando: C:/Temp/DSV/build_id_64626/src/windows/win/lcspc001.W
ERRO: (L/C) 0 / 0
ERRO: 15090: WARNING: Executable statement at line 518 of file C:\Temp\DSV\build_id_64626\src\windows\win\lcspc001.W will not be reached. (15090)
ERRO: 4023: **The size phrase specified for BROWSE br_Proposta is not large enough. (4023)

Expected behavior If prowin.exe was used the -ininame and -basekey would have their effect. Is it possible to make PCTcompile use prowin.exe as the compiler instead of _progres.exe ?

Environment Log sonar.log.txt

ininame file progress.ini.txt

jakejustus commented 2 years ago

Use graphicalMode=“true”

ivanbrizida commented 2 years ago

Merci Gilles. It worked!