Posted: Sat Nov 09, 2002 12:54 pm
Restored from previous forum. Originally posted by Danilo.
He doesnt break the copyright because the DOCs
dont mention you are not allowed to make DLLs.
You can make DLLs and you can write whatever
you want, because nobody can limit what you code.
(Also, PureBasic doesnt have a license agreement)
Fred said here in the forum that he doesnt want
that to happen, but the user who bought PureBasic
has not to read this forum every day.
Thats a fact, so every user can write what he wants.
You can create DLLs in PureBasic, and you cant say
this is allowed and that is not.
The programmer can write what he has in mind, there
are no limits.
You can also write DLLs with Delphi, VB, C, C++, Pascal,
PowerBasic and _many_ other languages - WITHOUT LIMITS.
This code is copyright by me. I was thinking how
i can do something, and after some hours i wrote
this solution.
Now, do you want to censor all codes (from all people)
written with PureBasic ??
You cant limit coding in this way, sorry...
Only solution would be that Fred removes support
for DLL-creation, but as i said: you can do it with
all other languages...
I know this is a very hot topic and i respect Freds wish -
but one thing i will fight: Nobody can limit what somebody codes...
Fred also said its not allowed to sell the own copy of PureBasic.
Maybe he should read international laws a bit more, because
here in germany (and i think europe too) i´m allowed to sell
the software i bought - i just have to delete all copies of it
(and ofcourse remove it from HD). But thats another topic...
cya,
...Danilo
(registered PureBasic user)
He doesnt break the copyright because the DOCs
dont mention you are not allowed to make DLLs.
You can make DLLs and you can write whatever
you want, because nobody can limit what you code.
(Also, PureBasic doesnt have a license agreement)
Fred said here in the forum that he doesnt want
that to happen, but the user who bought PureBasic
has not to read this forum every day.
Thats a fact, so every user can write what he wants.
You can create DLLs in PureBasic, and you cant say
this is allowed and that is not.
The programmer can write what he has in mind, there
are no limits.
You can also write DLLs with Delphi, VB, C, C++, Pascal,
PowerBasic and _many_ other languages - WITHOUT LIMITS.
Code: Select all
ProcedureDLL.l OpenForm(number, x, y, width, height, Text$) OpenWindow(number,x,y,width,height,#PB_Window_SystemMenu,Text$)
EndProcedure
i can do something, and after some hours i wrote
this solution.

Now, do you want to censor all codes (from all people)
written with PureBasic ??
You cant limit coding in this way, sorry...
Only solution would be that Fred removes support
for DLL-creation, but as i said: you can do it with
all other languages...
I know this is a very hot topic and i respect Freds wish -
but one thing i will fight: Nobody can limit what somebody codes...
Fred also said its not allowed to sell the own copy of PureBasic.
Maybe he should read international laws a bit more, because
here in germany (and i think europe too) i´m allowed to sell
the software i bought - i just have to delete all copies of it
(and ofcourse remove it from HD). But thats another topic...
cya,
...Danilo
(registered PureBasic user)