Dear Mr.Antonio,
The BuildX.Bat bundled along with FWH 8.12 needs some modification to work correctly. The batch file BuildX.Bat expects the follwing folders to be there inside the xHarbour folder
\xHarbour\bin\b32\
\xHarbour\\lib\b32
Unfortunately I could not find find such folders in the xHarbour folder. Or Am I missing any xHarbour files/folders ?
Problem No.1
should be changed to
Problem No.2
should be changed to
Regards
Anser
The BuildX.Bat bundled along with FWH 8.12 needs some modification to work correctly. The batch file BuildX.Bat expects the follwing folders to be there inside the xHarbour folder
\xHarbour\bin\b32\
\xHarbour\\lib\b32
Unfortunately I could not find find such folders in the xHarbour folder. Or Am I missing any xHarbour files/folders ?
Problem No.1
set hdirl=%hdir%\lib\b32should be changed to
set hdirl=%hdir%\libProblem No.2
%hdir%\bin\b32\harbour %1 /n /i%fwh%\include;%hdir%\include /w /p %2 %3 > comp.logshould be changed to
%hdir%\bin\harbour %1 /n /i%fwh%\include;%hdir%\include /w /p %2 %3 > comp.logRegards
Anser