DarkBasic doing a PB tutorial! More users incoming? :)

For everything that's not in any way related to PureBasic. General chat etc...
Raven
User
User
Posts: 45
Joined: Tue Jul 15, 2003 4:03 pm
Location: England

Post by Raven »

Hehee... *nix, MacOSX and AmigaOS would have some complaints about it too.

Whilst I agree the functions works almost identically on those systems (cept the MacOSX, as it's not released) they're completely different code and still they rely entirely on APIs already present.

GTK, SDL, etc...

Whilst i'm not saying that to do it would be 100% legit from an ethical standpoint. Really doing it is no different than using the WinAPI or GTK itself, they're just wrapping your code using an interface.
No biggie, even at the ASM level your still calling the functions premade in the OS Libs. More about perspective on how you count it as illegal, the courts would rule in favour of Fantaisie Software if it was taken to court for the simple reason your using thier functions.
In the same instance Microsoft could also take them to court for using WinAPI if they chose to, as your not allowed to retail thier api either.

It's all the same clause hehee
Codemonger
Enthusiast
Enthusiast
Posts: 384
Joined: Sat May 24, 2003 8:02 pm
Location: Canada
Contact:

Post by Codemonger »

In the same instance Microsoft could also take them to court for using WinAPI if they chose to, as your not allowed to retail thier api either.

It's all the same clause hehee
Actually PB is calling external dll's, he is not redistributing them nor is he selling MS DLL's ... most of those dll's are already on your computer.

-------------------------------------------------------------------------
Anyway I think the idea is that someone doesn't wrap commands, say hey I made this DLL that can do this:

/* List all PB Functions */

And i will sell it for $25.00

---------------------------------------------

That would be illegal ... Even it was free.
<br>"I deliver Justice, not Mercy"

    - Codemonger, 2004 A.D.
User avatar
NoahPhense
Addict
Addict
Posts: 1999
Joined: Thu Oct 16, 2003 8:30 pm
Location: North Florida

Post by NoahPhense »

Codemonger wrote:
In the same instance Microsoft could also take them to court for using WinAPI if they chose to, as your not allowed to retail thier api either.

It's all the same clause hehee
Actually PB is calling external dll's, he is not redistributing them nor is he selling MS DLL's ... most of those dll's are already on your computer.

-------------------------------------------------------------------------
Anyway I think the idea is that someone doesn't wrap commands, say hey I made this DLL that can do this:

/* List all PB Functions */

And i will sell it for $25.00

---------------------------------------------

That would be illegal ... Even it was free.
Boyaa Monger!!

excellent point..

- np
Post Reply