窗体动态库
摘要:1、声明 type PtrInt=Integer;2、function CreateAlarmObject(AppHandle:THandle;WinW,WinH:Integer):PtrInt;begin if Application.Handle=0 then begin Application...
阅读全文
动态库的调试方法
摘要:1、右键动态库工程名,出现options,选择Directories/Conditionals,Output Directior 制定一个动态库输入目录2、选择Debugger,Host application选择使用动态库的程序,为Output Directior目前下的程序3、启动动态库。就可以...
阅读全文