Search found 30 matches: alloc

Return to advanced search

Re: Using Microsoft AI Phi-2 from FWH

... auf. 2>(Quelldatei „ggml.c“ wird kompiliert) 3>build_info.vcxproj -> F:\llama.cpp\common\build_info.dir\Release\build_info.lib 2>ggml-alloc.c 2>ggml-backend.c 2>F:\llama.cpp\ggml-backend.c(285,14): warning C4267: "Initialisierung": Konvertierung von "size_t" ...
by Jimmy
Fri Dec 22, 2023 1:58 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Using Microsoft AI Phi-2 from FWH
Replies: 51
Views: 8195

Re: libharbour.dll virtual machine activity on dbwin32

Dear Otto, we have found that building Harbour with these flags: set HB_USER_CFLAGS=-DHB_FM_STATISTICS_OFF -DHB_FM_WIN_ALLOC the resulting libharbour.dll manages memory much better, as we use the standard Windows API LocalAlloc(), LocalRealloc(), LocalFree(), etc to manage the memory on Windows Also...
by Antonio Linares
Mon Oct 25, 2021 8:57 am
 
Forum: mod_harbour
Topic: libharbour.dll virtual machine activity on dbwin32
Replies: 3
Views: 646

Re: Issue with FWH64/Harbour64/BCC7164 and Mysql.h file

These are the include files required errmsg.h mysql.h mysql_com.h mysql_time.h mysql_version.h my_alloc.h my_list.h typelib.h They are not included in FWH\include, in 32 version also. By default, we can build this sample with 32 bit release also, without including the folder containing these files....
by Compuin
Sat Jun 26, 2021 4:08 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Issue with FWH64/Harbour64/BCC7164 and Mysql.h file
Replies: 61
Views: 4077

Re: Issue with FWH64/Harbour64/BCC7164 and Mysql.h file

These are the include files required errmsg.h mysql.h mysql_com.h mysql_time.h mysql_version.h my_alloc.h my_list.h typelib.h They are not included in FWH\include, in 32 version also. By default, we can build this sample with 32 bit release also, without including the folder containing these files. ...
by nageswaragunupudi
Sat Jun 26, 2021 3:58 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Issue with FWH64/Harbour64/BCC7164 and Mysql.h file
Replies: 61
Views: 4077

Re: TFBuffer, una clase para acelerar la escritura en ficheros

... cálculo; ahora mismo, tengo limitado el tamaño de la variable (copy) a 25.000 bytes porque con un buffer de 60.000 a veces genera GPF (errores de alloc), con lo que para este caso vendría de perlas tu clase. Yo propongo que o bien haya dos clases, o bien haya dos comportamientos o bien se vacie ...
by hmpaquito
Mon May 07, 2018 7:40 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: TFBuffer, una clase para acelerar la escritura en ficheros
Replies: 7
Views: 2228

Final conversion 16 bit to FWH

... fi tsmtp,tsocket,tphdial fi errsysw fi wbrowse,wbrwline,tget,scrllbar,TSbrowse # Ts 6 bugfix fi alloc,__wait_b FI gxrteng1.lib FI gxrteng2.lib lib btnget,Sbrowse LIB OLE2,super53 search five,fivec,objects LIB barlib LIB winapi,clipper,extend,dbfntx,terminal ...
by Marc Venken
Thu Jul 06, 2017 1:58 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Final conversion 16 bit to FWH
Replies: 26
Views: 5047

Re: special characters in get box

... -1 ); if( [ title length ] == 0 ) title = @"Attention" ; } else title = @"Attention"; NSAlert * alert = [ [ NSAlert alloc ] init ]; alert.alertStyle = NSInformationalAlertStyle ; alert.informativeText = msg ; alert.messageText = title ; [ alert addButtonWithTitle:@"OK"]; ...
by Antonio Linares
Wed Sep 07, 2016 7:53 am
 
Forum: FiveMac / FivePhone (iPhone, iPad)
Topic: special characters in get box
Replies: 4
Views: 1387

Re: special characters in get box

... we are using the encoding NSUTF8StringEncoding to retrieve the string parameter: NSString * hb_NSSTRING_par( int iParam ) { return [ [ [ NSString alloc ] initWithCString: HB_ISCHAR( iParam ) ? hb_parc( iParam ) : "" encoding: NSUTF8StringEncoding ] autorelease ]; } These are the possible ...
by Antonio Linares
Wed Sep 07, 2016 7:50 am
 
