Results 1 to 2 of 2

Thread: link error using glaux.lib

  1. #1

    Thread Starter
    Hyperactive Member
    Join Date
    Feb 2007
    Location
    indiana
    Posts
    341

    link error using glaux.lib

    i am playing around with opengl. but i am having trouble i try to compile lesson six from nehe. (http://nehe.gamedev.net/data/lessons....asp?lesson=06)
    and i get this error:
    error LNK2019: unresolved external symbol _auxDIBImageLoadA@4 referenced in function "struct _AUX_RGBImageRec * __cdecl LoadBMP(char *)" (?LoadBMP@@YAPAU_AUX_RGBImageRec@@PAD@Z) lesson6.obj lesson6

    anyone able to help?

  2. #2
    type Woss is new Grumpy; wossname's Avatar
    Join Date
    Aug 2002
    Location
    #!/bin/bash
    Posts
    5,682

    Re: link error using glaux.lib

    Looks like you've not used the correct linker switches in the compiler settings. I don't know what they ought to be in your case so you should look on their tutorial. I'll be some DLL or lib or somesuch that is not included in the build.
    I don't live here any more.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width