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++ - open source headers and libraries?
Has there been discussion of open-sourcing the DM runtime library? The source code for this has traditionally been included on the Symantec C++ CD-ROM and presumably is on the DM CD-ROM as well, so it seems to me there are no secrets in it. On this I am just curious; I have no pressing need for it although it would be nice to be able to add support for some additional functions like popen, to increase POSIX and/or MSVC compatibility. On the other side of the coin, has there been any thought of leveraging the free w32api headers used by the MinGW project and others, making whatever small modifications are needed so these can be used with DMC++? This would bring the API headers up to almost-current, whereas the headers and import libraries presently delivered with DM often need to be hacked with entries from the Platform SDK to make it work. Jan 12 2004
"Bruce Dodson" <bruce_dodson hotmail.com> wrote in message news:btuo63$23dh$1 digitaldaemon.com...Has there been discussion of open-sourcing the DM runtime library? The source code for this has traditionally been included on the Symantec C++ CD-ROM and presumably is on the DM CD-ROM as well, so it seems to me there are no secrets in it. On this I am just curious; I have no pressing need for it although it would be nice to be able to add support for some additional functions like popen, to increase POSIX and/or MSVC compatibility. Jan 13 2004
Walter wrote:I looked at those headers. Curiously, there is no mention at all in the header source about the license, other than they are 'free'. Are they covered by the GPL? Are they public domain? Jan 13 2004
"Parinya Thipchart" <thipchart yahoo.com> wrote in message news:bu24nq$1mbv$1 digitaldaemon.com...Walter wrote:I looked at those headers. Curiously, there is no mention at all in the header source about the license, other than they are 'free'. Are they covered by the GPL? Are they public domain? Jan 14 2004
|