Search found 2631 matches: inside

Return to advanced search

Re: Crear librerias de Harbour BCC74 Me genera error

It is still a problem to fix inside hbmk2.prg. I'm updating my hrbfix. Anyway, this is the batch I'm using to build Harbour: @ ECHO OFFSET BCC=*** PUT YOUR BCC PATH HERE! ***SET PATH=%BCC%\binSET HB_INSTALL_PREFIX=%cd%\harbourSET HB_USER_LDFLAGS=-apSET ...
by Enrico Maria Giordano
Tue Mar 26, 2024 12:14 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Crear librerias de Harbour BCC74 Me genera error
Replies: 28
Views: 2242

Re: Help with HB_REALLOC ERROR 9009

... 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 every 1.000 files, hope it helps to know Thanks
by Adolfo
Wed Mar 20, 2024 8:45 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Help with HB_REALLOC ERROR 9009
Replies: 5
Views: 130

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() ...
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: 130

Re: How to include hbCurl?

... subscriber's hashed email address, `cApi` is your API key, and `aTags` is the tag name you want to add. Note that we need to escape double quotes inside the JSON data by using `""`. Make sure that `aTags` is properly formatted. If `aTags` is a variable containing the tag name, ensure ...
by Otto
Wed Mar 20, 2024 4:59 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to include hbCurl?
Replies: 13
Views: 502

Re: SWAGGER-UI para documentar nuestras API.

... be the goal. Looking into the forum it seems that we have to link extra 2 libs and place a DLL into the program folder. Do any of you use it from 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 ...
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: 447

WebView resize

Dear Antonio, When I use h['oDlg']:bResized := { || oWebView:SetSize(600, 800) } inside the FIVEWIN DIALOG after pressing the "Cancel" button within the WebView (HTML), the program encounters an error, but this only occurs if the DIALOG has been resized. ...
by Otto
Fri Mar 08, 2024 10:26 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: WebView resize
Replies: 9
Views: 312

Re: Create a Panel width a text

... 0, hDC )      endif   else      oWnd:ReleaseDC()   endifreturn nHt  1st param can be hDC or oWnd or even nil the text must be inserted inside the oPaneltext panel which in turn is inside the oPanel2 which acts as an external frame, as a shadow effect //create a shadow effect   @ ...
by Silvio.Falconi
Fri Feb 23, 2024 12:07 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Create a Panel width a text
Replies: 29
Views: 2908

Re: Google Graph extra graphic ? (Navaro)

> Isn't this what we are doing now ? of do you mean something else ?

that is exactly what we are doing now, placing the webview inside a panel
by Antonio Linares
Thu Feb 22, 2024 1:05 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Google Graph extra graphic ? (Navaro)
Replies: 17
Views: 502

Re: Problem with FiveWin and PDF995 on Windows 11.

The correct names of the haru libraries are hbhpdf.lib and libhpdf.lib. Please look inside buildh.bat.
by Enrico Maria Giordano
Thu Feb 15, 2024 10:11 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem with FiveWin and PDF995 on Windows 11.
Replies: 29
Views: 987

Re: Problem with FiveWin and PDF995 on Windows 11.

"before executing PRINT command." "Not inside PRINT/ENDPRINT" I don't exactly understand how this work. But it does. Does this flag (lUseHaruPDF) stay true until it is set back to false, or do you need to set it everytime. Why does ...
by Enrico Maria Giordano
Wed Feb 14, 2024 8:44 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem with FiveWin and PDF995 on Windows 11.
Replies: 29
Views: 987

Re: Problem with FiveWin and PDF995 on Windows 11.

"before executing PRINT command." "Not inside PRINT/ENDPRINT" I don't exactly understand how this work. But it does. Does this flag (lUseHaruPDF) stay true until it is set back to false, or do you need to set it everytime. Why does ...
by byron.hopp
Wed Feb 14, 2024 7:53 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem with FiveWin and PDF995 on Windows 11.
Replies: 29
Views: 987

Re: Problem with FiveWin and PDF995 on Windows 11.

As we suggested above, use TPrinter():lUseHarufPDF := .t. before executing PRINT command. Not inside PRINT/ENDPRINT Also please try to use later methods of Tprinter. Please try this sample as it is: #include "fivewin.ch"REQUEST FWHARUfunction Main()  ...
by nageswaragunupudi
Wed Feb 14, 2024 1:47 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem with FiveWin and PDF995 on Windows 11.
Replies: 29
Views: 987

Re: Error: FWH2206 Parte1

... el problema. Wonderful observation. I would have never figured it out, because in my FWH2206 build the data lHtml is initialized to .F. even inside dialog.prg. Looks like I have a revised build. If you like, I can send you the FWH.EXE (installation program) of 2206 version, if you give me ...
by nageswaragunupudi
Tue Feb 13, 2024 4:51 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Error: FWH2206 Parte1
Replies: 30
Views: 777

Re: RC to PRG generator

Now we list all the dialogs that are available in the embedded RES inside the EXE and allows you to select one and generate the code for it: simply rename your RC file as rctoprg.rc and build rctoprg.prg If you keep your dialogs inside a DLL then replace ...
by Antonio Linares
Tue Feb 13, 2024 11:20 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: RC to PRG generator
Replies: 23
Views: 1007

Re: Error: FWH2206 Parte1

... WS_EX_LEFT} We copied the above semdlg.prg and semdlg.rc to our FWJ2206\samples folder and we kept the images in a subfolder semdlgbmp inside the samples folder like this Directory of C:\FWH2206\samples\semdlgbmp11-02-2024  19:18    <DIR>          .11-02-2024  19:28    <DIR> ...
by nageswaragunupudi
Sun Feb 11, 2024 2:15 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Error: FWH2206 Parte1
Replies: 30
Views: 777
Next

Return to advanced search