Project environment:vs2022 + pcl 1.13.1
language:C++
My project relies on the PCL library. I’ve packaged the project into a DLL using Visual Studio’s project properties. However, when calling this DLL on another device, it requires third-party PCL DLLs. Is there a way to package these dependent DLLs together?
I want to package the relevant DLLs of the PCL library that my project depends on into my project’s DLL, so that another device without the PCL library installed can still properly invoke my DLL.
Zheng Ma is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.