loader.dpr
上传用户:graphite
上传日期:2020-09-09
资源大小:2587k
文件大小:0k
源码类别:

破解

开发平台:

Others

  1. program loader;
  2. uses
  3.   Windows;
  4. begin
  5.   if LoadLibrary('test.dll') < 32 then
  6.       MessageBox(0,'can''t load dll!','error',0);
  7. end.