Advertisement
If you have a new account but are having problems posting or verifying your account, please email us on hello@boards.ie for help. Thanks :)
Hello all! Please ensure that you are posting a new thread or question in the appropriate forum. The Feedback forum is overwhelmed with questions that are having to be moved elsewhere. If you need help to verify your account contact hello@boards.ie

C++ linking error

Options
  • 21-05-2009 6:38pm
    #1
    Registered Users Posts: 1,098 ✭✭✭


    Hi

    I am working on moving a VS6 32 bit project to VS2005 64bit. The first part is moving it to 32bit VS2005.

    I am using the exact same code and i have gotten rid of the few errors that exist when upgrading, however i am getting the following linker error

    Error 34 fatal error LNK1104: cannot open file 'vc71_c99_standard.lib'

    I googled this lib but there is nothing on the web on it.

    I cant find where it is even referenced in the code.

    Any ideas?

    thanks


Comments

  • Registered Users Posts: 7,182 ✭✭✭Genghiz Cohen


    In the Soloution Explorer,
    Right click on the project, click Properties.
    Configuration Properties.
    Linker.
    Input.
    Additional Dependencies, find it in that list, remove it and see what happens.

    Usually you should google the error code, LNK1104, and it takes you to the MSDN page about the error.


Advertisement