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.
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.