Search found 106 matches: packages

Return to advanced search

Re: ADS with 64bit FWH Apps

If there will not be other opinions, I would remove ADS DLLs from the [x]Harbour distribution packages. Are you all agree?
by Enrico Maria Giordano
Tue Apr 16, 2024 9:02 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: ADS with 64bit FWH Apps
Replies: 24
Views: 2300

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

Re: MySql vs Oracle

... con sistemas que si desarrollé yo en MySql. Yo intuyo que la diferencia se nota mas si usas las funciones mas avanzadas del motor (Procedures, Packages, Functions, Views, etc) Luego el uso de estas tambien es diferente con respecto a Mysql en Fivewin. También al haber menos usuarios de Fivewin ...
by cmsoft
Fri Jan 26, 2024 11:45 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: MySql vs Oracle
Replies: 33
Views: 1672

Re: Steps to integrate AI

... free. Actually we are using a local GPU as we need to do many tests until we have a right workflow, and it is quite tiring to load the same python packages on those services again and again. The idea is: do your research locally and when everything is ready do the final train on a cloud GPU if ...
by Antonio Linares
Sat Jan 20, 2024 4:14 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Steps to integrate AI
Replies: 4
Views: 639

Re: phpBB to LLM

... requires python >=3.6,<3.7.0a0, but none of the providers can be installed Could not solve for environment specs The following packages are incompatible ├─ __cuda is requested and can be installed; ├─ pin-1 is installable and it requires │ └─ python 3.12.* , which can be installed; ...
by alerchster
Mon Dec 25, 2023 7:11 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: phpBB to LLM
Replies: 33
Views: 4693

Re: phpBB to LLM

... dependencies ... done Getting requirements to build wheel ... done Preparing metadata (pyproject.toml) ... done Building wheels for collected packages: pytorch Building wheel for pytorch (pyproject.toml) ... error error: subprocess-exited-with-error × Building wheel for pytorch (pyproject.toml) ...
by alerchster
Mon Dec 25, 2023 6:42 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: phpBB to LLM
Replies: 33
Views: 4693

Re: De *.C Para *.Obj en BCC74 no funciona más.

I'm working to include hbcurl.ch, libcurl.lib and libcurl.dll in the distribution packages.
by Enrico Maria Giordano
Sun Nov 19, 2023 10:48 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: De *.C Para *.Obj en BCC74 no funciona más.
Replies: 84
Views: 39498

Gráficos de Google desde una aplicación FWH

... <script type="text/javascript"> google.charts.load('current', {'packages':['corechart']}); google.charts.setOnLoadCallback(drawChart); function drawChart() { var data = google.visualization.arrayToDataTable([ ['Year', ...
by TOTOVIOTTI
Mon Jun 26, 2023 12:27 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Gráficos de Google desde una aplicación FWH
Replies: 7
Views: 578

Re: mod_harbour + ADS on linux server

As a reminder for the future, here are the instructions to build it: 1. git clone https://github.com/harbour/core harbour 2. Install these packages: sudo apt install libssl-dev sudo apt install libcurl4-openssl-dev 3. before building Harbour use this export from the terminal: export HB_USER_CFLAGS=-fPIC ...
by Antonio Linares
Thu Dec 01, 2022 10:17 am
 
Forum: mod_harbour
Topic: mod_harbour + ADS on linux server
Replies: 39
Views: 31182

Re: mod_harbour for non dedicated servers

We should get mod_harbour to be part of the common packages that Apache installs by default
by Antonio Linares
Fri Dec 31, 2021 9:00 am
 
Forum: mod_harbour
Topic: mod_harbour for non dedicated servers
Replies: 38
Views: 3676

Re: Installation of mod_harbour as module or fastcgi handler

Regarding the Linux issues that you describe, I advise you to properly build Harbour and mod_harbour on the Linux where you are going to use it:

* git clone from the repos

* install required packages

* build Harbour and then mod_harbour
by Antonio Linares
Thu May 20, 2021 3:53 pm
 
Forum: mod_harbour
Topic: Installation of mod_harbour as module or fastcgi handler
Replies: 27
Views: 2875

Mod_harbour and Mercury over Ubuntu/Linux VM

... running after installing the Ubuntu VM in Oracle VirtualBox: STEP 1: Install git sudo apt-get install git-all STEP 2: Install some linux packages sudo apt install libcurl4-openssl-dev sudo apt install libssl-dev sudo cp -r /usr/include/x86_64-linux-gnu/curl /usr/include STEP 3: Install ...
by ricbarraes
Wed Oct 21, 2020 6:20 pm
 
Forum: mod_harbour
Topic: Mod_harbour and Mercury over Ubuntu/Linux VM
Replies: 0
Views: 357

Re: bad calculation prices for days

... making an archive with as many records as the days of the summer season for all the services was a huge mistake: 10 elements X 10 services X 10 packages X 10 sections X 93 days = 930,000 price records he advised me to create a small archive with the prices per day / week / 15days / month as ...
by Silvio.Falconi
Mon Jul 06, 2020 5:08 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: bad calculation prices for days
Replies: 13
Views: 1907

Using the Microsoft new vcpkg.exe packages manager

Code: Select all  Expand view
git clone https://github.com/microsoft/vcpkg
cd vcpkg
bootstrap-vcpkg.bat
vcpkg.exe install curl:x64-windows
vcpkg.exe install openssl:x64-windows
vcpkg integrate install


https://docs.microsoft.com/en-us/cpp/build/vcpkg?view=vs-2019
by Antonio Linares
Sat May 16, 2020 10:05 am
 
Forum: Utilities / Utilidades
Topic: Using the Microsoft new vcpkg.exe packages manager
Replies: 0
Views: 336
Next

Return to advanced search