Results 1 to 5 of 5

Thread: Borland C++ 5.5 Command line...

  1. #1

    Thread Starter
    Member Benjamin's Avatar
    Join Date
    Nov 2000
    Posts
    48
    I use Borland C++ 5.5 to compile some of my apps,
    but I don't know how to make the compiler generate an executable with a different file name than the cpp file...

    it says:


    Specify executable file name

    (Command-line switch = -efilename)




    but that doesn't work...

    I try:

    bcc32 test -etest2


    it just generates test.exe


    -Dennis
    [email protected]
    Ever stop to think, and forget to start again?


    The end justifies the means
    http://www.cfm-resources.com/d/dewrenn
    http://www.phpsquare.com

  2. #2
    Guest

    Wink No idea.....but.....

    Have your tried.

    1. Shooting it.

    2. Setting it on Fire.

    3. The C++ forum somewhere on this site.

  3. #3

    Thread Starter
    Member Benjamin's Avatar
    Join Date
    Nov 2000
    Posts
    48
    1. yes
    2. yes
    3. not many people use borlands compiler, most use MS
    -Dennis
    [email protected]
    Ever stop to think, and forget to start again?


    The end justifies the means
    http://www.cfm-resources.com/d/dewrenn
    http://www.phpsquare.com

  4. #4

    Thread Starter
    Member Benjamin's Avatar
    Join Date
    Nov 2000
    Posts
    48
    Ok, for all those who are curious, I found the solution



    bcc32 -eNewFileName.exe OldFileName.cpp


    -Dennis
    [email protected]
    Ever stop to think, and forget to start again?


    The end justifies the means
    http://www.cfm-resources.com/d/dewrenn
    http://www.phpsquare.com

  5. #5
    Guest

    Unhappy Posted to our helpdesk

    We use symatexs apparently so no help there. Try logging into Borland's site and see if they have a help desk.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width