Search found 304 matches: leak

Return to advanced search

... RAM would diminish accordingly, forcing more swap file activity (using the hard drive as a substitute for RAM). This is the famous “memory leak” of Win95. The user’s solution in Win95 was to put MinFileCache and MaxFileCache lines in the [vcache] section of the SYSTEM.INI file to control ...
by modicr
Sun Apr 30, 2006 2:20 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: New EMF printer class and Windows 95
Replies: 13
Views: 5172

It's hard to say. The wrong handle is passed to SelectObject() API. At least the brush is just not activated. At worst we have a resource leak or similar unpleasant effects.

EMG
by Enrico Maria Giordano
Fri Feb 10, 2006 10:56 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Little bug in TWBrowse
Replies: 3
Views: 991

Memory Leaks - any utility someone can recomend?

Hi. I'm trying to debug a serious memory leak in a fwh app in which brushes and fonts (mainly... ocasional bitmaps, cursors and other gdi objects are also stuck) aren't released when they should. I have already used CheckRes() but it doesn't ...
by Luis Krause
Tue Feb 07, 2006 11:29 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Memory Leaks - any utility someone can recomend?
Replies: 1
Views: 728

... ); hb_vmPush( hb_stackSelfItem() ); hb_vmSend( 0 ); if( s_nOleError == DISP_E_EXCEPTION ) { // Intentional to avoid report of memory leak if fatal error. char *sTemp = WideToAnsi( excep.bstrDescription ); sDescription = (char *) malloc( strlen( sTemp ) + 1 ); strcpy( sDescription, ...
by ask
Tue Dec 27, 2005 10:59 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to send email from within FWH25?
Replies: 29
Views: 14032
Previous

Return to advanced search