Build Log |
|
Command Lines |
Creating temporary file "c:\CODE\VC2005\vc64_GpibKybd\vc64_GpibKybd\Release\RSP00000111084824.rsp" with contents [ /O2 /GL /D "WIN32" /D "NDEBUG" /D "_UNICODE" /D "UNICODE" /FD /EHa /MD /Yu"stdafx.h" /Fp"Release\vc64_GPIBDemo.pch" /Fo"Release\\" /Fd"Release\vc80.pdb" /W3 /c /Zi /clr:pure /TP /FU "c:\Windows\Microsoft.NET\Framework\v2.0.50727\System.dll" /FU "c:\Windows\Microsoft.NET\Framework\v2.0.50727\System.Data.dll" /FU "c:\Windows\Microsoft.NET\Framework\v2.0.50727\System.Drawing.dll" /FU "c:\Windows\Microsoft.NET\Framework\v2.0.50727\System.Windows.Forms.dll" /FU "c:\Windows\Microsoft.NET\Framework\v2.0.50727\System.XML.dll" .\vc64_GpibKybd.cpp .\AssemblyInfo.cpp ] Creating command line "cl.exe @c:\CODE\VC2005\vc64_GpibKybd\vc64_GpibKybd\Release\RSP00000111084824.rsp /nologo /errorReport:prompt" Creating temporary file "c:\CODE\VC2005\vc64_GpibKybd\vc64_GpibKybd\Release\RSP00000211084824.rsp" with contents [ /O2 /GL /D "WIN32" /D "NDEBUG" /D "_UNICODE" /D "UNICODE" /FD /EHa /MD /Yc"stdafx.h" /Fp"Release\vc64_GPIBDemo.pch" /Fo"Release\\" /Fd"Release\vc80.pdb" /W3 /c /Zi /clr:pure /TP /FU "c:\Windows\Microsoft.NET\Framework\v2.0.50727\System.dll" /FU "c:\Windows\Microsoft.NET\Framework\v2.0.50727\System.Data.dll" /FU "c:\Windows\Microsoft.NET\Framework\v2.0.50727\System.Drawing.dll" /FU "c:\Windows\Microsoft.NET\Framework\v2.0.50727\System.Windows.Forms.dll" /FU "c:\Windows\Microsoft.NET\Framework\v2.0.50727\System.XML.dll" .\stdafx.cpp ] Creating command line "cl.exe @c:\CODE\VC2005\vc64_GpibKybd\vc64_GpibKybd\Release\RSP00000211084824.rsp /nologo /errorReport:prompt" Creating command line "resgen.exe /useSourcePath /compile "c:\CODE\VC2005\vc64_GpibKybd\vc64_GpibKybd\Form1.resx","Release\vc64_GpibKybd.Form1.resources"" Creating command line "rc.exe /d "_UNICODE" /d "UNICODE" /fo"Release/app.res" .\app.rc" Creating temporary file "c:\CODE\VC2005\vc64_GpibKybd\vc64_GpibKybd\Release\RSP00000311084824.rsp" with contents [ /OUT:"C:\CODE\VC2005\vc64_GpibKybd\Release\vc64_GPIBDemo.exe" /INCREMENTAL:NO /MANIFEST /MANIFESTFILE:"Release\vc64_GPIBDemo.exe.intermediate.manifest" /DEBUG /PDB:"c:\code\vc2005\vc64_gpibkybd\release\vc64_GPIBDemo.pdb" /SUBSYSTEM:WINDOWS /LTCG /ENTRY:"main" /MACHINE:X86 /FIXED:No /ASSEMBLYRESOURCE:.\release\vc64_GpibKybd.Form1.resources ".\release\AssemblyInfo.obj" ".\release\stdafx.obj" ".\release\vc64_GpibKybd.obj" ".\release\app.res" ] Creating command line "link.exe @c:\CODE\VC2005\vc64_GpibKybd\vc64_GpibKybd\Release\RSP00000311084824.rsp /NOLOGO /ERRORREPORT:PROMPT" |
Output Window |
Compiling... stdafx.cpp Compiling... vc64_GpibKybd.cpp c:\code\vc2005\vc64_gpibkybd\vc64_gpibkybd\ICSdecl.h(429) : warning C4394: 'ibsta' : per-appdomain symbol should not be marked with __declspec(dllimport) c:\code\vc2005\vc64_gpibkybd\vc64_gpibkybd\ICSdecl.h(430) : warning C4394: 'iberr' : per-appdomain symbol should not be marked with __declspec(dllimport) c:\code\vc2005\vc64_gpibkybd\vc64_gpibkybd\ICSdecl.h(431) : warning C4394: 'ibcnt' : per-appdomain symbol should not be marked with __declspec(dllimport) c:\code\vc2005\vc64_gpibkybd\vc64_gpibkybd\ICSdecl.h(432) : warning C4394: 'ibcntl' : per-appdomain symbol should not be marked with __declspec(dllimport) AssemblyInfo.cpp Compiling managed resources... Read in 0 resources from "c:\CODE\VC2005\vc64_GpibKybd\vc64_GpibKybd\Form1.resx" Writing resource file... Done. Compiling resources... Linking... vc64_GpibKybd.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) short iberr" (__imp_?iberr@@$$Q3FA) vc64_GpibKybd.obj : error LNK2001: unresolved external symbol "void __stdcall FindLstn(int,short * const,short * const,int)" (?FindLstn@@$$FYGXHQAF0H@Z) vc64_GpibKybd.obj : error LNK2001: unresolved external symbol "void __stdcall Send(int,short,void *,long,int)" (?Send@@$$FYGXHFPAXJH@Z) vc64_GpibKybd.obj : error LNK2001: unresolved external symbol "void __stdcall DevClear(int,short)" (?DevClear@@$$FYGXHF@Z) vc64_GpibKybd.obj : error LNK2001: unresolved external symbol "void __stdcall ReadStatusByte(int,short,short *)" (?ReadStatusByte@@$$FYGXHFPAF@Z) vc64_GpibKybd.obj : error LNK2001: unresolved external symbol "void __stdcall Trigger(int,short)" (?Trigger@@$$FYGXHF@Z) vc64_GpibKybd.obj : error LNK2001: unresolved external symbol "void __stdcall Receive(int,short,void *,long,int)" (?Receive@@$$FYGXHFPAXJH@Z) vc64_GpibKybd.obj : error LNK2001: unresolved external symbol "void __stdcall SendIFC(int)" (?SendIFC@@$$FYGXH@Z) vc64_GpibKybd.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) unsigned short ibsta" (__imp_?ibsta@@$$Q3GA) C:\CODE\VC2005\vc64_GpibKybd\Release\vc64_GPIBDemo.exe : fatal error LNK1120: 9 unresolved externals |
Results |
Build log was saved at "file://c:\CODE\VC2005\vc64_GpibKybd\vc64_GpibKybd\Release\BuildLog.htm" vc64_GPIBDemo - 10 error(s), 4 warning(s) |