Opengl32.lib run on win xp 64bit?

hi! everyone~

I’d like to convert 32bit apps to 64 bit apps.

32 bit apps is using opengl32.lib

if I compile 32bit apps in 64bit compiler, do I have to

need a 64bit opengl libaries?

then, where can I get them?

if anyone knows it, don’t hesitate to explain to me.

I’d appreciate it.

yes, you need 64bit version of this library.

open32.lib for x64 system is in Microsoft Windows Platform SDK.
The name of the library is always the same. There are two folders,
one with 32bit libs and and with x64 libs.

see http://msdn.microsoft.com/en-us/windows/bb980924.aspx

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