Search found 298 matches: license

Searched query: license

by TimStone
Mon Dec 02, 2024 11:58 pm
Forum: FiveWin for Harbour/xHarbour
Topic: ADS licences directly from SAP?
Replies: 6
Views: 1712

Re: ADS licences directly from SAP?

... Windows 10 and 11

All support was discontinued several years ago. No one even knew about the product at the company.

That price is for 1 user, 1 license based on what is stated. The base unit in the past was for a 5 user license, and then you added on. The price is incredibly high for an "obsolete ...
by TimStone
Thu Oct 31, 2024 11:36 pm
Forum: FiveWin for Harbour/xHarbour
Topic: ADS Question
Replies: 10
Views: 1635

Re: ADS Question

... all the most current versions.

As for ADS, it was last updated in 2015. The company was great until it was taken over. The current owners sold licenses, and upgrades, for a number of years, but provided absolutely no support. Now it is "lost in the wind" and current reps don't even know about the ...
by TimStone
Tue Oct 15, 2024 10:19 pm
Forum: FiveWin for Harbour/xHarbour
Topic: New FWH 24.09
Replies: 97
Views: 14911

Re: New FWH 24.09

Antonio,

In order for a demo to work, they must issue some type of license code. It would be in the documentation.

The license is tied to the specific version you own. I have not been upgrading because the cost is so high. They used to offer just the Calendar version but now you have to buy the ...
by TimStone
Tue Oct 15, 2024 5:31 am
Forum: FiveWin for Harbour/xHarbour
Topic: New FWH 24.09
Replies: 97
Views: 14911

Re: New FWH 24.09

That will be a newer version so you need to change that in the code and also whtever they say for a license number


Sent from my iPhone using Tapatalk
by Antonio Linares
Sun Jun 09, 2024 8:55 am
Forum: FiveWin for Harbour/xHarbour
Topic: Is this legal?
Replies: 3
Views: 561

Re: Is this legal?

Dear Otto,
The Apache Web Server is licensed under the Apache License, Version 2.0 (also known as the Apache-2.0 license). This is a permissive free software license that allows users to freely use, modify, and distribute the software
No problems at all :-)
by Marc Venken
Sat Sep 02, 2023 9:29 am
Forum: FiveWin for Harbour/xHarbour
Topic: Choise : Windows server standard 2022 versus essential 2022
Replies: 23
Views: 3437

Re: Choise : Windows server standard 2022 versus essential 2022

... To me they offered to take the server and user licences in a pack of 5

I received folowing quot :

1) 1 Windows Server 2022 Standard - 16 Core License Pack = 1.144,00
2) 5 Windows Server 2022 - 1 User CAL 49,00 € 49,00 = € 245,00 €
+ installing around 250 euro


Including CPU it is 3445 euro ...
by Jimmy
Fri Sep 01, 2023 8:53 am
Forum: FiveWin for Harbour/xHarbour
Topic: Choise : Windows server standard 2022 versus essential 2022
Replies: 23
Views: 3437

Re: Choise : Windows server standard 2022 versus essential 2022

... if you want to to use Server 2023 as "RDS-Host" you need "RDS-CALs" for every Server Version / User
all Server Version are now "same" except "License"

---

you can build you own Server or buy a complete Server / Bundle
as i say "Essentials" Version can be in Bundle as OEM-Version which is much ...
by Randal
Sat Aug 05, 2023 2:06 am
Forum: FiveWin for Harbour/xHarbour
Topic: xHarbour Commercial and latest FWH
Replies: 3
Views: 676

xHarbour Commercial and latest FWH

... the code in question:

hSmtp := LoadLibrary("CSMTPAV9.dll")
// Must initialize first. Should return true
lSmtpInit := SmtpInitialize(CSTOOLS9_LICENSE_KEY)

DLL FUNCTION SmtpInitialize(license AS LPSTR, initdata AS LPSTR) AS BOOL ;
PASCAL FROM "SmtpInitializeA" LIB hSmtp

The license key is a ...
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: 1014

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 Marc Venken
Fri Jun 16, 2023 3:31 pm
Forum: FiveWin for Harbour/xHarbour
Topic: how to handle License for MySQL, PostgreSQL & Co ?
Replies: 9
Views: 1014

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

Maybe this is not related, but can we also connect to
Pervasive PSQL V13 files ?

I want to import data into my dbf files (

Pervasive before was using BTrieve files (still do) but the old connection program is not working anymore
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: 1014

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 is "where" i have to ...
by richard-service
Fri Jun 16, 2023 4:01 am
Forum: FiveWin for Harbour/xHarbour
Topic: how to handle License for MySQL, PostgreSQL & Co ?
Replies: 9
Views: 1014

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

ADO is free for all of us and we can work with any RDBMS.

In addition,
Harbour provides an excellent Library for working with PostGre. I think we should be able to use this library even with HMG.
For MySQL/MariaDB, we have FWH built-in library in addition to TDolphin and TMySql.
Most probably ...
by nageswaragunupudi
Thu Jun 15, 2023 2:51 am
Forum: FiveWin for Harbour/xHarbour
Topic: how to handle License for MySQL, PostgreSQL & Co ?
Replies: 9
Views: 1014

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

ADO is free for all of us and we can work with any RDBMS.

In addition,
Harbour provides an excellent Library for working with PostGre. I think we should be able to use this library even with HMG.
For MySQL/MariaDB, we have FWH built-in library in addition to TDolphin and TMySql.
Most probably ...