Search found 75 matches: allocate

Return to advanced search

BRW Error "Could not allocate memory"

... from BRW. ---------------------------------- "New field instance fail" 2nd Error Message from BRW. ---------------------------------- "Could not allocate memory" The size file of DLL is 910Kb and when save to RC format is 2216Kb. Regards, Dutch
by dutch
Wed May 07, 2008 5:10 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: BRW Error "Could not allocate memory"
Replies: 7
Views: 1524

... kind of trading scheme. Booking for say a general practitioner (whatever you call your normal day to day doctor) is much simpler because they just allocate standard time slots and book known long consults into 2 or more contiguous slots. I plan to pre-schedule slots for the more common tests and ...
by xProgrammer
Wed Apr 09, 2008 6:37 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: A Question Abot DIALOGs
Replies: 45
Views: 13072

Rafael Lo puedes hacer utilizando las funciones RAPI. Prueba con esto. FUNCTION FErasePPc( cFile, lMsg ) LOCAL lVRet := RAPI_BORRAFICHERO_PDA( AnsiToWide(cFile), IF(lMsg=NIL,.F.,lMsg) ) IF lMsg IF lVRet MSGINFO(cFile + " Fichero Borrado correctante") ELSE MSGINFO(" El Fichero " + cFile + " NO ha pod...
by tsales
Mon Jan 07, 2008 6:19 pm
 
Forum: FiveWin para Pocket PC
Topic: Borrar / copiar archivos en una PDA desde PC
Replies: 14
Views: 4590

xbrowse - footers

... work, without having to specify non empty cfooter to atleast one column, following changes are to be made. The changes are also necessary to allocate correct width for bfooters column object's FooterHeight method // if !Empty( ::cFooter ) .and. ::oFooterFont ...
by nageswaragunupudi
Mon Dec 31, 2007 1:52 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: xbrowse - footers
Replies: 0
Views: 356

... ); if ( dwResult == E_SCN_SUCCESS ) { BOOL state = TRUE; dwResult = SCAN_SetSoftTrigger(hScanner, &state); if (dwResult == E_SCN_SUCCESS) { // allocate a new scan buffer lpScanBuffer = SCAN_AllocateBuffer(TRUE /* data as chars */, BUFFER_SIZE); if (lpScanBuffer) { dwResult = SCAN_ReadLabelWait(hScanner, ...
by cdmmaui
Sun Sep 09, 2007 11:19 am
 
Forum: FiveWin for Pocket PC
Topic: FWPPC and MC3000 scan button
Replies: 13
Views: 5671

MC1000

... ); if ( dwResult == E_SCN_SUCCESS ) { BOOL state = TRUE; dwResult = SCAN_SetSoftTrigger(hScanner, &state); if (dwResult == E_SCN_SUCCESS) { // allocate a new scan buffer lpScanBuffer = SCAN_AllocateBuffer(TRUE /* data as chars */, BUFFER_SIZE); if (lpScanBuffer) { dwResult = SCAN_ReadLabelWait(hScanner, ...
by ramirezosvaldo
Mon Mar 26, 2007 5:26 pm
 
Forum: FiveWin para Pocket PC
Topic: MC1000
Replies: 8
Views: 3899

ADO + FWH + SQL SERVER

Hola,
Una pregunta levanto un recordset con Ado usando la libreria de jlcapel y dependiendo la cantidad de campos que me retorne en el SELECT me da el error hb_xgrab(0) not allocate memory y tal vez son 20 campos, a alguien le paso ? y lo pudo solucionar.
Gracias.
by Ariel
Sat Dec 09, 2006 10:03 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: ADO + FWH + SQL SERVER
Replies: 0
Views: 642

Samba

... with xHB 0.99.41 + FWH2.6 + local ADS They are now reporting error such as Run Time Error: Cannot map file error 8 and Run Time Error: Cannot allocate buffer . I have never came across such errors before. Anyone has any idea what I ought to do? I'm not that familiar with linux myself. Thank ...
by hua
Thu Dec 07, 2006 9:10 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Samba
Replies: 2
Views: 879

... window if it was enabled EnableWindow(hwnd, bWasEnabled); } // TWAIN_WaitForXfer void EZTAPI TWAIN_FreeNative(HANDLE hdib) // Release the memory allocated to a native format image, as returned by TWAIN_AcquireNative. // (For those coding in C or C++, this is just a call to GlobalFree.) { if (hdib) ...
by areang
Mon Aug 07, 2006 3:33 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Please teach me about FWH and xHarbour
Replies: 3
Views: 4275

The Whole syntax is right but when I execute the line of the SOMMA I got that error . Unrecoverable error 9023: hb_xgrab requested to allocate zero bytes Called from TOLEAUTO:SET(115) Called from TOLEAUTO:_VALUE(181) Called from EXECUTEXCEL(2699) Called from EVAL(2641) Called from TBUTTON:CLICK(0) ...
by Ehab Samir Aziz
Sat Aug 05, 2006 12:56 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Excel methods
Replies: 6
Views: 1895

... Len( WideToAnsi( AnsiToWide( Extension ) ) ) == Len( Extension ) ) ............. I get this error.. Unrecoverable error 9023 hb_xgrab requested to allocate zero bytes What does it mean ?
by Adolfo
Wed Jun 07, 2006 1:35 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Activex difference between FWH/XHB
Replies: 13
Views: 4347

Tim,

The problem you describe is very specific and it looks as a xharbour ADS RDD issue.

> ADS error 9006 ( cannot allocate memory ) with HB_xgrab.

You could create a log file from such ADS call, so when the error happens then you will know what memory amount is requested to be allocated.
by Antonio Linares
Fri Jun 02, 2006 6:09 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: ADSCDX 9006: HB-xgrab memory allocation error
Replies: 4
Views: 2063

ADSCDX 9006: HB-xgrab memory allocation error

Two of my clients have suddenly started experiencing a problem that generates an ADS error 9006 ( cannot allocate memory ) with HB_xgrab. I cannot replicate, nor can I create a small code sample. The problem does not create an error.log file with this problem so I don't know ...
by TimStone
Thu Jun 01, 2006 4:05 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: ADSCDX 9006: HB-xgrab memory allocation error
Replies: 4
Views: 2063

... and: http://www.apptools.com/rants/resources.php Some applications, however, do not behave correctly. They may not free all the resources they allocate. This is called resource leakage. In this case, a block of memory is marked by the operating system as being in use and it cannot be used by ...
by modicr
Wed Apr 26, 2006 10:57 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: New EMF printer class and Windows 95
Replies: 13
Views: 5264

MC3000 - Casi terminada

... ); if ( dwResult == E_SCN_SUCCESS ) { BOOL state = TRUE; dwResult = SCAN_SetSoftTrigger(hScanner, &state); if (dwResult == E_SCN_SUCCESS) { // allocate a new scan buffer lpScanBuffer = SCAN_AllocateBuffer(TRUE /* data as chars */, BUFFER_SIZE); if (lpScanBuffer) { dwResult = SCAN_ReadLabelWait(hScanner, ...
by ramirezosvaldo
Tue Dec 20, 2005 4:23 pm
 
Forum: FiveWin para Pocket PC
Topic: MC3000 - Casi terminada
Replies: 17
Views: 8253
Previous

Return to advanced search