Search found 9854 matches: help

Return to advanced search

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: 2247

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: 138

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: 138

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: 138

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: 138

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: 138

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: 123

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: 138

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.02
Replies: 33
Views: 878

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.02
Replies: 33
Views: 878

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: 448

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: 503

Re: GetHostByName( GetHostName() )

... through other means). The IP address associated with this adapter will be the local IP on the desired subnet. This also seems interesting and may help: Consider using platform-specific APIs like ifconfig (Linux/macOS) or ipconfig (Windows) through system calls. These tools often provide more granular ...
by Antonio Linares
Wed Mar 06, 2024 9:44 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: GetHostByName( GetHostName() )
Replies: 1
Views: 128

Re: How to put a horizontal scroll bar at the bottom of xBrowse

Rick:

If you use a resource editor like Pelles, try this

Code: Select all  Expand view

Window styles    0x50B00000
 


I hope these can help you.

Regards
by Armando
Tue Mar 05, 2024 11:04 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to put a horizontal scroll bar at the bottom of xBrowse
Replies: 6
Views: 235

Re: How to put a horizontal scroll bar at the bottom of xBrowse

Hi Marc Thanks for your help ... Your idea did not work .. I am looking for a horizontal scroll bar across the bottom of my browser ( xbrowse ) since I have several columns that are out of range of the screen and I just want to be able ...
by Rick Lipkin
Tue Mar 05, 2024 10:18 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to put a horizontal scroll bar at the bottom of xBrowse
Replies: 6
Views: 235
Next

Return to advanced search