Thread: Linker error:msvc++2005

  1. #1
    Registered User
    Join Date
    May 2007
    Posts
    35

    Linker error:msvc++2005

    Hi i keep getting the following errors...can any one suggests why?

    1>scene.obj : error LNK2019: unresolved external symbol "public: __thiscall Rectangle::Rectangle(class std::basic_istream
    thanks
    shweta

  2. #2
    Registered User hk_mp5kpdw's Avatar
    Join Date
    Jan 2002
    Location
    Northern Virginia/Washington DC Metropolitan Area
    Posts
    3,817
    Did you implement that constructor? ... and what's the rest of the error message(s)?
    "Owners of dogs will have noticed that, if you provide them with food and water and shelter and affection, they will think you are god. Whereas owners of cats are compelled to realize that, if you provide them with food and water and shelter and affection, they draw the conclusion that they are gods."
    -Christopher Hitchens

  3. #3
    Registered User
    Join Date
    May 2007
    Posts
    35
    Never mind..i figured it out i was not adding my cpp files correctly..

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Linker problem with template traits/policy on MSVS 2005
    By MarkZWEERS in forum C++ Programming
    Replies: 3
    Last Post: 10-24-2008, 04:01 AM
  2. If you must port to .NET 2005, read this thread.
    By VirtualAce in forum A Brief History of Cprogramming.com
    Replies: 3
    Last Post: 10-22-2007, 06:51 AM
  3. Linker errors in VC++ 2005
    By C+/- in forum C++ Programming
    Replies: 0
    Last Post: 05-18-2007, 07:42 AM
  4. 'Random' linker warnings VC++ 2005 Express
    By C+/- in forum C++ Programming
    Replies: 10
    Last Post: 01-12-2007, 02:26 PM
  5. Linker errors with 2005 Express
    By thetinman in forum Windows Programming
    Replies: 4
    Last Post: 12-30-2006, 09:04 AM