Search found 393 matches: rebuild

Return to advanced search

Re: ADS with 64bit FWH Apps

Anyone who uses ADS already has those files. They are in the redistributable package that was included with the ADS SDK. You do not have to rebuild anything in the .lib files and you also don't really have to include those files. The end users probably already have them in place. In my case, ...
by TimStone
Tue Apr 16, 2024 7:53 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: ADS with 64bit FWH Apps
Replies: 24
Views: 2265

Re: ADS with 64bit FWH Apps

I'm not clear. Do I have to rebuild [x]Harbour with the ADS files provided by NWKL (sorry, I don't know your name) and add axcws32.dll/axcws64.dll to the packages? Please confirm.
by Enrico Maria Giordano
Tue Apr 16, 2024 7:15 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: ADS with 64bit FWH Apps
Replies: 24
Views: 2265

Re: Problemas con nuevas versiones de xHarbour y BCC

You have to ask the author of that library to rebuild it with the new xHarbour build. This is the problem in using third party libraries.
by Enrico Maria Giordano
Sat Mar 23, 2024 3:47 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Problemas con nuevas versiones de xHarbour y BCC
Replies: 8
Views: 1538

Switching my setup program to webview2

... program. I am beginning to implement this approach now. Regards, Otto 1) First, I start with a screenshot of the existing program and have ChatGPT rebuild the screen in HTML. https://mybergland.com/fwforum/1alt.jpg 2) I didn't program anything here, it's all from ChatGPT. https://mybergland.com/fwforum/2neu.jpg ...
by Otto
Sat Feb 10, 2024 1:44 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Switching my setup program to webview2
Replies: 9
Views: 404

Re: Fwh 23.10 TGet another problem (UNSOLVED)

... send his libs to me. He will send after this weekend. Please wait till I test and provide you with the correctly working libs. If necessary I will rebuild the libs for you. Please wait.
by nageswaragunupudi
Wed Feb 07, 2024 3:49 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Fwh 23.10 TGet another problem (UNSOLVED)
Replies: 132
Views: 54234

Re: Create a Panel width a text

Dear Silvio, Have you considered to rebuild the ExplorerBar after the message is changed ? and how ? Antonio, consider that I insert two explorerbars (one on the right and one on the left) in a main window and do them as if it were a dashboard, ...
by Silvio.Falconi
Tue Jan 09, 2024 10:23 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Create a Panel width a text
Replies: 29
Views: 3169

Re: Create a Panel width a text

Dear Silvio,

Have you considered to rebuild the ExplorerBar after the message is changed ?
by Antonio Linares
Tue Jan 09, 2024 7:48 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Create a Panel width a text
Replies: 29
Views: 3169

Re: Using Microsoft AI Phi-2 from FWH

... File Extension" and select ".dll" intead of ".exe" 17. On the project tree, right click on simple and select "rebuild" 18. rename simple.dll as llama64.dll
by Antonio Linares
Tue Dec 19, 2023 11:42 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Using Microsoft AI Phi-2 from FWH
Replies: 51
Views: 8225

Re: Testing Harbour -gc3 flag

... con PECOMPACT.exe és un MUST. hahahahaha, Regards, saludos. Probably because you have recompiled only the PRGs of your app. You would have to rebuild [x]Harbour and FWH with to see the real effect of the -gc switches.
by Enrico Maria Giordano
Fri Nov 17, 2023 6:26 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Testing Harbour -gc3 flag
Replies: 36
Views: 4330

Re: DBF . Commit

... all other clients on the network. This is enough proof that COMMIT is not necessary. Next: Add this line SET HARDCOMMIT OFF to the Writer.prg and rebuild and run. You will notice the behavior to be the same. So, COMMIT of NO COMMIT SET HARDCOMMIT ON or OFF Modify and UNLOCK is all that is enough.
by nageswaragunupudi
Sun Oct 22, 2023 2:09 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: DBF . Commit
Replies: 39
Views: 2323

Re: Falta unicows.dll al crear librerias con Harbour

You don't have to disable anything. You only have to rename the directory

Code: Select all  Expand view
lib\3rd\win\bcc


And then rebuild everything with

Code: Select all  Expand view
win-make.exe clean install


Nothing else.
by Enrico Maria Giordano
Fri Oct 20, 2023 5:13 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Falta unicows.dll al crear librerias con Harbour
Replies: 11
Views: 470

Re: build Import LIB from LibPQ.DLL

hi i can "see" what you mean, but "how" to "rebuild" LIB :?: Easier way is: Keep the modified xbrowse.prg in a separate folder. Include this modified xbrowse.prg in your project link script as one of your source files. that i ...
by Jimmy
Wed Jul 05, 2023 12:41 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: build Import LIB from LibPQ.DLL
Replies: 37
Views: 2813

Re: build Import LIB from LibPQ.DLL

i can "see" what you mean, but "how" to "rebuild" LIB :?: Easier way is: Keep the modified xbrowse.prg in a separate folder. Include this modified xbrowse.prg in your project link script as one of your source files. I advise ...
by nageswaragunupudi
Tue Jul 04, 2023 4:53 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: build Import LIB from LibPQ.DLL
Replies: 37
Views: 2813

Re: build Import LIB from LibPQ.DLL

... as            :cFooterPicture   := NumPict( :nDataLen + 2, :nDataDec ) i can "see" what you mean, but "how" to "rebuild" LIB :?: ... or can i "just" override METHOD SetPostGreCol( ... ) CLASS TXBrowse Question : is XBROWSE "hardcode" ( ...
by Jimmy
Mon Jul 03, 2023 9:39 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: build Import LIB from LibPQ.DLL
Replies: 37
Views: 2813

Re: Copy several files to the clipboard

And how to activate the changes in clpbrd.c? Do I need to rebuild the library (which one) or is there another way?
by MMK
Thu May 11, 2023 9:27 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Copy several files to the clipboard
Replies: 9
Views: 450
Next

Return to advanced search