Subj : Problem making a DLL To : borland.public.cpp.borlandcpp From : "David J Taylor" Date : Sat Jan 10 2004 06:29 pm Folks, 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! Thanks, David .