|
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 - DLL libraries in free tools?
Hi, I have downloaded the free command-line compiler & basic utilities. Looks good. But I can't make a DLL; the necessary libraries aren't part of that download? (SND.lib, etc). I am trying to port my free Photoshop plugins to this platform. If I am successful, the Digital Mars makefile will be included in the source distribution, adding to the list of free compilers that can be used to create such plugins. Is there any way I can obtain the necessary files to build a DLL with Digital Mars - other than buying the CD (I don't do commercial Windows development)? Toby Sep 21 2003
Actually... I think you should be able to link the static library SNN.LIB into a .DLL... This of course would make the .DLL larger, but it should work. Toby Thain wrote:Hi, I have downloaded the free command-line compiler & basic utilities. Looks good. But I can't make a DLL; the necessary libraries aren't part of that download? (SND.lib, etc). I am trying to port my free Photoshop plugins to this platform. If I am successful, the Digital Mars makefile will be included in the source distribution, adding to the list of free compilers that can be used to create such plugins. Is there any way I can obtain the necessary files to build a DLL with Digital Mars - other than buying the CD (I don't do commercial Windows development)? Toby Sep 21 2003
"Toby Thain" <toby telegraphics.com.au> wrote in message news:toby-6E58BE.01062922092003 digitalmars.com...I have downloaded the free command-line compiler & basic utilities. Looks good. But I can't make a DLL; the necessary libraries aren't part of that download? (SND.lib, etc). I am trying to port my free Photoshop plugins to this platform. If I am successful, the Digital Mars makefile will be included in the source distribution, adding to the list of free compilers that can be used to create such plugins. Is there any way I can obtain the necessary files to build a DLL with Digital Mars - other than buying the CD (I don't do commercial Windows development)? Sep 21 2003
|