Search found 24 matches: freed

Return to advanced search

Re: FWH 18.08: Enhancements to strings.prg

... Also, this systems allow foreign users to add their own * translation (and then send it to you or share with other ousers), so * that you are freed from this part of development. * * If used without any parameter, /j (or -j, depending on the system you * are compiling on), will create an hit ...
by carlos vargas
Tue Nov 13, 2018 7:54 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH 18.10: Enhancements to strings.prg
Replies: 19
Views: 5440

Re: Problem with TExplorerBar

Antonio Linares wrote:Please use FWH function SetResDebug() to check your app consumed and non freed resources:

http://wiki.fivetechsoft.com/doku.php?id=fivewin_function_setresdebug


How do I release the resources?
by shark
Fri Aug 03, 2018 3:12 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Problem with TExplorerBar
Replies: 5
Views: 974

Re: Problem with TExplorerBar

Please use FWH function SetResDebug() to check your app consumed and non freed resources:

http://wiki.fivetechsoft.com/doku.php?id=fivewin_function_setresdebug
by Antonio Linares
Wed Aug 01, 2018 4:36 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Problem with TExplorerBar
Replies: 5
Views: 974

Re: Nuevo FWH 16.10

... default and better it is omitted. If he still wants to specify the port, it should be NUMERIC not Charactger. MEMORY: When a RowSet is closed, the freed memory is not surrendered by Harbour to the OS, but still kept as free memory by Harbour. When another recordset is opened, the same memory heap ...
by Antonio Linares
Mon Nov 14, 2016 6:21 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Nuevo FWH 16.10
Replies: 15
Views: 2973

Re: En tiempo de compilacion...

... if variable is not explicitly cleared by assigning NIL but is out of scope (e.g. local variable when program leaves the function) PP context is freed. Below is simple test program which preprocess file and executes it's lines by macro compiler: /*** macro.dat ***/ #define VALUE 123.45 #xcommand ...
by Antonio Linares
Tue Aug 26, 2014 7:45 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: En tiempo de compilacion...
Replies: 3
Views: 1561

Re: Images of buttons disappear

... "checkres.txt" ) CheckRes() WinExec( "notepad checkres.txt" ) You will get a detailed list of resources that are nor properly freed and that are leaking. Next is to located each one and use them in the right way. In example, if you create a font, later you have to End() it. ...
by Antonio Linares
Sat Sep 14, 2013 12:13 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Images of buttons disappear
Replies: 7
Views: 1635

Re: New XBROWSE

Any news for this point? I have the data nColDividerSize freed from status "protected" and now i can draw the lines bigger then 1. And with :nColDividerStyle := 0 the lines are to see in backgroundcolor.
by byte-one
Tue Jul 30, 2013 10:14 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: New XBROWSE
Replies: 4
Views: 1341

Es Tdolphin thread safe ?

... visible al resto. Funciona durante un tiempo indeterminado tras el cual la aplicación se detiene con errores como:. Error BASE/1301 : Reference to freed block Called from HB_GCALL(0) Called from CHECKSERVER(111) -> Thread Error BASE/1301 : Reference to freed block Called from INKEY(0) Called ...
by Salvador
Tue Jul 23, 2013 9:21 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Es Tdolphin thread safe ?
Replies: 9
Views: 1515

Threadsleep, Mysql, Tdolphin

... errores como el siguiente: Subsystem Call ....: BASE System Code .......: 1301 Default Status ....: .F. Operation .........: Reference to freed block Arguments .........: Involved File .....: Dos Error Code ....: 0 (0) Trace Through: ---------------- HB_IDLESLEEP :Line: 0 in Module: THREADSLEEP ...
by Salvador
Mon Jul 15, 2013 4:13 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Threadsleep, Mysql, Tdolphin
Replies: 0
Views: 513

Re: FWH / xHarbour.com Unresolved external symbol

... when a C function uses too much (over 4 Kb) local C variables. In this case, the variables should be dinamically allocated using hb_xgrab() and freed later on with hb_xfree(): http://www.codeguru.com/cpp/v-s/debug/article.php/c19241/Adventures-with-chkstk.htm
by Antonio Linares
Fri Jun 29, 2012 7:13 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH / xHarbour.com Unresolved external symbol
Replies: 4
Views: 937

Re: Nuevo FWH 10.4

... vez que salgo de un dialogo o realizo alguna llamada a hb_gcall(.t.): Error description: Error BASE/1301 Object destructor failure: Reference to freed block Esta app. hace semanas que funciona sin problemas compilada con FWH10.2 y BC552. :?
by Salvador
Sun May 09, 2010 6:12 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Nuevo FWH 10.4
Replies: 2
Views: 781

Re: A problem with GradientBrush()

... to know how many "users" a library has, and only when there is just one which calls FreeLibrary() again, then the library will be really freed.
by Antonio Linares
Tue Feb 02, 2010 12:05 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: A problem with GradientBrush()
Replies: 63
Views: 11527

Re: SOAP con Autentificacion

... #include "hbapi.h" /* * base64enc() * * Encode the data in 's' (length of the data is 'len') in BASE64. The returned * string should be freed when not used anymore. */ static char * base64enc( char *s, size_t s_len ) { char b64chars[] = "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/"; ...
by thefull
Fri Nov 27, 2009 4:08 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: SOAP con Autentificacion
Replies: 15
Views: 5378

... Windows XP Home Edition 5.01.2600 Service Pack 3 Time Occured: 2008.11.26 12:27:41 Total 8974 allocations (3885 reallocation), of which 8973 freed. Highest total allocated 1154543 bytes in 5059 blocks. WARNING! Memory allocated but not released: 40 bytes (1 blocks) Block 1 00B2A4E8 (size ...
by triumvirato
Wed Nov 26, 2008 12:19 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Error reallocate memory
Replies: 24
Views: 5607

... arrojando el siguiente error: ---------------------------------------- Total 16036824 allocations (5334271 reallocation), of which 16036823 freed. Highest total allocated 6900507 bytes in 5073 blocks. WARNING! Memory allocated but not released: 40 bytes (1 blocks) source\vm\fm.c:778: HB_TR_ERROR ...
by triumvirato
Wed Nov 26, 2008 7:58 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Error reallocate memory
Replies: 24
Views: 5607
Next

Return to advanced search