Thread: Any static library that can replace glut32.dll ?

  1. #1
    Registered User
    Join Date
    Apr 2010
    Location
    China
    Posts
    11

    Any static library that can replace glut32.dll ?

    Under OpenGL programming at Code::Blocks, all complied executeable file would run only with the dynamic library glut32.dll in the same folder. It's quite inconvenience to get the file work only together with glut32.dll. I did try to use freeglut_static.lib and take away glut32.dll, but doesn't work. Should there be any static library that can be used for compliation without the need of glut32.dll, so that the executeable file can work alone? Tks.

  2. #2
    Registered User
    Join Date
    Apr 2010
    Location
    China
    Posts
    11
    CAn anyone help me on this? Tks.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. how to create an Import Library in Vs2008
    By khumayun in forum C++ Programming
    Replies: 2
    Last Post: 03-19-2010, 10:49 AM
  2. How can i make static library ?
    By Isaaaac in forum Windows Programming
    Replies: 1
    Last Post: 09-16-2009, 11:51 AM
  3. uploading file to http server via multipart form data
    By Dynamo in forum C++ Programming
    Replies: 1
    Last Post: 09-03-2008, 04:36 AM
  4. Code review
    By Elysia in forum C++ Programming
    Replies: 71
    Last Post: 05-13-2008, 09:42 PM
  5. Templates from DLL or static library problem
    By mikahell in forum C++ Programming
    Replies: 2
    Last Post: 01-01-2008, 01:49 AM