Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. JayDiddums10

    Receive error LNK2019: unresolved external symbol "_declspec(dllimport

    Hey cpjust, so i just found the solution. I needed to include the path to the msvcprt.lib file in my linker options. Apparently, it was looking for the msvcprtd.lib instead. After i made the configuration change, it worked. Thanks.
  2. JayDiddums10

    Receive error LNK2019: unresolved external symbol "_declspec(dllimport

    Hey cpjust, yeah, i just tried cleaning the solution and then rebuilding. I still get the same error. Here is the configuration in the Linker 'command line' panel... /OUT:"C:\Documents and Settings\Kevin\My Documents\Visual Studio 2005\Projects\Test\Debug\Test2.exe" /INCREMENTAL /NOLOGO...
  3. JayDiddums10

    Receive error LNK2019: unresolved external symbol "_declspec(dllimport

    Hi, I'm trying to build a simple C++ program using Visual C++ 2005 Express Edition and I'm running into these errors. I followed the instructions according to this link http://msdn.microsoft.com/vstudio/express/visualc/usingpsdk/ and I still have problems. Here is the code I'm trying to...

Part and Inventory Search

Back
Top