fossilapple 发表于 2012-11-1 18:30:24

关于动态连接库里的一个问题……

.if eax == WM_CLOSE
   .if hDllInstance
   xor eax,eax
   
   mov lpIncCounter,eax   ;在释放动态连接库的时候为什么要用到这三句呢?
   mov lpDecCounter,eax
   mov lpMod,eax
   
   invoke FreeLibrary,hDllInstance
   .endif

求解……{:5_94:}
页: [1]
查看完整版本: 关于动态连接库里的一个问题……