This topic has been archived. It cannot be replied.
-
工作学习 / IT技术讨论 / Ask a stupid question about Borland C++ Builder. Thank youI am using C++ Builder to do some trivial practices. Unfortunately, I have not yet figured out how to compile a .cpp file into a .dll file using on-line command. I am using downlowded C++ Builder, so it is not an IDE. What I need is on-line commands. For instance, to compile several .cpp files into an .exe file, the command reads
bcc32 a.cpp b.cpp c.cpp -exyz.exe
Thank you in advance.
-dwarf(dwarf);
2001-3-15
{403}
(#33641@0)
-
Using some specific command-line options. I don't remember. Please find it yourself.
-old(HH);
2001-3-24
(#36644@0)