Answered How can I change my exe file name?

  • Sunday, April 29, 2007 7:53 AM
     
     
     

    I created my project name with this name:

    MyProject  ---> MyProject .exe

    now I want to change my exe file name to  MyProjectMFC .exe

    If I rename it, It's create to me enother exe file name with the old name ( MyProject .exe), when I'm running my project.

    Thank's,

    Yael.


All Replies

  • Sunday, April 29, 2007 10:46 AM
     
     
    It depends on the verson of your IDE. Basiclly, you can find the item for changing output file in the Project Setting dialog.
  • Sunday, April 29, 2007 6:31 PM
     
     Answered
    Go to menu Project -> Properties, then to Linker -> General and here set new value you want in the Output File field.

    Cheers