Search found 85 matches: allocated

Return to advanced search

Re: WebView resize

... direct HTML equivalent for a splitter, you can create a resizable split view using JavaScript and CSS. This would allow users to adjust the space allocated to different sections of the UI, similar to the SPLITTER in FiveWin. TEXplorerBar or Accordions: In a web context within WebView2, you can ...
by Otto
Thu Mar 21, 2024 10:55 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: WebView resize
Replies: 9
Views: 2090

Re: CodeBlock

... */ void * pStatics; /* STATICs base frame */ HB_USHORT uiLocals; /* number of referenced local variables */ HB_SHORT dynBuffer; /* is pcode buffer allocated dynamically, SHORT used instead of HB_BOOL intentionally to force optimal alignment */ } HB_CODEBLOCK, * PHB_CODEBLOCK; using #define _HB_API_INTERNAL_ ...
by Antonio Linares
Tue Nov 01, 2022 7:31 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: CodeBlock
Replies: 2
Views: 276

Re: Conversion from ca-clipper ( not found a variable)

... arise when you create a resource inside a function and don't release it at the end: if that function is called n times then the resource is allocated n times and released zero times and you will have resource leakage. EMG Indeed. I need to change that in my sources...
by Marc Venken
Thu Mar 03, 2022 10:45 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Conversion from ca-clipper ( not found a variable)
Replies: 30
Views: 4334

Re: Conversion from ca-clipper ( not found a variable)

... arise when you create a resource inside a function and don't release it at the end: if that function is called n times then the resource is allocated n times and released zero times and you will have resource leakage. test1.prg(1714) Warning W0027 Meaningless use of expression ':' test1.prg(1714) ...
by Enrico Maria Giordano
Thu Mar 03, 2022 10:25 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Conversion from ca-clipper ( not found a variable)
Replies: 30
Views: 4334

Re: Rectangle as bitmap

Will this scheme work if the dialog is larger than the monitor screen and, accordingly, the allocated rectangle is also larger than the monitor screen ?
by Natter
Tue Sep 21, 2021 6:07 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Rectangle as bitmap
Replies: 35
Views: 1953

Errors with test.mak, FW 32 bit, bcc582

... Serial number is c6ea:9093 Directory of C:\bcc582\include\stdarg.h 9/08/2006 11:50 1,373 stdarg.h 1,373 bytes in 1 file and 0 dirs 4,096 bytes allocated 120,397,197,312 bytes free [C:\fwh\makes\Borland]dir c:\harbour\bin\harbour.exe Volume in drive C is unlabeled Serial number is c6ea:9093 ...
by FWExplorer
Fri Nov 27, 2020 2:45 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Errors with test.mak, FW 32 bit, bcc582
Replies: 4
Views: 566

Re: Backup - switchable hub

... altered firmware but will not have additional cost. Nonetheless it may require a couple of weeks to get done as engineering team effort has to be allocated for an available slot on their schedule. Best regards Otto
by Otto
Tue Jul 02, 2019 12:43 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Backup - switchable hub
Replies: 6
Views: 1161

NirSoft utilities for programmers

... will stop in the beginning of this function. HeapMemView HeapMemView is a small utility that allows you to view the content of all memory blocks allocated in the heap of the process the you select. This tool can be useful for developers that need to trace memory leaks in their software. GDIView ...
by Baxajaun
Tue Jul 03, 2018 10:36 am
 
Forum: Utilities / Utilidades
Topic: NirSoft utilities for programmers
Replies: 1
Views: 1095

Re: More 16.01 problems with xBrowse UPDATED

... of ADD column TO a browse does not format the columns correctly. This may also relate to the method to expand the largest field to fill in the allocated space in the resource. FWH 16.02 which is due to be released shortly addresses this issue. We regret overlooking to test with FIEDLS clause ...
by nageswaragunupudi
Sun Feb 28, 2016 8:51 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: More 16.01 problems with xBrowse UPDATED
Replies: 24
Views: 9526

More 16.01 problems with xBrowse UPDATED

... of ADD column TO a browse does not format the columns correctly. This may also relate to the method to expand the largest field to fill in the allocated space in the resource. xBrowse worked perfectly until the changes made for GDI Plus, Unicode, and for the new touch centric features. What ...
by TimStone
Wed Feb 17, 2016 12:31 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: More 16.01 problems with xBrowse UPDATED
Replies: 24
Views: 9526

Re: WARNING! Memory allocated but not released: 192 bytes (4 blo

Ahora mis emails con firma(assinatura) digital. Very good!

Image

Muchas gracias al Master Antonio Liñares.

Regards, saludos.
by karinha
Fri Feb 05, 2016 1:04 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: WARNING! Memory allocated but not released: 192 bytes (4 blo
Replies: 14
Views: 3658

Re: WARNING! Memory allocated but not released: 192 bytes (4 blo

Resuelto super master, asi:    :HTMLBody = "<p>"+ALLTRIM( cMsg )+"</p>" + "<p><img src='cid:id_imagen10'></p>"   loBP := :AddRelatedBodyPart( cDirPleno + "\LOGO.JPG", "id_imagen10", 1)...
by karinha
Fri Feb 05, 2016 12:59 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: WARNING! Memory allocated but not released: 192 bytes (4 blo
Replies: 14
Views: 3658

Re: WARNING! Memory allocated but not released: 192 bytes (4 blo

Asi genera el warning ?

loBP:Fields:Item("urn:schemas:mailheader:Content-ID") = "id_imagen10"
by Antonio Linares
Fri Feb 05, 2016 9:06 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: WARNING! Memory allocated but not released: 192 bytes (4 blo
Replies: 14
Views: 3658

Re: WARNING! Memory allocated but not released: 192 bytes (4 blo

cnavarro wrote:Prueba sin el WITH

Code: Select all  Expand view


   WITH OBJECT loBP:Fields

      :Item("urn:schemas:mailheader:Content-ID") = "id_imagen10"

      :Update()

   END  //WITH

 


Gracias Master, continua generando el Warning. ?????

Saludos.
by karinha
Thu Feb 04, 2016 1:06 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: WARNING! Memory allocated but not released: 192 bytes (4 blo
Replies: 14
Views: 3658
Next

Return to advanced search