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"