Search found 30 matches: appcrash

Return to advanced search

Re: Para Cristobal Navarro...Aplicacion completa Fivedit...

... think so? Did you try it? If yes, what is the error you've got? https://imgur.com/wvbBZUq https://i.imgur.com/wvbBZUq.png APPCRASH. Regards, saludos.
by karinha
Thu Nov 02, 2023 6:57 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Para Cristobal Navarro...Aplicacion completa Fivedit...
Replies: 24
Views: 1684

Re: AppCrash Windows 7 al leer INI

Hola, Sólo con incluir esta función en el código fuente, ya funciona sin problemas. No he tenido que cambiar el buffer #pragma BEGINDUMP#include <windows.h>#include <hbapi.h>#define IF(x,y,z) ((x)?(y):(z))       #ifdef __HARBOUR__       HB_FUNC(...
by fgondi
Fri Aug 26, 2022 8:49 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: AppCrash Windows 7 al leer INI
Replies: 11
Views: 783

Re: AppCrash Windows 7 al leer INI

    // MENU PRINCIPAL    // Para Carregar a Ultima Tela Salva no Arquivo .INI chamar FundoWnd()    IF FILE( "FUNDO.INI" )       FUNDOWND() // Chamada ao fundo de tela Escolhida Pelo Usu rio. Muito Bom.    ELSE&nbs...
by karinha
Thu Aug 25, 2022 3:07 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: AppCrash Windows 7 al leer INI
Replies: 11
Views: 783

Re: AppCrash Windows 7 al leer INI

Fernando, Este es el código de la función GETPVPROFSTRING() Puede ser un desbordamiento de pila por el tamaño del buffer (16384). Prueba a poner cantidades mas pequeñas en el tamaño del buffer hasta que desaparezca el crash :-) Renombra la función para que puedas probarla facilmente sin tener que mo...
by Antonio Linares
Thu Aug 25, 2022 12:21 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: AppCrash Windows 7 al leer INI
Replies: 11
Views: 783

Re: AppCrash Windows 7 al leer INI

... OF oIni DEFAULT "Main message"...  No muestra ningún error adiccional. Aparece el print a y luego sigue apareciendo el appcrash No llega al print b Firma con problemas:  Nombre del evento de problema:    APPCRASH  Nombre de la aplicación: testini.exe  ...
by fgondi
Thu Aug 25, 2022 8:04 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: AppCrash Windows 7 al leer INI
Replies: 11
Views: 783

Re: AppCrash Windows 7 al leer INI

Fernando,

Por favor prueba a llamar la función del API de Windows directamente:

MsgInfo( GetPvProfString( cSection, cEntry, cValToChar( uDefault ), cIniFile ) )

y comprueba si sucede lo mismo. gracias
by Antonio Linares
Wed Aug 24, 2022 11:11 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: AppCrash Windows 7 al leer INI
Replies: 11
Views: 783

Re: AppCrash Windows 7 al leer INI

Hola, Aun así sigue apereciendo el appcrash y no muestra ningún mensaje de error    TRY           GET cTitle  SECTION "main" ENTRY "Title"   OF oIni DEFAULT "FiveWin ...
by fgondi
Wed Aug 24, 2022 7:45 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: AppCrash Windows 7 al leer INI
Replies: 11
Views: 783

Re: AppCrash Windows 7 al leer INI

Hola, Un error recursivo podria estar generando ese problema Una solucion para detectar el problema es encerrar la operacion de la llamada a la funcion de lectura del ini con un estructura de control de errores y mostrar el error que da. Algo asi como TRY    leerArchivoIni()CATCH oErr   msgI...
by hmpaquito
Wed Aug 24, 2022 4:07 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: AppCrash Windows 7 al leer INI
Replies: 11
Views: 783

Re: AppCrash Windows 7 al leer INI

Testini.exe dejo de funcionar Firma con problemas:  Nombre del evento de problema:    APPCRASH  Nombre de la aplicación: testini.exe  Versión de la aplicación:   0.0.0.0  Marca de tiempo de la aplicación:    630536c3  ...
by fgondi
Wed Aug 24, 2022 4:03 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: AppCrash Windows 7 al leer INI
Replies: 11
Views: 783

Re: AppCrash Windows 7 al leer INI

Aparece algun error en pantalla o simplemente la aplicación termina ?
by Antonio Linares
Wed Aug 24, 2022 3:32 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: AppCrash Windows 7 al leer INI
Replies: 11
Views: 783

Re: AppCrash Windows 7 al leer INI

Hola,

No genera el archivo hb_out.log

Casca en la lectura del primer valor
Code: Select all  Expand view
GET cTitle  SECTION "main" ENTRY "Title"   OF oIni DEFAULT "FiveWin App"
by fgondi
Wed Aug 24, 2022 10:14 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: AppCrash Windows 7 al leer INI
Replies: 11
Views: 783

Re: AppCrash Windows 7 al leer INI

Fernando,

Por favor comprueba si se genera un fichero hb_out.log y copia el contenido aqui, gracias
by Antonio Linares
Wed Aug 24, 2022 6:34 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: AppCrash Windows 7 al leer INI
Replies: 11
Views: 783

AppCrash Windows 7 al leer INI

... 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 ...
by fgondi
Tue Aug 23, 2022 8:34 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: AppCrash Windows 7 al leer INI
Replies: 11
Views: 783

Re: Resedit closes problems after Windows 10 update

... Palabras clave:Clásico Usuario: No disponible Equipo: DESKTOP-SKM3723 Descripción: Depósito con errores 120858127557, tipo 4 Nombre de evento: APPCRASH Respuesta: No disponible Identificador de archivo .cab: 0 Firma del problema: P1: bad_module_info P2: 0.0.0.0 P3: 00000000 P4: StackHash_0000 ...
by Antonio Linares
Mon Jul 19, 2021 3:41 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Resedit closes problems after Windows 10 update
Replies: 12
Views: 764

Re: clase VLC para crear un player - algunos problemas

... Version 3.0.4 • Windows 64bit I must compile with specific libs ? I compiled with Harbour and fwh here crash Firma problema: Nome evento problema: APPCRASH Nome applicazione: test.Exe Versione applicazione: 0.0.0.0 Timestamp applicazione: 00000000 Nome modulo con errori: test.Exe Versione modulo ...
by Silvio.Falconi
Mon Oct 15, 2018 5:08 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: clase VLC para crear un player - algunos problemas
Replies: 15
Views: 3691
Next

Return to advanced search