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
Hi there,
There is an issue with role permissions that is being worked on at the moment.
If you are having trouble with access or permissions on regional forums please post here to get access: https://www.boards.ie/discussion/2058365403/you-do-not-have-permission-for-that#latest

Eclipse and MSVC++TK2003 ?

  • 08-06-2005 1:30pm
    #1
    Registered Users, Registered Users 2 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, Registered Users 2 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