473,383 Members | 1,919 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,383 software developers and data experts.

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 4303
..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
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
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
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
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
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
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
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
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
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
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...
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...
0
by: ryjfgjl | last post by:
In our work, we often need to import Excel data into databases (such as MySQL, SQL Server, Oracle) for data analysis and processing. Usually, we use database tools like Navicat or the Excel import...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...

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.