Subj : Re: Build DLL using bcc32 To : borland.public.cpp.borlandcpp From : "Ed Mulroy [TeamB]" Date : Fri Nov 14 2003 09:40 am If the files file1.cpp and file2.cpp are the source code for the DLL then this command line should create the DLL. bcc32 -WD file1 file2 .. Ed > Joe Robert wrote in message > news:3fb4d791$1@newsgroups.borland.com... > > Hi, IŽd like to know, how can I build a DLL using the > bcc32 command prompt. .