473,503 Members | 5,593 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

LNK 1104 error with glut32.lib

I'm trying to recover MSVC.net to a new laptop to run an open source flight
simulation program and have suceeded in building the required plib and
simgear projects. I am nearing completion and have recieved the LNK 1104
error, "cannot find glut32.lib" file. when the file is actually located in
the C:\windows\system32 directory. I have this system running on a
workstation at the office and remember seeing this during that system set-up
but cannot remember the solution to this recurring event. can anyone point
me in the right direction?

Thanks,
Jul 22 '05 #1
1 4312
..lib files are not looked up using the system path, they're looked up using
the library path in Visual Studio. Open up the preferences for the VC++
directories setting and either add the directory where you placed the .lib
file or see which directories are there and put the .lib in one of those.

--
Klaus H. Probst, MVP
http://www.simulplex.net/
"Mike" <Mi**@discussions.microsoft.com> wrote in message
news:6F**********************************@microsof t.com...
I'm trying to recover MSVC.net to a new laptop to run an open source flight simulation program and have suceeded in building the required plib and
simgear projects. I am nearing completion and have recieved the LNK 1104
error, "cannot find glut32.lib" file. when the file is actually located in
the C:\windows\system32 directory. I have this system running on a
workstation at the office and remember seeing this during that system set-up but cannot remember the solution to this recurring event. can anyone point me in the right direction?

Thanks,

Jul 22 '05 #2

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

2
4359
by: AIM | last post by:
Error in msvc in building inheritance.obj to build hello.pyd Hello, I am trying to build the boost 1.31.0 sample extension hello.cpp. I can not compile the file inheritance.cpp because the two...
2
2938
by: Gregory | last post by:
Hi, One of the disadvantages of using error handling with error codes instead of exception handling is that error codes retuned from a function can be forgotten to check thus leading to...
7
4977
by: p | last post by:
WE had a Crystal 8 WebApp using vs 2002 which we upgraded to VS2003. I also have Crystal 9 pro on my development machine. The web app runs fine on my dev machine but am having problems deploying....
1
481
by: Mike | last post by:
I'm trying to recover MSVC.net to a new laptop to run an open source flight simulation program and have suceeded in building the required plib and simgear projects. I am nearing completion and...
3
3183
by: jimmy | last post by:
Hi, I am trying to build a project in VC++ Express but am getting the following errors: arena.obj : error LNK2019: unresolved external symbol ___glutInitWithExit@12 referenced in function...
3
16190
by: Manuel | last post by:
I'm trying to compile glut 3.7.6 (dowbloaded from official site)using devc++. So I've imported the glut32.dsp into devc++, included manually some headers, and start to compile. It return a very...
1
2251
by: Felix | last post by:
After porting a project from VC6 to VC.NET 2003 I have a very strange problem generating link error 1104 for import libraries. I just ported the project and made some small adaptions so it fits...
0
12002
by: bazzer | last post by:
hey, im trying to access a microsoft access database from an ASP.NET web application in visual basic 2003.NET. i get the following error when i try running it: Server Error in...
3
1954
by: pauldepstein | last post by:
I am using the latest version of Visual c++ on windows XP. I am trying to build a project and get a lnk1104 error regarding a file of the form .../../ ProjectName.lib No other errors, just this...
0
7258
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
7313
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
1
6970
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
7441
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
5558
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
1
4987
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 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 a new...
0
4663
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and...
0
3156
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The...
0
3146
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?

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.