|
|
Hi all, i am trying this sample on MSDN: http://msdn.microsoft.com/en-us/library/aa383037(VS.85).aspx But get following link error: ..................... 1>Linking... 1>testVDS.obj : error LNK2001: unresolved external symbol _IID_IVdsServiceLoader 1>D:\try\testVDS\Debug\testVDS.exe : fatal error LNK1120: 1 unresolved externals ............................... Build log : Creating temporary file "d:\try\testVDS\Debug\RSP00001139725840.rsp" with contents [ /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_UNICODE" /D "UNICODE" / Gm /EHsc /RTC1 /MDd /Fo"Debug\\" /Fd"Debug\vc80.pdb" /W3 /c /Wp64 /ZI / TP .\testVDS.cpp ] Creating command line "cl.exe [ at ]d:\try\testVDS\Debug \RSP00001139725840.rsp /nologo /errorReport:prompt" Creating temporary file "d:\try\testVDS\Debug\TMP00001239725840.tmp" with contents [ 1 /* CREATEPROCESS_MANIFEST_RESOURCE_ID */ 24 /* RT_MANIFEST */ ".\ \Debug\\testVDS.exe.embed.manifest" ] Creating command line "rc.exe /fo".\Debug \testVDS.exe.embed.manifest.res" d:\try\testVDS\Debug \TMP00001239725840.tmp" Creating temporary file "d:\try\testVDS\Debug\RSP00001339725840.rsp" with contents [ /OUT:"D:\try\testVDS\Debug\testVDS.exe" /INCREMENTAL /MANIFEST / MANIFESTFILE:"Debug\testVDS.exe.intermediate.manifest" /DEBUG /PDB:"d: \try\testvds\debug\testVDS.pdb" /SUBSYSTEM:CONSOLE /MACHINE:X86 Uuid.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib
".\debug\testVDS.obj"
".\Debug\testVDS.exe.embed.manifest.res" ] Creating command line "link.exe [ at ]d:\try\testVDS\Debug \RSP00001339725840.rsp /NOLOGO /ERRORREPORT:PROMPT"
|
|
|