Estoy complilando con la última version de FWH, Harbour y VS2022
Al trabajar con un INI en Windows 7 o Windows Server 2008, la aplicación devuelve un AppCrash.
En Windows 10, 11 o Server de versión superior, funciona sin problemas.
He probado con \Samples\TestIni.prg y también casca.
En concreto casca en la primera llamada Get
- Code: Select all Expand view
- GET cTitle SECTION "main" ENTRY "Title" OF oIni DEFAULT "FiveWin App"
el hbp que uso para construir el ejecutable es:
- Code: Select all Expand view
- -gui
-Ic:\fwh\include
testini.prg
-Lc:\fwh\lib
-lFiveH32
-lFiveHC32
-lgdiplus
-lole32
-lOleDlg
-lversion
xhb.hbc
hbct.hbc
hbwin.hbc
hbmzip.hbc
hbziparc.hbc
hbfoxpro.hbc
-ldflag=/NODEFAULTLIB:msvcrt
- Code: Select all Expand view
- call "%ProgramFiles%\Microsoft Visual Studio\2022\Community\VC\Auxiliary\Build\vcvarsall.bat" x86
c:\harbour\bin\hbmk2 sample.hbp -comp=msvc