Forum: FiveMac / FivePhone (iPhone, iPad)
Topic: special characters in get box
Replies: 4
Views: 1387

Convert DOS application(s) to Harbour <== LIB compatibility

... FILE .\obj\div3 FILE .\obj\hmenu FILE .\obj\kostpr FILE .\obj\snelcalc FILE .\obj\prbudget FILE .\obj\brutow FILE .\obj\monsters FILE .\obj\alloc FILE .\obj\pr_overz FILE .\obj\vis FILE .\obj\zeevrach FILE .\obj\log_dien FILE .\obj\dien_log FILE .\obj\levtar FILE .\obj\st FILE .\obj\combi ...
by elrosa
Thu Jul 28, 2016 11:52 am
 
Forum: FiveWin for CA-Clipper
Topic: Convert DOS application(s) to Harbour <== LIB compatibility
Replies: 42
Views: 19145

Re: Valor por defecto en una DATA de una clase

... duplicado se hace solo cuando es realmente necesario, porque hay dos variables apuntando al mimo trozo de memoria. El trozo de código que hace el alloc está dentro de un IF que dice:   if( pItem->item.asString.allocated == 0 ||  hb_xRefCount( pItem->item.asString.value ) > ...
by Carlos Mora
Wed Sep 16, 2015 10:57 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Valor por defecto en una DATA de una clase
Replies: 21
Views: 4540

Re: Apple anuncia el nuevo lenguaje Swift

... . Ya esta resuelto el problema y ya reconstruyo las librerías de fivemac con sdk 10.10 .Salen algunas alertas , sobretodo por cosas como los alloc que al ser ahora la gestión de memoria automática sobran . Compilo los ejemplos sin gran problema así que Fivemac sigue funcionando en el Nuevo ...
by mastintin
Wed Jun 04, 2014 7:46 pm
 
Forum: FiveMac / FivePhone (iPhone, iPad)
Topic: Apple anuncia el nuevo lenguaje Swift
Replies: 38
Views: 9563

Re: ADS.CH ¿ Dónde encontralo ?

Saludos ! En la carpeta xharbour\winmake\readme.txt consigues informacion donde descargar varios ficheros para las contribs, su contenido es este /* * $Id: readme.txt 9768 2012-10-18 00:39:45Z andijahja $ * Notes on building xHarbour */ The following are some environment set-ups which are required t...
by compubrion
Sun Jun 30, 2013 3:32 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: ADS.CH ¿ Dónde encontralo ?
Replies: 7
Views: 1637

Re: Exit Error : 13.04 OLE

Thinking about it, we could build Harbour with HB_FM_STD_ALLOC and see if that makes a difference. It did it on WinRT.
by Antonio Linares
Sun May 19, 2013 9:05 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Exit Error : 13.04 OLE
Replies: 26
Views: 4446

Compilando con gcc y otros

... [deviceInfo release]; return [screenName autorelease]; } int main (int argc, const char * argv[]) { NSAutoreleasePool * pool = [[NSAutoreleasePool alloc] init]; BOOL verbose = NO; BOOL extraVerbose = NO; if( argc >= 2 ){ if( str_eq( "-v",argv[1]) ){ verbose = YES; } else if( str_eq( ...
by ramirezosvaldo2
Fri Jan 11, 2013 3:31 am
 
Forum: FiveMac / FivePhone (iPhone, iPad)
Topic: Compilando con gcc y otros
Replies: 0
Views: 888

Re: What is the best of MySql (lib or class) TMySql, TDolphin

http://www.xtech.com.cn/down/mysql.h Thanks! Now I get the following errors : Error E2209 mysql.h 57: Unable to open include file 'mysql_com.h' Error E2209 mysql.h 58: Unable to open include file 'mysql_version.h' Error E2209 mysql.h 59: Unable to open include file 'typelib.h' Error E2209 mysql.h 6...
by mosh1
Tue Jul 10, 2012 4:39 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: What is the best of MySql (lib or class) TMySql, TDolphin
Replies: 92
Views: 16767
Next

Return to advanced search