Advertisement

Unresolved Externals

Started by October 23, 2000 11:02 PM
0 comments, last by SilentSno 24 years, 1 month ago
I know this question has been asked, but I am unable to find a real solution for this problem. I am using Borland 5.0 I have downloaded the newest OpenlGL files from microsoft I have tried using the add node in the ide of my project I get these three errors: Unresolved external ''auxDIBImageLoadA'' referenced from module Unresolved external ''glGenTextures'' referenced from module Unresolved external ''glBindTextures'' referenced from module Any help would be nice! Thanks!
Make sure you are linking the opengl32.lib , glaux.lib, glu32.lib into your project. i am not sure if these are right, but I think they are

This topic is closed to new replies.

Advertisement