Eclipse IDE

Discussion about everything. New games, 3d math, development tips...
Post Reply
3DModelerMan
Posts: 1691
Joined: Sun May 18, 2008 9:42 pm

Eclipse IDE

Post by 3DModelerMan »

Hey, I've been looking into the Eclipse C++ IDE, and had question. Does it support the Microsoft Visual C++ Compiler? I really like how the Eclipse IDE looks, but I use libraries that I can't get source code to, and they don't have versions for other compilers.
That would be illogical captain...

My first full game:
http://www.kongregate.com/games/3DModel ... tor#tipjar
Sylence
Posts: 725
Joined: Sat Mar 03, 2007 9:01 pm
Location: Germany
Contact:

Post by Sylence »

An IDE is never bound to any specific compiler. You could even use the gcc in visual studio so I doubt that there won't be a way you can teach eclipse to use the msvc
Software documentation is like sex. If it's good you want more. If it's bad it's better than nothing.
hybrid
Admin
Posts: 14143
Joined: Wed Apr 19, 2006 9:20 pm
Location: Oldenburg(Oldb), Germany
Contact:

Post by hybrid »

Yes, but there are no known plugins, which will do the (quite complicated) setup for you. At least I don't know of any. Moreover, gcc can usually take all dlls that people come up with. You just need to find the proper command line options and tools.
3DModelerMan
Posts: 1691
Joined: Sun May 18, 2008 9:42 pm

Post by 3DModelerMan »

What about static libraries though? I want to use Havok. And I don't know if DirectX 10/11 have GCC versions.
That would be illogical captain...

My first full game:
http://www.kongregate.com/games/3DModel ... tor#tipjar
Post Reply