Connecting Tech Pros Worldwide Help | Site Map

LINK : fatal error LNK1104: cannot open file "ProfUIS223md.lib"

Newbie
 
Join Date: Jun 2007
Posts: 1
#1: Jun 7 '07
hello sir

i am searching in your site but i dont get how to place question about visual c++.
so i am post this vc++ question in .net , sorre about that

i am working on visual c++ lang. but i nave some problem.

Linking...
LINK : fatal error LNK1104: cannot open file "ProfUIS223md.lib"
Error executing link.exe.

Statik2005.exe - 1 error(s), 0 warning(s)

this lib file is already included in project setting and my project folder still this error will not be solve. plz tellme how to solve my problem .


please help me ....
kenobewan's Avatar
Moderator
 
Join Date: Dec 2006
Posts: 4,745
#2: Jun 7 '07

re: LINK : fatal error LNK1104: cannot open file "ProfUIS223md.lib"


Welcome to TSDN. The instructions tell you to add the paths but they only show you in the executables. Go to the same place you added the bin lib and includes then click on the drop down in the upper right corner select includes then put your path to includes there then click the same drop down and select libraries and put the path to lib there.

The instructions refer you to the correct process for setting up the compiler. basically so that the compiler knows where to look for the "Standard Libraries".

However, when you create your own programs you STILL need to specify what libraries you want to include in your projects. You will need to specify the user32.lib as part of the project setting - in the Linker section.
Reply