Search found 75 matches: allocate

Return to advanced search

Re: how to open devtoolswindow from application.

... http://www.objekt.com.tr/fwh_test/webview_menu_after.png I solved my problem by installing old dlls. Of course, when I allocate budget resources, I will update ftdn. Hello, how create webview ?, please put a sample Hi Mr. Navarro, This is the sample for test (given from ...
by Horizon
Sat Jul 08, 2023 9:15 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: how to open devtoolswindow from application.
Replies: 21
Views: 1143

Re: how to open devtoolswindow from application.

... http://www.objekt.com.tr/fwh_test/webview_menu_after.png I solved my problem by installing old dlls. Of course, when I allocate budget resources, I will update ftdn. Hello, how create webview ?, please put a sample
by cnavarro
Sat Jul 08, 2023 4:28 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: how to open devtoolswindow from application.
Replies: 21
Views: 1143

Re: how to open devtoolswindow from application.

... http://www.objekt.com.tr/fwh_test/webview_menu_after.png I solved my problem by installing old dlls. Of course, when I allocate budget resources, I will update ftdn.
by Horizon
Fri Jul 07, 2023 11:29 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: how to open devtoolswindow from application.
Replies: 21
Views: 1143

Re: read a big xml file

I got error 9600

hb_xgrab can't allocate memory

xml file has 10GB

best regards
KAJOT
by kajot
Sat Jun 24, 2023 6:32 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: read a big xml file
Replies: 11
Views: 719

Re: How many control per dialog?

Dear Dutch, Google results: You can change the heap sizes the linker uses via the -GH flag for ilink32 or ilink64. Use -GH<heapname>=size to allocate a larger heap or multiple heaps. For example, to link the release version of the DLL OWLNext library, internal C++Builder developers use -GHinfo=0x13000000 ...
by Antonio Linares
Sat Nov 20, 2021 5:06 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: How many control per dialog?
Replies: 21
Views: 1290

Re: Improve Code

Sure, it is better pre-allocate the array of the right size then fill it instead of do aAdd more and more. If you don't know the final size you can pre-allocate of a big size then use aSize of right dimension, like aData:=Array(1000)j:=1for ...
by AntoninoP
Fri Dec 27, 2019 6:20 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Improve Code
Replies: 5
Views: 681

Re: How to Override DEFAULT FiveWin ICON ?

Hi EMG , Given below same code which having the error "Allocate failed" . Please let me know where it is wrong. When I remove ICON and put BITMAP it works fine but ICON does get displayed on Windows' Task Bar. app.rc file ico  ICON ".\.\..\ICONS\fivewin.ico"#ifndef ...
by shri_fwh
Tue Jul 30, 2019 5:00 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to Override DEFAULT FiveWin ICON ?
Replies: 18
Views: 2292

Re: How to Override DEFAULT FiveWin ICON ?

Dear Sir ,

Include below command in the .rc file but it is giving an error of "Allocate Failed"

AppIcon ICON DISCARDABLE .\Healthgui.ico


Thanks
Shridhar
by shri_fwh
Mon Jul 29, 2019 4:57 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to Override DEFAULT FiveWin ICON ?
Replies: 18
Views: 2292

XML read, memory allocation error

... Application Internal Error - C:\winapps\vessel\xmlreader.exe Terminated at: 2019-06-09 08:54:10 Unrecoverable error 9006: hb_xgrab can't allocate memory Called from HBXML_DATAREAD(0) Called from (b)TXMLDOCUMENT(0) in xhb\txml.prg Called from TXMLDOCUMENT:READ(0) in xhb\txml.prg Called ...
by cdmmaui
Thu Jun 20, 2019 5:43 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: XML read, memory allocation error
Replies: 2
Views: 599

Re: Crear una clase y datas a petición

... oObject, cSymbol ) .AND. ! __objHasMsg( oObject, "_" + cSymbol ) hClass := oObject:ClassH nSeq := __cls_IncData( hClass ) // Allocate new Seq# __clsAddMsg( hClass, cSymbol, nSeq, HB_OO_MSG_ACCESS, , 1 ) __clsAddMsg( hClass, "_" + cSymbol, nSeq, HB_OO_MSG_ASSIGN, ...
by Antonio Linares
Wed Dec 20, 2017 11:56 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Crear una clase y datas a petición
Replies: 9
Views: 1185

to Enrico

Hi Enricco I hope you can help me ... I Updated the March 2017 version of SQLRDD which has a lib for BCC 7.2 and xHarbour 1.2.3 build 20170312 However, it requires some additional libraries that I can not get that the executable is generated correctly, I attach the list of errors generated by the bu...
by devtuxtla
Wed Jul 26, 2017 5:23 pm
 
Forum: All products support
Topic: to Enrico
Replies: 3
Views: 1075

Re: Consulta sobre OpenComm()

... The default parameters are in error. IE_HARDWARE The hardware is not available (is locked by another device). IE_MEMORY The function cannot allocate the queues. IE_NOPEN The device is not open. IE_OPEN The device is already open. If this function is called with both queue sizes set to zero, ...
by carlos vargas
Thu Jun 15, 2017 10:57 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Consulta sobre OpenComm()
Replies: 5
Views: 1079

Re: Nuevo FWH 16.10

... in the Free list, the memory manager checks the page's priority and will take a page with a low priority from the Standby list, initialize it, and allocate it to that process. https://blogs.technet.microsoft.com/askperf/2010/08/13/introduction-to-the-new-sysinternals-tool-rammap/ ...
by Antonio Linares
Tue Nov 15, 2016 10:00 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Nuevo FWH 16.10
Replies: 15
Views: 2974

Re: Huge C static memory allocation

Enrico,

Why don't you allocate memory dinamically in runtime using hb_xgrab() ?

It is the right way to do it or you run out of stack memory
by Antonio Linares
Sun Oct 11, 2015 6:10 am
 
Forum: Off Topic / Otros temas
Topic: Huge C static memory allocation
Replies: 7
Views: 1239

Re: hb_xrealloc can't reallocate memory

James, So I am thinking that in order to use a buffer and prevent memory fragmentation I could pre-allocate a blank string of 400 line by 80 characters as my buffer. Then just keep replacing the spaces in the string with text until it is full, then write to disk. +1, access ...
by Carlos Mora
Thu Sep 03, 2015 7:05 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: hb_xrealloc can't reallocate memory
Replies: 21
Views: 7237
Next

Return to advanced search