C++ sample with Visual Studio 2008
Posted: 11. Jan 2009, 17:12
Tried to create a Win32 project and included the 'VirtualBox.h' header and 'tstVBoxAPIWin.cpp' to the project. Can't create the project, because the linker runs into the following errors:
1>tstVBoxAPIWin.obj : error LNK2001: Nicht aufgelöstes externes Symbol "_CLSID_VirtualBox".
1>tstVBoxAPIWin.obj : error LNK2001: Nicht aufgelöstes externes Symbol "_IID_IVirtualBox".
1>K:\CPP\VirtualBox2-Sample\Debug\VirtualBox2-Sample.exe : fatal error LNK1120: 2 nicht aufgelöste externe Verweise.
How can i integrate those symbols?
1>tstVBoxAPIWin.obj : error LNK2001: Nicht aufgelöstes externes Symbol "_CLSID_VirtualBox".
1>tstVBoxAPIWin.obj : error LNK2001: Nicht aufgelöstes externes Symbol "_IID_IVirtualBox".
1>K:\CPP\VirtualBox2-Sample\Debug\VirtualBox2-Sample.exe : fatal error LNK1120: 2 nicht aufgelöste externe Verweise.
How can i integrate those symbols?