HB_ReadIni xharbour com bcc

HB_ReadIni xharbour com bcc

Postby jair » Thu Oct 10, 2024 7:55 pm

¡Buenas tardes!
Estoy intentando convertir un sistema de xharbour xcc a xharbour bcc7 y hay una función llamada HB_ReadIni que lee archivos ini y devuelve el contenido en un hash. Pero cuando llega esta función, ¡el sistema simplemente se cierra! ¿Alguien ha experimentado esto alguna vez? ¿Existe alguna función que lea un archivo ini y devuelva un hash? Acepto sugerencias

Code: Select all  Expand view
[MAIN]
[Update]
CNPJEmp=
PLANOSIS=
UpdateAuto=S
 


hash:
Code: Select all  Expand view
hRet["Update"] := Hash()
 hRet["Update"]["CNPJEmp"] := ""
 hRet["Update"]["PLANOSIS"]  := "1"
 hRet["Update"]["UpdateAuto"]    := "S" 

 
jair
 
Posts: 57
Joined: Sun Aug 27, 2017 7:18 pm

Re: HB_ReadIni xharbour com bcc

Postby Antonio Linares » Fri Oct 11, 2024 4:44 am

Copia el código de la función hb_readIni() a tu aplicación:

https://github.com/xHarbour-org/xharbour/blob/0420bbba08a23d9c225779bc81aaa7e510d3fdd1/source/rtl/hbini.prg#L7

Y situa x MsgInfo()s en él para ver hasta donde llega y por qué se sale
regards, saludos

Antonio Linares
www.fivetechsoft.com
User avatar
Antonio Linares
Site Admin
 
Posts: 42099
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain


Return to FiveWin for Harbour/xHarbour

Who is online

Users browsing this forum: No registered users and 46 guests