2021年2月7日星期日

Libary for remote debugging use c ++

I installed Visual Studio 2019 on a Windows 10 computer. However, I am debugging on a Linux server so I use Visual Studio's remote debugger. The whole thing works great and without problems until I want to use the library crypto ++. If I simply integrate this as with Windows projects, the source code does not contain any areas marked in red. However, when compiling, some errors occur which result in the files from crypto ++ not being found. That sounds logical to me, since my Linux server doesn't know Crypto ++ either and can't find the paths of my Windows computer. So do I have to make this library available to my Linux server somehow? In other words, how do I get libraries installed using the Linux Remote Debugger.

https://stackoverflow.com/questions/66094732/libary-for-remote-debugging-use-c February 08, 2021 at 09:06AM

没有评论:

发表评论