Page 1 of 1

Construir una librería de 64 bits usando hbmk2.exe

PostPosted: Mon Mar 18, 2024 12:47 pm
by Antonio Linares
go64.bat
Code: Select all  Expand view
call "%ProgramFiles%\Microsoft Visual Studio\2022\Community\VC\Auxiliary\Build\vcvarsall.bat" amd64
c:\harbour\bin\win\msvc64\hbmk2 test.hbp -comp=msvc64

test.hbp
Code: Select all  Expand view
-hblib
-onombre

uno.prg
dos.prg
tres.prg

uno.prg
Code: Select all  Expand view
function Primera()

return nil  

dos.prg
Code: Select all  Expand view
function Segunda()

return nil  

tres.prg
Code: Select all  Expand view
function Tercera()

return nil