Subj : Re: Problem making a DLL To : borland.public.cpp.borlandcpp From : "Ed Mulroy [TeamB]" Date : Sat Jan 10 2004 06:16 pm 16 bit or 32 bit program? What version of Borland C++ are you using? .. Ed > David J Taylor wrote in message > news:40004499$1@newsgroups.borland.com... > > I'm more at home with Delphi than C++, so please forgive me > if the answer to this is obvious. I am trying to build the LPNG > DLL, version 1.2.5. I realise that you need Zlib V1.2.1, and I > have built this (probably OK) with the supplied makefile. > However, when trying to build the LPNG dll, instead of a full > ~200KB DLL, I just get 23KB DLL which contains but one > entry: ___CPPdebugHook. It's as if none of the functions are > being marked as exported. > > I can produce the makefile for the command-line compiler if > that would help you. As I say, I'm very unfamiliar with this > stuff! .