When binding a program that dynamically calls a DLL, you need to
在绑定一个动态调用 DLL 的程序时
Basically, it performs binding of a set of resources with a requesting program, that is, it associates resources with a program.
它主要将资源和提出需求的程序绑定在一起,即使资源和程序相关联。
Early binding reduces the number and severity of run-time errors because it allows the compiler to report errors when a program is compiled.
早期系结减少执行阶段错误的次数和严重性,因为它允许编译器在编译程序时报告错误。
应用推荐