Search found 58 matches: unreleased

Return to advanced search

Re: BUG: FONTS NOT RELEASED IN LATEST FWH

...  CheckRes()   WinExec("notepad checkres")Return nil  Bug at: TRICHEDIT:REDEFINE(403)- You have an unreleased Font, defined in both new and redefine methods. Thank you.
by MOISES
Sun Dec 22, 2019 6:43 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: BUG: FONTS NOT RELEASED IN LATEST FWH
Replies: 9
Views: 1058

Re: Ribbonbar getting black

... 14:16:00: C:\Users\James\Documents\Projects\CheckRes\TestCheckRes.exe -- FONT,-1056306525,MAIN(20) As you can see, the font is reported as being unreleased. I am using a fairly old copy of FWH (16.04) so you should run the test program above to make sure it also detects the unreleased font with ...
by James Bott
Thu Aug 30, 2018 9:25 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Ribbonbar getting black
Replies: 32
Views: 6162

Re: Ribbonbar getting black

Vilian,

The way you fix it is to find all unreleased objects and end them. Use the method the Antonio provided a link to.

I don't know why it is only happening on Windows 7. Maybe those pc's have less memory, or there is a bug in Win 7 itself. Either way you still need to end all the resources.
by James Bott
Thu Aug 30, 2018 2:21 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Ribbonbar getting black
Replies: 32
Views: 6162

Re: Resource leak in menus

... my exe hangs and stop working but the computer does not stop. I have test with GDIView and I have seen that only the Font is increasing. Check for unreleased fonts in your code. If you create a font then you are responsable to oFont:End() it
by Antonio Linares
Tue Aug 01, 2017 4:44 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Resource leak in menus
Replies: 27
Views: 4953

Re: FWH1510:Problem with resource background become black color

Richard,

You should not get such list of unreleased resources.

Surely that is what is happening in your app: you are running out of GDI resources memory.

Please check where those resources are coming from and why they don't get properly released as they should.
by Antonio Linares
Fri Dec 18, 2015 12:58 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH1510:Problem with resource background become black color
Replies: 13
Views: 6491

Re: Migrando a Harbour desde xHarbour

... >> b32.bc IF EXIST %1.res echo %1.res >> b32.bc rem uncomment this line and comment the next to review the unreleased memory blocks rem %bcdir%\bin\ilink32 -Tpe -s @b32.bc %bcdir%\bin\ilink32 -Gn -aa -Tpe -s @b32.bc
by lelu
Thu Aug 27, 2015 1:29 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Migrando a Harbour desde xHarbour
Replies: 7
Views: 1154

Re: Pérdida de memoria

Joaquín,

http://wiki.fivetechsoft.com/doku.php?id=how_to_check_unreleased_gdi_handles&s=checkres

En relación a los Fonts, busca en tu código llamadas a oFont:End() y asegúrate que no tengas alguna de más
by Antonio Linares
Thu Sep 11, 2014 1:50 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Pérdida de memoria
Replies: 4
Views: 779

Re: bug FWH TRichEdit() Font unreleased

To temporarly solve it, simply do:

ACTIVATE DIALOG oDlg CENTERED

oRich:oFont:End()
by Antonio Linares
Tue Aug 13, 2013 12:30 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: bug FWH TRichEdit() Font unreleased
Replies: 3
Views: 560

Re: bug FWH TRichEdit() Font unreleased

Lucas,

No, this one has not been fixed yet. This one, and whatever else may be pending, will be included in the next build.

FWH 64 has been updated.
by Antonio Linares
Tue Aug 13, 2013 12:26 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: bug FWH TRichEdit() Font unreleased
Replies: 3
Views: 560

Re: bug FWH TRichEdit() Font unreleased

Antonio,

Has been fixed it?.

Also, is the 64 build updated?.

Thanks.
by lucasdebeltran
Tue Aug 13, 2013 12:18 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: bug FWH TRichEdit() Font unreleased
Replies: 3
Views: 560

new bug FWH64 - UrlLink

Antonio,

samples\testurl.prg produces a GPF in FWH 64.

In FWH 32 it is ok, but it has an unreleased Font:

FONT,436868240,TURLLINK:REDEFINE(105)


Thank you.
by lucasdebeltran
Sat Aug 10, 2013 2:15 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: new bug FWH64 - UrlLink
Replies: 4
Views: 684

bug FWH TRichEdit() Font unreleased

Hello Antonio, There is a Font unreleased at TRichEdit class: FONT,-1744171655,TRICHEDIT:REDEFINE(391)->MAIN(36) This is a working simple: #Include "FiveWin.ch"#include "richedit.ch"//----------------------------------------------------------------------------//Function ...
by lucasdebeltran
Sat Aug 10, 2013 12:02 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: bug FWH TRichEdit() Font unreleased
Replies: 3
Views: 560
Next

Return to advanced search