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
DarkBasic doing a PB tutorial! More users incoming? :)
-
- Enthusiast
- Posts: 384
- Joined: Sat May 24, 2003 8:02 pm
- Location: Canada
- Contact:
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.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
-------------------------------------------------------------------------
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.
    - Codemonger, 2004 A.D.
- NoahPhense
- Addict
- Posts: 1999
- Joined: Thu Oct 16, 2003 8:30 pm
- Location: North Florida
Boyaa Monger!!Codemonger wrote: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.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
-------------------------------------------------------------------------
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.
excellent point..
- np