Search found 128 matches: pull

Return to advanced search

Re: How to build Harbour 32 & 64 bits

Joaquim Ferrer wrote:
Enrico Maria Giordano wrote:Or wait for the Harbour developer to fix them. I already have a pull request pending but they seems not to be interested. :-(


Are we running out of support for the Borland compiler?


For what I'm seeing it looks like we are running out of support for Harbour... :-(
by Enrico Maria Giordano
Fri Nov 24, 2023 8:57 am
 
Forum: Utilities / Utilidades
Topic: How to build Harbour 32 & 64 bits
Replies: 38
Views: 32901

Re: How to build Harbour 32 & 64 bits

Enrico Maria Giordano wrote:Or wait for the Harbour developer to fix them. I already have a pull request pending but they seems not to be interested. :-(


Are we running out of support for the Borland compiler?
by Joaquim Ferrer
Fri Nov 24, 2023 8:46 am
 
Forum: Utilities / Utilidades
Topic: How to build Harbour 32 & 64 bits
Replies: 38
Views: 32901

Re: How to build Harbour 32 & 64 bits

I confirm the warnings. I fix them in my local copy but now there are others in zutil.h. You can ignore them with

Code: Select all  Expand view
win-make clean install HB_USER_CFLAGS="-w- -w!-"


Or wait for the Harbour developer to fix them. I already have a pull request pending but they seems not to be interested. :-(
by Enrico Maria Giordano
Thu Nov 23, 2023 6:25 pm
 
Forum: Utilities / Utilidades
Topic: How to build Harbour 32 & 64 bits
Replies: 38
Views: 32901

Long file names

Hi,

In the archives (and just like that) files come across the length of the name + path exceeds 259.
Is it possible to pull them out and rename them on FW?
by Natter
Mon Oct 30, 2023 11:07 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Long file names
Replies: 3
Views: 304

Re: HBIDE - Will there be any further development?

... and see if Alt F works on your side? There is an updated version already available: git clone https://github.com/FiveTechSoft/hbide or simply: git pull
by FWExplorer
Fri Oct 20, 2023 11:48 pm
 
Forum: To do - WishList / Por hacer - Peticiones
Topic: HBIDE - Will there be any further development?
Replies: 18
Views: 12728

Re: HBIDE - Will there be any further development?

Thanks Antonio,

I'll take a look this weekend.


Antonio Linares wrote:There is an updated version already available:

git clone https://github.com/FiveTechSoft/hbide

or simply:

git pull
by FWExplorer
Fri Oct 20, 2023 1:22 pm
 
Forum: To do - WishList / Por hacer - Peticiones
Topic: HBIDE - Will there be any further development?
Replies: 18
Views: 12728

Re: HBIDE - Will there be any further development?

There is an updated version already available:

git clone https://github.com/FiveTechSoft/hbide

or simply:

git pull
by Antonio Linares
Fri Oct 20, 2023 9:05 am
 
Forum: To do - WishList / Por hacer - Peticiones
Topic: HBIDE - Will there be any further development?
Replies: 18
Views: 12728

Re: HBIDE - Will there be any further development?

Will do, thanks.


Antonio Linares wrote:Already implemented and pushed to the repo :-)

Please do a "git pull" or a clean "git clone https://github.com/fivetechsoft/hbide"

and run go.bat

anyhow still there are bugs and it needs more feedback...
by FWExplorer
Tue Sep 05, 2023 2:19 pm
 
Forum: To do - WishList / Por hacer - Peticiones
Topic: HBIDE - Will there be any further development?
Replies: 18
Views: 12728

Re: HBIDE - Will there be any further development?

Already implemented and pushed to the repo :-)

Please do a "git pull" or a clean "git clone https://github.com/fivetechsoft/hbide"

and run go.bat

anyhow still there are bugs and it needs more feedback...
by Antonio Linares
Tue Sep 05, 2023 1:56 pm
 
Forum: To do - WishList / Por hacer - Peticiones
Topic: HBIDE - Will there be any further development?
Replies: 18
Views: 12728

Re: Help with complex JSON

Thank you so much for your help! I am now able to pull all the data and displays in xbrowse. Now for a dumb question, how do I extract values from aRsp using FOR...NEXT so I can save ["imo"],["Vessel"],["Flag"],["Callsign"],["Vcode"],["ETA"],etc. ...
by cdmmaui
Wed Mar 22, 2023 2:51 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Help with complex JSON
Replies: 12
Views: 1207

Re: mod_harbour + ADS on linux server

Dear Giuliano,

I would say that you are using an older mod_harbour CGI version

Please git pull from the mod_harbour repo and rebuild it

It seems as an error on modharbour code but I would say that your hosting is allowing you to run it :-)
by Antonio Linares
Thu Dec 01, 2022 4:17 pm
 
Forum: mod_harbour
Topic: mod_harbour + ADS on linux server
Replies: 39
Views: 31140

Re: Ue Studio New Licence Modell

... it to be a very useful tool, especially since I can quickly open files across multiple projects at any time, and access them easily ( often to pull code from a different application when it can be applied to a current project ). I do not use it to do "development builds". I have my ...
by TimStone
Wed May 25, 2022 6:53 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Ue Studio New Licence Modell
Replies: 20
Views: 1234

Re: Google Chrome Pages as files

Simulate a Print screen, and then save the Clipboard to a file... This, however, is not very convenient because you will have to pull the windows to the foreground. But can do that. Thank you, Jimmy !
by Natter
Fri Apr 22, 2022 7:34 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Google Chrome Pages as files
Replies: 4
Views: 555

Re: FullTextSearch

... API between some external site and devices to my Harbour/Fivewin back office CRM. (http://www.mafact.com) I use Curl and Json files. The site pull info from the CRM and the CRM push some to the site (also using curl and Json) All this work nicely but for ADS wich GPF when called from 3 or ...
by jfl@mafact.com
Fri Mar 18, 2022 3:10 pm
 
Forum: mod_harbour
Topic: FullTextSearch
Replies: 7
Views: 653

Xbrowse and Array

Hello Everyone, Sorry for this very basic question. How do I pull value from specific columns in XBROWSE when I am using an array. I am looking to get data from row 3, columns Asset No, Category and Descrition. REDEFINE XBROWSE oItems ID 6000 ; HEADERS ...
by cdmmaui
Tue Feb 08, 2022 7:10 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Xbrowse and Array
Replies: 2
Views: 328
Next

Return to advanced search