Search found 60 matches: crashed

Return to advanced search

Re: xbrowse

Mr. Rao,
did you make this with FWH 22.11 and xHarbour?
I tried at least dozens of times and it always crashed.

Could anyone from this forum try if my sample runs without crash?
by Detlef
Sat Jul 08, 2023 8:33 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: xbrowse
Replies: 15
Views: 607

xbrowse

... about login values. The password is encrypted using the function HB_Crypt(). It drove me crazy to list the ini file with xbrowse because it always crashed. Finally I found out that the characters 0x12 and 0x19 in the encryptd string caused xbrowse to fail. Here my test with FWH 22.11 and xharbour ...
by Detlef
Fri Jul 07, 2023 1:38 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xbrowse
Replies: 15
Views: 607

Re: hb_out.. exe crashed...

Funciona perfecto con imágenes .PNGs, transformé el ARCHIVO.RC en ARCHIVO.RES y resultó excelente. It works perfect with .PNGs Images, I transformed the FILE.RC into FILE.RES and it turned out excellent. https://imgur.com/sQtTjcs https://i.imgur.com/sQtTjcs.png Regards, salud...
by karinha
Sun May 21, 2023 4:04 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: hb_out.. exe crashed...
Replies: 10
Views: 407

Re: hb_out.. exe crashed...

There was this bug when GDIP clause is used for BTNBMP. This bug is fixed in the recent version. For now please use this fix. Please replace the function PalBmpFree() in \source\classes\bitmap.prg with this new function. function PalBmpFree( hBmp, hPal )   static prev   local aBmp, cType   ...
by Silvio.Falconi
Sun May 21, 2023 3:59 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: hb_out.. exe crashed...
Replies: 10
Views: 407

Re: hb_out.. exe crashed...

There was this bug when GDIP clause is used for BTNBMP. This bug is fixed in the recent version. For now please use this fix. Please replace the function PalBmpFree() in \source\classes\bitmap.prg with this new function. function PalBmpFree( hBmp, hPal )   static prev   l...
by nageswaragunupudi
Sun May 21, 2023 2:48 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: hb_out.. exe crashed...
Replies: 10
Views: 407

Re: hb_out.. exe crashed...

Prueba ahora y comentas: Download completo: https://mega.nz/file/UQ10xLiD#NJJ7OANMd4G554DopHiIKAqszoGtDYVxtDiZrjA8ZX8 Regards, saludos. Yes of course with BMP file run ok The problem Is another , of you ready good the next time perhaps you'll understood the problem I 'M USING PNG FILE NOT B...
by Silvio.Falconi
Sat May 20, 2023 11:04 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: hb_out.. exe crashed...
Replies: 10
Views: 407

Re: hb_out.. exe crashed...

Prueba ahora y comentas:

Download completo:

https://mega.nz/file/UQ10xLiD#NJJ7OANMd4G554DopHiIKAqszoGtDYVxtDiZrjA8ZX8

Regards, saludos.
by karinha
Sat May 20, 2023 8:37 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: hb_out.. exe crashed...
Replies: 10
Views: 407

Re: hb_out.. exe crashed...

And why, until you find out where you went wrong, don't you turn off the "X" in the Dialog Box? ¿Y por qué, hasta que descubras dónde te equivocaste, no apagas la "X" en el cuadro de diálogo? Regards. porque no me equivoco, el problema esta en la clase btnbmp cuando se usa gdipl...
by Silvio.Falconi
Sat May 20, 2023 6:23 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: hb_out.. exe crashed...
Replies: 10
Views: 407

Re: hb_out.. exe crashed...

And why, until you find out where you went wrong, don't you turn off the "X" in the Dialog Box?

¿Y por qué, hasta que descubras dónde te equivocaste, no apagas la "X" en el cuadro de diálogo?

Regards.
by karinha
Sat May 20, 2023 5:16 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: hb_out.. exe crashed...
Replies: 10
Views: 407

Re: hb_out.. exe crashed...

SORRY IT IS NOT THE SAME

and it make error when the user click on X of the dialog
by Silvio.Falconi
Sat May 20, 2023 4:16 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: hb_out.. exe crashed...
Replies: 10
Views: 407

Re: hb_out.. exe crashed...

Whenever possible, post the complete example. Mira se ayuda: // C:\FWH..\SAMPLES\GERMANO.PRG#include "FiveWin.ch"STATIC lChangeBtn := .T.function Main()   LOCAL oDlg, oBtn, oBtn2, oFont, cTile := "WHEN IN BTNBMP"   DEFINE FONT oFont  NAME "Ms...
by karinha
Sat May 20, 2023 3:49 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: hb_out.. exe crashed...
Replies: 10
Views: 407

hb_out.. exe crashed...

... If I use gdiplus I see good the btnbmp when it is disabled https://i.postimg.cc/YSPNPrvK/getx.png but then the exe crashed
by Silvio.Falconi
Sat May 20, 2023 2:29 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: hb_out.. exe crashed...
Replies: 10
Views: 407

Re: Help about download from GitHub.

... been fixed like issue #799. I did not know which version of webview.dll that we use. For example, My users try to use webview, all my app has been crashed. Maybe this fix is solution for me.
by Horizon
Wed Jul 27, 2022 4:57 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Help about download from GitHub.
Replies: 4
Views: 313

add a number on Random

... OneNumb(oSay) but I saw that after about 63 numbers the procedure freezes and crashes, once I got to 82 numbers extracted and then the procedure crashed, I don't understand where the error is. I add the get memo only for demo #include "fivewin.ch"static alistaFunction test()local ...
by Silvio.Falconi
Sat Mar 26, 2022 10:23 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: add a number on Random
Replies: 8
Views: 451
Next

Return to advanced search