Search found 152 matches: distribute

Return to advanced search

Re: Compiler with MSVC y HARBOUR

... This DLL is typically part of the OpenSSL distribution. You can download it from the OpenSSL official website or from other trusted sources that distribute OpenSSL binaries for Windows. 2. libcrypto-1_1-x64.dll Purpose: Also a part of OpenSSL, this library handles a wide range of cryptographic ...
by Otto
Sat Apr 20, 2024 6:35 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Compiler with MSVC y HARBOUR
Replies: 3
Views: 141

Re: ADS with 64bit FWH Apps

I don’t think those are needed. The last ADS release was 2015. Remote is useful but I find local is slower than the native rddcdx. I distribute the last .dll files they produced for 32 and 64 bit. Those are usually good with versions 10-12, except for 64 bit on 10 & 11. Sent from my ...
by TimStone
Thu Apr 04, 2024 2:32 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: ADS with 64bit FWH Apps
Replies: 24
Views: 2303

ADS with 64bit FWH Apps

... I have a question for others who use it: I have a variety of licenses ( 7.0 - 12.1 ). I have them all installed in Windows 64 bit OS. I now distribute my application with both 32 and 64 bit builds with Harbour/MSVC and FWH. 32 bit apps never have an issue. But the identical build in 64 bit ...
by TimStone
Thu Apr 04, 2024 2:12 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: ADS with 64bit FWH Apps
Replies: 24
Views: 2303

Include exe file as a resource (solved)

... program "myapp.exe" calls a utility, "pdftopng.exe," which is open-source and occupies 1MB, in the background. I would like to distribute my program as a single file, "myapp.exe." Is it possible to include "pdftopng.exe" within "myapp.exe" as a ...
by alvaro533
Thu Oct 19, 2023 1:52 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Include exe file as a resource (solved)
Replies: 3
Views: 264

Re: PICTURE for DATE() ?

... use the "@D" picture. In the beginning of Main(), we set the required date format like SET GERMAN. Note: In case we propose to distribute the application world wide, we can also set date format according the locale of the PC. But that is a differnt subject. For now, it is enough ...
by nageswaragunupudi
Tue Jul 18, 2023 10:03 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: PICTURE for DATE() ?
Replies: 10
Views: 403

Re: Create help system with F1

... works correctly. Open the compiled help file (.chm) and navigate through the topics to verify that the content is displayed as intended. 10. Distribute your help file: Once you're satisfied with your help file, you can distribute it to your users. You can share the compiled .chm file directly ...
by Antonio Linares
Tue Jul 11, 2023 11:28 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Create help system with F1
Replies: 15
Views: 870

Re: how to handle License for MySQL, PostgreSQL & Co ?

We can not distribute servers. (server software)
But we can distribute any application using ADO or Harbour or FWH libraries either for free or at cost without any licenses to work with any RDBMS/database installed or hired by the user.
by nageswaragunupudi
Sun Jun 18, 2023 5:58 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: how to handle License for MySQL, PostgreSQL & Co ?
Replies: 9
Views: 527

Re: how to handle License for MySQL, PostgreSQL & Co ?

hi, thx for Answer as i know MySQL is using GPL License, which means you need to purchase a commercial license to distribute proprietary code that uses those libraries. PostgreSQL use MIT license, where you "only" must include MIT License TEXT with Copyright --- the Question ...
by Jimmy
Fri Jun 16, 2023 3:19 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: how to handle License for MySQL, PostgreSQL & Co ?
Replies: 9
Views: 527

Re: Fivewin and ADO

... 32bits, it can use only ACE 32-bit provider only. To use 64-bit ACE provider, we need to build our application in 64-bits. So which application we distribute? Our 32/64 bit application? on 32 Bit OS i use ADO 32 Bit and BCC7 32 Bit and XBNROWSE "refresh" fine after "edit" on ...
by Jimmy
Sat Jun 10, 2023 5:44 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Fivewin and ADO
Replies: 36
Views: 3802

Re: Fivewin and ADO

... 32bits, it can use only ACE 32-bit provider only. To use 64-bit ACE provider, we need to build our application in 64-bits. So which application we distribute? Our 32/64 bit application? So, think about it. In real life, this is not so simple.
by nageswaragunupudi
Sat Jun 10, 2023 10:49 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Fivewin and ADO
Replies: 36
Views: 3802

Re: prompt-editor

... offer a service where we store standard questions, such as a list of allergens according to Austrian regulations or many others. We would like to distribute the updates over the internet. I also need a solution for the executable file. Regards, Otto https://mybergland.com/fwforum/prompteditorclip7.jpg ...
by Otto
Wed May 31, 2023 12:49 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: prompt-editor
Replies: 5
Views: 253

Re: Using WebView with Borland !!!

Ok, for those of you that want to start testing and using it, here we go: I prefer to use dynamic linking so we don't force all FWH users to distribute webview DLLs. This code is working fine using MSVC and MinGW, but it is failing with Borland thus Borland works fine when we use static linking ...
by Antonio Linares
Wed Dec 01, 2021 8:33 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Using WebView with Borland !!!
Replies: 91
Views: 7705

Re: DBF to SQL

... but it is NOT necessary, and I will be happy to follow your advice and not use it. I just saw the original thread and sensed it would be easier to distribute. Thanks. I will be jumping back into this tomorrow. Today I must attend to some clients fixing significant errors they created by making ...
by TimStone
Tue Apr 20, 2021 4:01 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: DBF to SQL
Replies: 14
Views: 1624

Re: Which C compiler and which Harbour should be used for FW?

... executes the .mak file. It's fast, and another button will move the build to the distribution folder. There are many options available. You could distribute what you build in MSVS, and you can even incorporate your editor into the Visual Studio interface. YAs Antonio said, there is a constantly ...
by TimStone
Fri Jul 31, 2020 7:22 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Which C compiler and which Harbour should be used for FW?
Replies: 27
Views: 3574

Re: Rpreview issues - PDF

... for many of our users. Next question: If FWH uses this function, no application can be built with FWH without linking with libharu.lib. Can FWH distribute libharu.lib with its distribution? Or should this function be made available to users to use it at their choice and in that case they will ...
by nageswaragunupudi
Wed May 08, 2019 9:18 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Rpreview issues - PDF
Replies: 58
Views: 7342
Next

Return to advanced search