happmaoo 发表于 2013-2-4 23:12:48

DLL的Export和Import

<iframe align="top" marginwidth="0" marginheight="0" src="http://www.zealware.com/csdnblog01.html" frameborder="0" width="728" scrolling="no" height="90"></iframe><div class="postText"><div style="text-indent: 18pt;">DLL的export是指将DLL中的函数和数据输出到其它程式中,以供其使用。DLL的import是指使用DLL的程式引入DLL中的函数和数据。
页: [1]
查看完整版本: DLL的Export和Import