Hey everyone!
I've used C++ Eclipse before on Ubuntu and Windows XP, but I want/need it on Vista. The problem is, when I try to compile an application, I get the message:
Edit:Launch failed no binaries
Launching this test code:
Anyone know what's causing this problem and/or how to fix it? I have install JAVA JDK and Cygwin as well as C++ Eclpise on a Windows Vista OS.Code:#include <iostream> int main(){ cout << "hello" << endl; return 0; }



Reply With Quote

Bookmarks