Search found 1129 matches: libraries

Return to advanced search

Re: Silvo .. could you post your latest xMAte env for BCC770 ?

... I left the original harbor folder and that is the libraries are in C:\Work\harbour\lib\win\bcc this is the file of xmate I use with Bcc7 and Harbour bcc7Harbor.env [Environment]Description 1=For ...
by Silvio.Falconi
Sat Apr 27, 2024 4:57 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Silvo .. could you post your latest xMAte env for BCC770 ?
Replies: 6
Views: 359

Re: Compiler with MSVC y HARBOUR

... cURL for Windows environments. Do You Need These for a Secure Apache Server? Apache and OpenSSL: For Apache to support HTTPS, it requires SSL/TLS libraries. On Windows, Apache often leverages OpenSSL through libssl and libcrypto to enable HTTPS functionality. If you are setting up Apache to serve ...
by Otto
Sat Apr 20, 2024 6:35 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Compiler with MSVC y HARBOUR
Replies: 3
Views: 186

Re: ADS with 64bit FWH Apps

Yes, I know how to build [x]Harbour ADS libraries. Ok, I will make new [x]Harbour builds as soon as possible.
by Enrico Maria Giordano
Wed Apr 17, 2024 4:31 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: ADS with 64bit FWH Apps
Replies: 24
Views: 2349

Re: compile errors

Jeff, it looks as you are mixing Harbour and xHarbour libraries. Please double check.
by Enrico Maria Giordano
Thu Apr 11, 2024 2:49 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: compile errors - send a SMS
Replies: 19
Views: 381

Re: compile errors

Dear Jeff,

Are you using xHarbour or Harbour ?

It seems as those libraries are for Harbour and not for xHarbour, thus those unresolved externals availables only for Harbour
by Antonio Linares
Thu Apr 11, 2024 2:26 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: compile errors - send a SMS
Replies: 19
Views: 381

Re: DNS

... using Winsock functionality. Unloads Winsock DLLs: When called, WSACleanup() typically unloads any protocol-specific helper DLLs (Dynamic Link Libraries) that were loaded during the initialization process using WSAStartup(). These DLLs provide support for specific network protocols like TCP/IP. ...
by Antonio Linares
Fri Mar 29, 2024 7:53 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: DNS
Replies: 5
Views: 1511

Re: xHarbour.org updated!

For the OpenSSL, if you want to use SSL on the IP classes, you just have to link these libraries: tipssl.liblibssl.liblibcrypto.libtip.lib And put these DLLs in the same directory of your application: libssl-3.dlllibcrypto-3.dll For the CURL, the needed liBs are: hbcurl.liblibcurl.lib ...
by Enrico Maria Giordano
Mon Mar 25, 2024 3:47 pm
 
Forum: WhatsNew / Novedades
Topic: xHarbour.org updated!
Replies: 156
Views: 39095

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

Re: Question about performance RowSet

... during creation it collects a lot other relevant information which makes usage faster. First time reading is a bit slower when compared to other libraries. Once opened, updates, inserts, deletes, sorts, filters, etc. are all extremely faster than the other libs. If we look back in the forums, ...
by Eroni
Wed Mar 20, 2024 1:35 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Question about performance RowSet
Replies: 19
Views: 4143

Re: Compiling with new harbour_bcc770_32_20240309

Antonio,
Good now I put uuid.lib before of fwh libraries on xmate and seem run ok

Image
by Silvio.Falconi
Wed Mar 20, 2024 10:56 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Compiling with new harbour_bcc770_32_20240309
Replies: 15
Views: 3490

Re: Compiling with new harbour_bcc770_32_20240309

... I tried aso on Home computer with win10 same error ask uuid.lib and not found it then I did a test by linking uuid.lib as if it were one of my libraries and I was able to have the exe, https://i.postimg.cc/rwxLJGJw/mm.png but this thing is very strange, can't it really be solved? ...
by Silvio.Falconi
Tue Mar 19, 2024 10:41 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Compiling with new harbour_bcc770_32_20240309
Replies: 15
Views: 3490

Re: Question about performance RowSet

... during creation it collects a lot other relevant information which makes usage faster. First time reading is a bit slower when compared to other libraries. Once opened, updates, inserts, deletes, sorts, filters, etc. are all extremely faster than the other libs. If we look back in the forums, ...
by nageswaragunupudi
Sat Mar 16, 2024 10:20 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Question about performance RowSet
Replies: 19
Views: 4143

Re: How to include hbCurl?

... >> msvc.tmp I do my builds with Harbor and MSVC It works fine. Also include the libcurl.dll It also works for 64 bit with those libraries and the 64 bit dll Tim Tim, Are you using cUrl for reading API's ? By any change the API from Mailchimp ? curl -sS "https://us8.api.mailchimp.com/3.0/ping" ...
by Marc Venken
Fri Mar 08, 2024 10:04 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to include hbCurl?
Replies: 13
Views: 3010

Re: How to include hbCurl?

... >> msvc.tmp I do my builds with Harbor and MSVC It works fine. Also include the libcurl.dll It also works for 64 bit with those libraries and the 64 bit dll Tim
by TimStone
Sun Mar 03, 2024 12:24 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to include hbCurl?
Replies: 13
Views: 3010

Re: Fwh 23.10 TGet another problem (UNSOLVED)

...         4,955,648 fiveH.lib15-02-2024  22:51           851,968 fiveHC.lib  Let us make sure that by an chance your are still linking with old libraries. I tested here before sending them to you Hi Mr. Rao, I have checked the sizes. They are same. Just to be sure, I compiled and ran it again. ...
by Horizon
Tue Feb 20, 2024 6:07 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Fwh 23.10 TGet another problem (UNSOLVED)
Replies: 132
Views: 55038
Next

Return to advanced search