resource consumption

Post Reply
devtuxtla
Posts: 392
Joined: Tue Jul 29, 2008 1:55 pm

resource consumption

Post by devtuxtla »

Hello FiveWinners.

Is there any way to know that the application is consuming resources or resources are not releasing?

regards
Visite Chiapas, el paraiso de México.
User avatar
Richard Chidiak
Posts: 946
Joined: Thu Oct 06, 2005 7:05 pm
Location: France
Contact:

Re: resource consumption

Post by Richard Chidiak »

before to quit my application i have

FERASE("CHECKRES.TXT")
CHECKRES()

i get a checkres.txt file showing the pending resources (if any and where it comes from)

Hth
http://www.cbati.com

Uestudio
Fwh 13.05 Harbour 3.2 MSVC 2013
User avatar
Antonio Linares
Site Admin
Posts: 37481
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain
Contact:

Re: resource consumption

Post by Antonio Linares »

And besides what Richard has explained you, at the beginning of your app call SetResDebug( .T. )
regards, saludos

Antonio Linares
www.fivetechsoft.com
Post Reply