Advertisement
If you have a new account but are having problems posting or verifying your account, please email us on hello@boards.ie for help. Thanks :)
Hello all! Please ensure that you are posting a new thread or question in the appropriate forum. The Feedback forum is overwhelmed with questions that are having to be moved elsewhere. If you need help to verify your account contact hello@boards.ie

Eclipse and MSVC++TK2003 ?

Options
  • 08-06-2005 2:30pm
    #1
    Registered Users Posts: 21,264 ✭✭✭✭


    Anyone gotten these to work seamlessly together? At the moment just created a run external command but would be nice to have sucked into the IDE.


Comments

  • Registered Users Posts: 21,264 ✭✭✭✭Hobbes


    Heres what I did.

    1. Created unmanaged Make file project.

    2. Created a batch file with the following in the C++ bin folder.
    cl "%1"
    "%~f1"%~n1.exe"
    

    3. Set up run external program on selected resource in Eclipse. Also added more to batch file to ensure that I have selected cpp/obj or exe file.


Advertisement