Hello, I try to build vboxwrapper for Win32 using Visual Studio but get next errors:
26>vboxwrapper.obj : error LNK2019: unresolved external symbol "public: __thiscall vbox51::VBOX_VM::VBOX_VM(void)" (??0VBOX_VM@vbox51@@QAE@XZ) referenced in function _main 26>vboxwrapper.obj : error LNK2019: unresolved external symbol "public: static int __cdecl vbox51::VBOX_VM::get_version_information(class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > &,class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > &)" (?get_version_information@VBOX_VM@vbox51@@SAHAAV?$basic_string@DU ?$char_traits@D@std@@V?$allocator@D@2@@std@@0@Z) referenced in function _main 26>C:\projects\boinc\win_build\Build\Win32\Debug\\vboxwrapper_26151_windows_intelx86.exe : fatal error LNK1120: 2 unresolved externals I understand that some library is missing but I do not know which exactly. Could you please help me? Thanks Best regards, Vitalii Koshura _______________________________________________ boinc_dev mailing list [email protected] https://lists.ssl.berkeley.edu/mailman/listinfo/boinc_dev To unsubscribe, visit the above URL and (near bottom of page) enter your email address.
