The purpose of this article is to show several methods of exporting C++ classes from a DLL module.
这篇文章就是演示几种从一个DLL模块中导出C++类的方法。
This involves modifying the compiled EXE or DLL to inject the necessary code fragments.
这种方式通过修改已经编译的EXE或DLL注入必要的代码段。
To avoid future downtime, it is best to install the required MSAS DLL files now (rather than later).
为避免将来出现停机,最好现在(而不是将来)安装必要的MSASDLL文件。
The true size depends on which parts of the DLL the process is actually using.
真正的大小取决于进程实际使用了DLL的哪些部分。
All that is really needed is to make the provided DLL files available to the payroll application, assuming that the client software supports standardized XML.
假设客户软件支持标準化的XML,所有真正需要的是使工资单应用程序可用所提供的DLL文件。
The EXE then calls methods on the interface, sometimes passing back a pointer to another interface for the DLL to manipulate.
然后EXE调用该接口上的方法,有时会传回另一个接口指针给DLL处理。
Most likely the path to the DLL is incorrect.
很可能是到该dll的路径不正确。
Cause 2: Please make sure that the expected DLL is loaded with matched debug symbol file. You can check it with Modules window.
原因2:请确认所期望的DLL已经被载入对应的调试符号文件,您可以在模块窗口中检查。
As for managed images the main problem is added dependencies where only a small piece of that DLL is used, resulting in too many dependencies.
关于托管图像的主要问题在于依赖增加,即使是使用了一小部分DLL,都会产生大量的依赖关系。
Further, in Windows, there's a special DllMain method that is invoked the first time the DLL is loaded onto memory.
而且在Windows中,有一个特殊的DllMain方法,在第一次将DLL加载到内存时将调用这个方法。
With this approach, a DLL must provide explicit functions for object creation and deletion.
使用这种方式,一个DLL必须提供显式的对象构建和删除函数。
The bridge executable bits are located in two files: a JAR file and a DLL file.
桥的可执行部分在两个文件中:一个JAR文件和一个DLL文件。
To run and debug your application, place a copy of the Xerces DLL in the working directory.
为了运行和调试这个应用程序,在工作目录中放入XercesDLL的一个副本。
Otherwise, it checks the extension of the underlying file - after all, the SEC_IMAGE attribute and the page protection that allows execution may be requested for mapping some DLL file.
否则,它将检查该潜在文件的扩展-毕竟,SEC_IMAGE属性和允许执行的页面保护可能被要求来映射某个DLL文件。
Such an editor would dynamically load the DLL for the printer driver the first time a user makes the corresponding request.
在用户第一次提出相应请求的时候,这种编辑器将动态地加载打印机驱动程序dll。