×

Loading...

Topic

This topic has been archived. It cannot be replied.
  • 工作学习 / IT技术讨论 / Ask a stupid question about Borland C++ Builder. Thank you
    I 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.
    • Using some specific command-line options. I don't remember. Please find it yourself.