User forums > Using Code::Blocks

Code Blocks Visual Studio 2005

(1/1)

aditya_v:
Hi all,

I had been using visual studio 2005 professional for opengl development for sometime now. However, i tried code blocks and it blown me away. However, a lot of my code uses libraries that don't compile with mingw even after a lot of hacking.

So i was wondering whether i can use the existing Visual Studio compiler( installed with VS05 ) with Code::blocks? It would be great help.

aditya_v:
Well, i just got it working finally, would post a small guide for this soon.

Currently i am getting a huge amount of text in the log window but the program compiles successfully. ( yaay!! )

Are there some default switches that have to be enabled?
in VS, my very simple project is built using these

--- Code: ---/Od /I "C:\Documents and Settings\Aditya Vishwakarma\Desktop\adis\opengl\Customs\include\freetype2" /D "GLFW_DLL" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /Gm /EHsc /RTC1 /MDd /Fo"Debug\\" /Fd"Debug\vc80.pdb" /W3 /nologo /c /Wp64 /ZI /TP /errorReport:prompt
--- End code ---

Navigation

[0] Message Index

Go to full version