Search found 603 matches: buildx

Return to advanced search

Re: Problem with FiveWin and PDF995 on Windows 11.

Did you first try to build the sample I posted above with buildx.bat in the samples folder?
If you let me know if it is working for you or not, then I can advise you further
by nageswaragunupudi
Thu Feb 15, 2024 5:35 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem with FiveWin and PDF995 on Windows 11.
Replies: 29
Views: 1284

Re: Problem with FiveWin and PDF995 on Windows 11.

... xharbour link the libraries from "\xharbour\lib\" Always the best way to know what libraries are to be linked, please open fwh\samples\buildx.bat and see the path and libraries included. This is extract from buildx.bat echo %hdirl%\hbhpdf.lib + >> b32.bcecho %hdirl%\libharu.lib ...
by leandro
Thu Feb 15, 2024 3:56 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem with FiveWin and PDF995 on Windows 11.
Replies: 29
Views: 1284

Re: Problem with FiveWin and PDF995 on Windows 11.

... xharbour link the libraries from "\xharbour\lib\" Always the best way to know what libraries are to be linked, please open fwh\samples\buildx.bat and see the path and libraries included. This is extract from buildx.bat echo %hdirl%\hbhpdf.lib + >> b32.bcecho %hdirl%\libharu.lib ...
by nageswaragunupudi
Thu Feb 15, 2024 1:06 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem with FiveWin and PDF995 on Windows 11.
Replies: 29
Views: 1284

Re: link error

... referenced from RBDESIGN.OBJ Error: Unable to perform link im using xharbour binaries from xharbour.org, bcc770 and last fwh 32bits, with buildx from fivetech.
by NWKL
Wed Feb 14, 2024 6:11 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: link error
Replies: 17
Views: 604

Re: link error

... for all the future xHarbour builds. im trying another samples with bcc770 , with fwh samples, like designer, rbdesign and get link errors with buildx.bat from fivetech, is the samples compatible only with harbour ou bcc specific version? Can I see the error messages you get, please?
by Enrico Maria Giordano
Wed Feb 14, 2024 6:03 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: link error
Replies: 17
Views: 604

Re: link error

... guess s a p dont have ads support now. im trying another samples with bcc770 , with fwh samples, like designer, rbdesign and get link errors with buildx.bat from fivetech, is the samples compatible only with harbour ou bcc specific version? thanks
by NWKL
Wed Feb 14, 2024 5:52 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: link error
Replies: 17
Views: 604

Re: Error: FWH2206 Parte1

...  14:57            46,553 logosemt.png11-02-2024  14:57               694 WindowsXP.Manifest  We built the application using both buildh.bat and buildx.bat We did not encounter any errors. https://imagizer.imageshack.com/img922/9919/C2mAse.gif So the errors you experience have ...
by nageswaragunupudi
Sun Feb 11, 2024 2:15 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Error: FWH2206 Parte1
Replies: 30
Views: 1061

Re: WebView2 sample

Dear Antonio, Enrico, I made a clean install of FWH and xHarbour and now my problem is solved. One error was my modified buildx.bat. Because I thought never using zip functions I put the entry echo %hdirl%\hbzip.lib + >> b32.bc as comment. :x I'm very sorry having wasted your ...
by Detlef
Tue Jan 30, 2024 11:34 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: WebView2 sample
Replies: 16
Views: 1233

Re: WebView2 sample

I could avoid the error about "ModuleFakeDyn" by setting the right include path.
But I'm not able to link the tWebView.obj into my exe.

I'm sure doing something wrong when adding the obj file into the linking section of buildx.bat
by Detlef
Mon Jan 29, 2024 11:55 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: WebView2 sample
Replies: 16
Views: 1233

Re: future of Rich Text Editor maybe time to start with WEBVIEW

... ? Dear Antonio, sorry for my mistake. I get linker errors not compiler errors. I compiled TWebView without errors to it's obj file. Then I called buildx.bat to build webview.exe. Here is what the linker is missing: Turbo Incremental Link 6.70 Copyright (c) 1997-2014 Embarcadero Technologies, ...
by Detlef
Sat Jan 27, 2024 4:42 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: future of Rich Text Editor maybe time to start with WEBVIEW
Replies: 19
Views: 1731

Re: Error BASE/1089 Argument error: ABS

... Function Main MsgRun( "Connecting to Internet...", "Please, wait",{ || oInternet := TInternet():New()}) Return Compilado con Buildx.bat de la carpeta de ejemplos Application =========== Path and name: J:\Fwh2307\fwh\samples\nuevo1.exe (32 bits) Size: 4,208,128 bytes Compiler ...
by CARLOS ATUNCAR
Fri Jan 26, 2024 10:55 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Error BASE/1089 Argument error: ABS
Replies: 7
Views: 460

Re: Xlsxlibhb_ver2

... I found a problem in your compile batch and I'm trying to understand it. I found the problem! Please, try this change in the compile batch (buildx.bat): echo -L%bcdir%\lib;%bcdir%\lib\psdk + > b32.bcecho c0w32.obj + >> b32.bc
by Enrico Maria Giordano
Wed Nov 22, 2023 10:14 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Xlsxlibhb_ver2
Replies: 57
Views: 9127

Re: Xlsxlibhb_ver2

... May be I am doing something wrong. I would like the Experts to throw some light on this. Looks like we need to make many changes to our standard buildx.bat being used for decades without any issues on all versions of bcc and xharbour. Better if you and Antonio decide and provide a new buildx.bat ...
by nageswaragunupudi
Wed Nov 22, 2023 3:01 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Xlsxlibhb_ver2
Replies: 57
Views: 9127

Re: Xlsxlibhb_ver2

Then, first go to fwh\samples folder open buildx.bat with notebook Locate the two lines: rem echo %fwh%\lib\drxlsx32x_bcc.lib + >> b32.bcrem echo %fwh%\lib\xlsxlibhbbccx.lib + >> b32.bc Delete "rem " from the second line ...
by nageswaragunupudi
Tue Nov 21, 2023 10:25 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Xlsxlibhb_ver2
Replies: 57
Views: 9127

Re: Announcing DrXlsx 1.0 by Charles Kwon

... > 0   endifreturn HB_IsDateTime( tDate )#endif  It works, thank you. Mr Antonio, these libs already contains in the script, I am using buildx.bat from the samples folder. echo %hdirl%\zlib.lib + >> b32.bcecho %hdirl%\hbzip.lib + >> b32.bc  Now, show this errors: Error: Unresolved ...
by Eroni
Fri Oct 13, 2023 12:10 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Announcing DrXlsx 1.0 by Charles Kwon
Replies: 32
Views: 3952
PreviousNext

Return to advanced search