Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

When building an SDK demo for PC Emulation using Microsoft Visual C++ 6.0 I get a lot of link errors coming from the Tools modules. How can I fix this?

0
Posted

When building an SDK demo for PC Emulation using Microsoft Visual C++ 6.0 I get a lot of link errors coming from the Tools modules. How can I fix this?

0

A. The OpenGL ES Tools library (OGLESTools.lib) in the SDK is built with the Microsoft Visual C++.NET 2003 compiler. Those link errors are due to incompatibilities between the compiler used to build your application (Microsoft Visual C++ 6.0) and the OGLESTools.lib binary generated by Visual C++.NET 2003. To remedy the problem, re-build the OpenGL ES Tools library with your own Visual C++ 6.0 compiler.

Related Questions

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.

Experts123