C++
一种通用的高级编程语言,作为 C 编程语言的扩展而创建,除了用于低级别内存操作的功能外,还具有面向对象、泛型和功能性等特点。
177 个问题
Hi there, I have a c++ win32 application, and I wan't to pack it to msix, i found this tutorial. but my project has some dll file that is other project's compiled product.
the solution like this:
when I add the DLL1
's project reference visio studio prevent me. it is because that the DLL1
project doesn't have exe
file.
so, how do I add these dll
files in Windows Application Packaging Project.