|
Archives
D Programming
DD.gnu digitalmars.D digitalmars.D.bugs digitalmars.D.dtl digitalmars.D.dwt digitalmars.D.announce digitalmars.D.learn digitalmars.D.debugger C/C++ Programming
c++c++.announce c++.atl c++.beta c++.chat c++.command-line c++.dos c++.dos.16-bits c++.dos.32-bits c++.idde c++.mfc c++.rtl c++.stl c++.stl.hp c++.stl.port c++.stl.sgi c++.stlsoft c++.windows c++.windows.16-bits c++.windows.32-bits c++.wxwindows digitalmars.empire digitalmars.DMDScript |
c++.windows.32-bits - Actuallity of Windows 32 support?
Hi, I just browsed through the include files to see if these all were created from scratch. The normal includes are really compact. Than I saw that all the Win32 stuff are the includes provided by Microsoft. The years indicated are around 1996, are these still the most actual ones or did Micorsoft update them? How is further support for these headers realized? IMO the headers are copyrighted, right? So Walter always needs to get a license for these files? -- Robert M. Münch IT & Management Freelancer Mobile: +49 (0)177 2452 802 Fax : +49 (0)721 8408 9112 Web : http://www.robertmuench.de Dec 30 2001
You're correct, Digital Mars does need a license to redistribute those files with the Microsoft copyright in them. Microsoft was kind enough to grant Digital Mars the necessary license. "Robert M. Münch" <robert.muench robertmuench.de> wrote in message news:a0nok1$ke4$1 digitaldaemon.com...Hi, I just browsed through the include files to see if these all were created from scratch. The normal includes are really compact. Than I saw that all the Win32 stuff are the includes provided by Microsoft. The years indicated are around 1996, are these still the most actual ones or did Micorsoft update them? How is further support for these headers realized? IMO the headers are copyrighted, right? So Walter always needs to get a license for these Dec 31 2001
"Walter" <walter digitalmars.com> schrieb im Newsbeitrag news:a0p83u$1h3i$1 digitaldaemon.com...You're correct, Digital Mars does need a license to redistribute those Dec 31 2001
"Robert M. Münch" <robert.muench robertmuench.de> wrote in message news:a0pi6s$1mjr$1 digitaldaemon.com..."Walter" <walter digitalmars.com> schrieb im Newsbeitrag news:a0p83u$1h3i$1 digitaldaemon.com...You're correct, Digital Mars does need a license to redistribute those Dec 31 2001
Microsoft keeps adding to them, but that doesn't make the earlier ones obsolete. Changing any of the existing API functions is beyond anyone's capability! Jan 05 2002
"danny" <danny server.hftc.com> wrote in message news:a18tf6$2236$1 digitaldaemon.com...Microsoft keeps adding to them, but that doesn't make the earlier ones obsolete. Changing any of the existing API functions is beyond anyone's capability! Jan 06 2002
|