need your help
-
dear friend how to solve the following problem: LINK : fatal error LNK1104: cannot open file "psoCode.lib" Error executing link.exe. i already set psoCode.lib as active project and include this file in direcory. also put header file in main function.... thanks
Li Zhiyuan 5/10/2006
-
dear friend how to solve the following problem: LINK : fatal error LNK1104: cannot open file "psoCode.lib" Error executing link.exe. i already set psoCode.lib as active project and include this file in direcory. also put header file in main function.... thanks
Li Zhiyuan 5/10/2006
-
dear friend how to solve the following problem: LINK : fatal error LNK1104: cannot open file "psoCode.lib" Error executing link.exe. i already set psoCode.lib as active project and include this file in direcory. also put header file in main function.... thanks
Li Zhiyuan 5/10/2006
On
VS2005
:- Select the
Tools->Options...
menu item. On the newly apperaed window, select theProjects and Solutions->VC++ Directories
node. - Select the
Library files
item of theShow directories for:
list box. - Add the path of the folder containing the
psoCode.lib
to the directory list (you can browse for the folder).
Enjoy your library. :)
If the Lord God Almighty had consulted me before embarking upon the Creation, I would have recommended something simpler. -- Alfonso the Wise, 13th Century King of Castile.
[my articles] - Select the
-
dear friend how to solve the following problem: LINK : fatal error LNK1104: cannot open file "psoCode.lib" Error executing link.exe. i already set psoCode.lib as active project and include this file in direcory. also put header file in main function.... thanks
Li Zhiyuan 5/10/2006
li zhiyuan wrote:
also put header file in main function....
A missing or incorrect header file would yield a preprocessor/compiler error, not a linker error.
"Normal is getting dressed in clothes that you buy for work and driving through traffic in a car that you are still paying for, in order to get to the job you need to pay for the clothes and the car and the house you leave vacant all day so you can afford to live in it." - Ellen Goodman
"To have a respect for ourselves guides our morals; to have deference for others governs our manners." - Laurence Sterne
-
On
VS2005
:- Select the
Tools->Options...
menu item. On the newly apperaed window, select theProjects and Solutions->VC++ Directories
node. - Select the
Library files
item of theShow directories for:
list box. - Add the path of the folder containing the
psoCode.lib
to the directory list (you can browse for the folder).
Enjoy your library. :)
If the Lord God Almighty had consulted me before embarking upon the Creation, I would have recommended something simpler. -- Alfonso the Wise, 13th Century King of Castile.
[my articles] - Select the
-
dear freind i use vc++6, i added the psoCode.lib in option....directory...i also added the psoCode header file in my main() file header.....any other problem..please reminder me..thanks
Li Zhiyuan 5/10/2006
You have to add the
psoCode.lib
folder path to theLibrary files
list. Once you have done the above try to build and eventually post any error occurred. :)If the Lord God Almighty had consulted me before embarking upon the Creation, I would have recommended something simpler. -- Alfonso the Wise, 13th Century King of Castile.
[my articles]