Unable to generate .dll file from Make utility using Borland c++ command line tool

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • jairathore
    New Member
    • Apr 2008
    • 2

    Unable to generate .dll file from Make utility using Borland c++ command line tool

    Hi to all,

    I m very much novice the borland c++ envoirment i want to build a application whose code is devloped in borland c++ ,i have make file associated that application.i tried to compile this make file sucessfullly using borland command line compiler but the problem is like that it generate me output as .exe file but i need output as .dll file (because native iterface i can use it some where)when i compile the make file.
    i kow this following command should be used when we compiling from borland to genrate .dll file from .cpp file but it works only for single .cpp but when i have multiple no. of .cpp files i used maketo combine all , i dont kow how to set compiler option in this make file to achive my output as .dll.the command is like this.

    BCC32 -WDR xyz.cpp

    it genrate xyz.dll file but i dont kow how to use that thing in make file when i want output of make .dll not .exe

    if anyone have any broad idea plz help me...........

    Regard's
    rathore.
Working...