Search found 9887 matches: help

Return to advanced search

Re: harbour/xharbour appear ADS functions error

Dear Enrico, I think those DLLs belong to ADS SDK and should not be included in the Harbour distributions I think they will help users and avoid confusion and mixing DLLs. I only wanted to know if, along ace32.dll/ace64.dll, also adsloc32.dll/adsloc64.dll are required to use ADS. Someone ...
by richard-service
Thu Apr 04, 2024 10:27 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: harbour/xharbour appear ADS functions error-SOLVED
Replies: 47
Views: 8434

Re: harbour/xharbour appear ADS functions error

Dear Enrico, I think those DLLs belong to ADS SDK and should not be included in the Harbour distributions I think they will help users and avoid confusion and mixing DLLs. I only wanted to know if, along ace32.dll/ace64.dll, also adsloc32.dll/adsloc64.dll are required to use ADS. Someone ...
by Enrico Maria Giordano
Thu Apr 04, 2024 10:14 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: harbour/xharbour appear ADS functions error-SOLVED
Replies: 47
Views: 8434

Re: Runner XBase (RX)

Hi,

When you run the installation you can read the readme.en file

Once inside the program, if you press the help there is a step by step in english and spanish

Regards.
C.
by Carles
Wed Apr 03, 2024 4:23 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Runner XBase (RX)
Replies: 7
Views: 999

Re: Crear librerias de Harbour BCC74 Me genera error

... HB_PATH=d:\devel\harbour_bcc77_64SET HRB_DIR=d:\devel\harbour_bcc77_64SET HB_INC_PGSQL=d:\pg13\include  If anyone has any tips or help, it's welcome.
by sygecom
Mon Mar 25, 2024 4:19 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Crear librerias de Harbour BCC74 Me genera error
Replies: 28
Views: 6875

Re: Help with HB_REALLOC ERROR 9009

FUNCTION TU_Func()   // inicio   hb_gcAll( .F. )   FOR X = 1 TO 160.xxx      SYSREFRESH()      IF z = 400         // HB_GcAll()         // SysRefresh()         z := 0      ENDIF      LeeFileXml( hFile[ x ] )   NEXT   // Salida   hb_gcAll( .T. )RETURN ...
by karinha
Thu Mar 21, 2024 12:17 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Help with HB_REALLOC ERROR 9009
Replies: 5
Views: 1101

Re: Help with HB_REALLOC ERROR 9009

I found the error

Disable Avast Antivirus, and it works with no problem.
by Adolfo
Thu Mar 21, 2024 1:03 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Help with HB_REALLOC ERROR 9009
Replies: 5
Views: 1101

Re: Help with HB_REALLOC ERROR 9009

nAvailMem() seems not to be standard. These seems to be ok. cErrorLog += " Dynamic memory consume:" + CRLF cErrorLog += " Actual Value: " + Str( MemUsed() ) + " bytes" + CRLF cErrorLog += " Highest Value: " + Str( MemMax() ) + " bytes" + CRLF
by Marc Venken
Wed Mar 20, 2024 8:48 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Help with HB_REALLOC ERROR 9009
Replies: 5
Views: 1101

Re: Help with HB_REALLOC ERROR 9009

Hi Marc To Avoid Memory leaks, within the loop I call an external function each time I read a xml file, close it and turn to nil each class instance. For every 400 files I do a HB_GcAll() and a SysRefresh(), the biggest xml file is just 29 kb Im going to put your code inside the loop, and show it ev...
by Adolfo
Wed Mar 20, 2024 8:45 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Help with HB_REALLOC ERROR 9009
Replies: 5
Views: 1101

Re: Help with HB_REALLOC ERROR 9009

Run out of memory ? Maybe you can put a part of this code inside the loop en show the result while running. Than you see if there is a memory leak. cErrorLog += "   Hardware memory: " + ;                    cValToChar( Int( nExtMem() / ( 1024 * 1024 ) ) + 1 )...
by Marc Venken
Wed Mar 20, 2024 8:01 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Help with HB_REALLOC ERROR 9009
Replies: 5
Views: 1101

Ayuda con Mensaje Error irrecuperable 9009: hb_xrealloc

... reubicar la memoria...... It fails in no specific file, just after 5000+ file No falla en ningun archivo especifico, solo despues de los 5000 Any help will be appreciated Cualquier ayuda se agradece HARBOUR, FWH, MSVC, WINDOWS 11, 32GB ram, NVME disk
by Adolfo
Wed Mar 20, 2024 7:40 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Ayuda con Mensaje Error irrecuperable 9009: hb_xrealloc
Replies: 4
Views: 843

Help with HB_REALLOC ERROR 9009

... reubicar la memoria...... It fails in no specific file, just after 5000+ file No falla en ningun archivo especifico, solo despues de los 5000 Any help will be appreciated Cualquier ayuda se agradece HARBOUR, FWH, MSVC, WINDOWS 11, 32GB ram, NVME disk
by Adolfo
Wed Mar 20, 2024 7:38 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Help with HB_REALLOC ERROR 9009
Replies: 5
Views: 1101

Re: New FWH 24.02

Thanks a lot everybody, for all your help.

You all helped me solving my problem. Everything seems to run fine now.

Thank you once again.
by driessen
Tue Mar 12, 2024 3:53 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: New FWH 24.04
Replies: 37
Views: 7125

Re: New FWH 24.02

I can't help you with make files. Can you use a batch file?
by Enrico Maria Giordano
Tue Mar 12, 2024 10:59 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: New FWH 24.04
Replies: 37
Views: 7125

Re: SWAGGER-UI para documentar nuestras API.

... inside FW ? I also wonder why you are using Postman ? FW Can handle cUrl as far as I can tell. What is your reason or benifit ? Thanks for the help in this project !
by Marc Venken
Fri Mar 08, 2024 9:56 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: SWAGGER-UI para documentar nuestras API.
Replies: 9
Views: 1980

Re: How to include hbCurl?

Hello friends, Thank you for your help. I have now solved it with the command prompt Exe. On this occasion, I started creating the setup program with webview2 and fivewin. Fortunately, I had already made a patcher and preprocessor before ChatGPT. ...
by Otto
Thu Mar 07, 2024 7:15 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to include hbCurl?
Replies: 13
Views: 2951
PreviousNext

Return to advanced search

cron