下面所示的用户退出代码被编译成动态链接库(如dll)。
The user exit code shown below is compiled as a dynamic linking library (for example: DLL).
这些是为特殊的. NET语言所生成的,然后使用针对这种语言的恰当的. NET编译器被编译成动态链接库的代理。
These are the proxies generated for a particular.net language and then compiled to dynamic link libraries using the appropriate.net compiler for the language.
要将其链接到可执行程序中,需要启用编译时链接器和运行时动态链接器来定位它。
To link this into executables, you need to enable both the compile-time linker and the run-time dynamic linker to find it.
要编译和创建动态链接库(DLL),您需要使用Windows cl .exe编译器。
To compile and create a dynamic link library (DLL), you need the Windows cl.exe compiler.
真正错误在于,编译器需要一个单独的标记来告诉它 /usr/X11R6/lib 需要在搜索目录列表中出现,这样在运行时才可以找到动态链接库。
What really went wrong is that the compiler needed a separate flag to tell it that /usr/X11R6/lib needed to be in the list of directories to search at runtime for dynamically-linked libraries.
然而,使用外部的编译器把脚本编译成动态链接库也是可能的。
However, it is also possible to compile a script to a dynamically linked library (DLL) using an external compiler.
然而,使用外部的编译器把脚本编译成动态链接库也是可能的。
However, it is also possible to compile a script to a dynamically linked library (DLL) using an external compiler.
应用推荐