Visual C++ x64 and OpenGL v 2.1

Can Visual C++ x64 ( Visual Studio 2010 ) works from Open GL v 2.1 ?

Yes.

What kind of templates in Visual C++ ( Visual studio 2010 ) i ought to choice in order to use Open GL v 2.1 in x64 mode ?

Use a Win32 Console if you will be using GLUT (main)
or use Win32 project if you will be getting into the Win API stuff (WinMain).
Choose MFC exe if you will be making a …

The choice of a template is independent of using OpenGL or not. You can use OpenGL in any kind of application you want to create.

is in 64 bit of Visual C++ x64 mode too ?

You can use the same version of Visual C++ to create 32bit applications as well as 64bit applications.

There is an exception, though. The “Express” versions of Visual Studio (which Visual C++ is part of) usually don’t support a 64bit target.

By the way, you really need to polish your English (SCNR) :slight_smile:
Seriously, if you want to get help, you need to express your questions clearly understandable.

Additionally, this is an OpenGL forum, don’t expect to be taught programming here.

Can NVidia Quadro FX 4600 hardware support only Open Gl v 2.1 ? If not , How else ?

According to Wikipedia, the QuadroFX4600 is based on a G80 chip. This chip is capable of OpenGL 3.3.

According to the specs, the card should be able to do GL 3.2 / 3.3 : did you install the most recent driver ?

This topic was automatically closed 183 days after the last reply. New replies are no longer allowed.