473,326 Members | 2,148 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,326 software developers and data experts.

OpenGL error

2
Hi!

I' trying to start a project in Visual Studio 2005 but i can't skip the error:
1>LINK : fatal error LNK1104: cannot open file 'opengl32.lib'

I modified the project Properties: Linker -> Input : opengl32.lib glut.lib glu.lib and also the Additional Library Directories from the General field, but the problem persists.

Any idea about this?

Thanks!

sibi
Nov 16 '07 #1
3 2928
weaknessforcats
9,208 Expert Mod 8TB
Did you go to Tools/Options/Projects and Solutions/VC++ Directories and specify a path to the library file??
Nov 16 '07 #2
sibi
2
Did you go to Tools/Options/Projects and Solutions/VC++ Directories and specify a path to the library file??
Yes...sorry i forgot to mention that. No result:|
Nov 16 '07 #3
weaknessforcats
9,208 Expert Mod 8TB
If you have added the library name as an addtional dependency for the inout to the linker and you have set a path to that libray, then if the library does not open:

1) you have misspelled the name of the library
2) the path you specified is incorrect
3) the library is not at the specified location
4) the library is not on your system
5) the library has not been compiled for Windows

That's all I can think of. This shouldn't be that hard. I've done this a lot.
Nov 16 '07 #4

Sign in to post your reply or Sign up for a free account.

Similar topics

1
by: Szucs Szabolcs Laszlo | last post by:
Hello, I do `python setup.py py2exe --exclude=OpenGL --includes=Tkinter'. It runs, OK. No error messages. I copy the whole OpenGL dir. next to the .exe file. When I run the .exe, it don't...
15
by: oracle411 | last post by:
Hi I'm new to OpenGL, but have an OpenGL application written in CPP that I would like to display on a web browser. Was wondering how this could be done? Thank you very much
1
by: bigredindian | last post by:
I am using the new py2exe and python 24. When I run my setup.py, the dist seems to generate just fine. However run I run the resulting exe, I get an error: IOError: No such file or directory...
10
by: Bad_Kid | last post by:
which is better for what?
0
by: Scott Chang | last post by:
Hi all, I tried to use Managed C++ coding of VC++.NET (2002)and OpenGL version 1.2 to draw a hexagon shape of benzene. My OpenGLdrawBenzene.cpp is the following: // This is the main project file...
2
by: Ralf Edrich | last post by:
Hi, I want to use (Visual C++) .NET and OpenGL. Are there any known problems or limitations? And can anyone tell me where to get some examples? TIA,
1
by: Scott Chang | last post by:
Hi All I tried to use the attached OpenGL code to draw a Star-shaped figure on my Microsoft Visual C++ .NET 2002-Windows XP Pro PC. When I did 'Build' in Debug Mode, I got an error C2065:...
4
by: Dragon | last post by:
Hello, I wonder if there's a way to use OpenGL directly from VB .NET, without any C++ code, or CsGL library. I've tried to convert NeHe's first tutorial...
3
by: jg.campbell.ng | last post by:
I'm beginning learning Python and OpenGL in Python. Python fine. But difficulties with OpenGL; presumably with the installation of OpenGL. OS = Linux FC5. Python program gl_test.py: from...
3
by: Leon | last post by:
Hey, i am trying to develop a game, and I am using OpenGL and pthread. (on Ubuntu, so i also use the X library.) Now i have a problem. I have initialized OpenGL in the main thread, and i want to...
0
by: DolphinDB | last post by:
Tired of spending countless mintues downsampling your data? Look no further! In this article, you’ll learn how to efficiently downsample 6.48 billion high-frequency records to 61 million...
0
by: ryjfgjl | last post by:
ExcelToDatabase: batch import excel into database automatically...
0
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Mar 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, we are pleased to welcome back...
0
by: Vimpel783 | last post by:
Hello! Guys, I found this code on the Internet, but I need to modify it a little. It works well, the problem is this: Data is sent from only one cell, in this case B5, but it is necessary that data...
0
by: ArrayDB | last post by:
The error message I've encountered is; ERROR:root:Error generating model response: exception: access violation writing 0x0000000000005140, which seems to be indicative of an access violation...
1
by: PapaRatzi | last post by:
Hello, I am teaching myself MS Access forms design and Visual Basic. I've created a table to capture a list of Top 30 singles and forms to capture new entries. The final step is a form (unbound)...
1
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
0
by: af34tf | last post by:
Hi Guys, I have a domain whose name is BytesLimited.com, and I want to sell it. Does anyone know about platforms that allow me to list my domain in auction for free. Thank you
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome former...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.