Hi again, 
I hope Mike can answer this Q. 
PE and DLL(s) are Microsoft components right?
Isn't it illegal to use them then? 
According to this: http://www.microsoft.com/whdc/system/pl ... ecoff.mspx
Does Microsoft have PATENT on the PE and DLL(s)?   
Any idea?
Thanks!
			Is it legal to use PE and DLLs?
Moderator:Moderators
Re: Is it legal to use PE and DLLs?
Hello,
It is legal to use PEs (and thus DLLs) although I do encourage eventually moving to your own customized format later on. You arent using Microsoft components but rather just a specification to write your own components.
It is legal to use PEs (and thus DLLs) although I do encourage eventually moving to your own customized format later on. You arent using Microsoft components but rather just a specification to write your own components.
Lead Programmer for BrokenThorn Entertainment, Co.
Website: http://www.brokenthorn.com
Email: webmaster@brokenthorn.com
			Website: http://www.brokenthorn.com
Email: webmaster@brokenthorn.com
Re: Is it legal to use PE and DLLs?
How sure are you? I thought that the DOS PE HEADER where Microsoft things?Mike wrote:Hello,
It is legal to use PEs (and thus DLLs) although I do encourage eventually moving to your own customized format later on. You arent using Microsoft components but rather just a specification to write your own components.