We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi, I am facing an issue after I run build.cmd using Visual Studio 2019.
Do you guys know how to solve this issue below?
::_System_error_message(unsigned long)" (??0_System_error_message@std@@QEAA@K@Z) [c:\workspace\UrdfSim\DroneShell\DroneShell.vcxproj] AirLib.lib(client.obj) : error LNK2019: unresolved external symbol __std_system_error_deallocate_message referenced in function "public: __cdecl std::_System_error_messa ge::~_System_error_message(void)" (??1_System_error_message@std@@QEAA@XZ) [c:\workspace\UrdfSim\DroneShell\DroneShell.vcxproj] AirLib.lib(client.obj) : error LNK2001: unresolved external symbol __CxxFrameHandler4 [c:\workspace\UrdfSim\DroneShell\DroneShell.vcxproj] AirLib.lib(rpc_error.obj) : error LNK2001: unresolved external symbol __CxxFrameHandler4 [c:\workspace\UrdfSim\DroneShell\DroneShell.vcxproj] AirLib.lib(response.obj) : error LNK2001: unresolved external symbol __CxxFrameHandler4 [c:\workspace\UrdfSim\DroneShell\DroneShell.vcxproj] AirLib.lib(format.obj) : error LNK2001: unresolved external symbol __CxxFrameHandler4 [c:\workspace\UrdfSim\DroneShell\DroneShell.vcxproj] AirLib.lib(client.obj) : error LNK2001: unresolved external symbol __GSHandlerCheck_EH4 [c:\workspace\UrdfSim\DroneShell\DroneShell.vcxproj] AirLib.lib(rpc_error.obj) : error LNK2001: unresolved external symbol __GSHandlerCheck_EH4 [c:\workspace\UrdfSim\DroneShell\DroneShell.vcxproj] AirLib.lib(format.obj) : error LNK2001: unresolved external symbol __GSHandlerCheck_EH4 [c:\workspace\UrdfSim\DroneShell\DroneShell.vcxproj] c:\workspace\UrdfSim\DroneShell\build\x64\Debug\DroneShell.exe : fatal error LNK1120: 4 unresolved externals [c:\workspace\UrdfSim\DroneShell\DroneShell.vcxproj]
The text was updated successfully, but these errors were encountered:
Try using VS2017. That's what I currently use.
Sorry, something went wrong.
No branches or pull requests
Hi, I am facing an issue after I run build.cmd using Visual Studio 2019.
Do you guys know how to solve this issue below?
The text was updated successfully, but these errors were encountered: