Quoting John Klehm <[EMAIL PROTECTED]>:
> On 11/7/07, Stefan Dösinger <[EMAIL PROTECTED]> wrote:
>> Am Mittwoch, 7. November 2007 01:00:54 schrieb King InuYasha:
>> > It is not legal at all. Using Microsoft Platform SDK header code is not
>> > under the GNU General Public License version 2.0 or it
On 11/7/07, Stefan Dösinger <[EMAIL PROTECTED]> wrote:
> Am Mittwoch, 7. November 2007 01:00:54 schrieb King InuYasha:
> > It is not legal at all. Using Microsoft Platform SDK header code is not
> > under the GNU General Public License version 2.0 or its listed compatible
> > licenses, so you have
Am Mittwoch, 7. November 2007 01:00:54 schrieb King InuYasha:
> It is not legal at all. Using Microsoft Platform SDK header code is not
> under the GNU General Public License version 2.0 or its listed compatible
> licenses, so you have to do it manually WITHOUT looking at the PSDK. I
> recommend re
It is not legal at all. Using Microsoft Platform SDK header code is not
under the GNU General Public License version 2.0 or its listed compatible
licenses, so you have to do it manually WITHOUT looking at the PSDK. I
recommend removing the PSDK from your system as a way to remove temptation.
On No
Hello,
How legal (if at all) would be to develop a header file by looking
reading the corresponding header file from the Microsoft Platform SDK
and adapting it to gcc (removing MSVC stuff, etc)?
I'm interested in supporting annotations[*] and before I start
deducting everything from MSDN do