Repathing .pjx (FFC pe copii locale clase\, ctl32 pe comun\utile\ctl32) + SET PATH include-uri in build_registratura

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_018H9za5A9Tk6wcLFof6seds
This commit is contained in:
2026-07-23 20:06:41 +03:00
parent 6769eb61d1
commit f1abe5d3c5
2 changed files with 65 additions and 53 deletions

View File

@@ -11,6 +11,9 @@ ON ERROR DO blog WITH '*** EROARE ' + TRANSFORM(ERROR()) + ': ' + MESSAGE() + ;
' | ' + MESSAGE(1) + ' | prg=' + PROGRAM() + ' lin=' + TRANSFORM(LINENO())
SET DEFAULT TO D:\ROA\ROAREGISTRATURA
* Caile stocate in clasele COMUN pentru include-uri (foxpro.h din VFP8, wincrypt.h)
* nu mai exista; compilatorul cauta fallback pe SET PATH.
SET PATH TO "C:\Program Files (x86)\Microsoft Visual FoxPro 9";"D:\ROA\ROACRYPT" ADDITIVE
DO blog WITH 'BUILD EXE roaregistratura.exe FROM roaRegistratura RECOMPILE ...'
BUILD EXE roaregistratura.exe FROM roaRegistratura RECOMPILE
DO blog WITH 'Build incheiat. Verificati roaregistratura.err daca exista.'