The purpose of this article is to show several methods of exporting C++ classes from a DLL module.
这篇文章就是演示几种从一个DLL模块中导出C++类的方法。
Place module specifications and implementations in separate files (c + +).
将模块的定义和实现放在不同的文件里(C++)。
In our example the hosting module imports modules "a", "B" and "C".
在我们的例子中模块导入了“A”、“B”和“C”。
应用推荐