tw7838a.pp 281 B

1234567891011121314151617181920212223242526272829
  1. { %norun }
  2. { %target=win32,win64,wince,linux}
  3. library tw7838a;
  4. {$mode objfpc} {$h+}
  5. uses uw7838a;
  6. {$ifdef win32}
  7. const
  8. progname = '.\prog.exe';
  9. {$endif}
  10. function dllf: longint;
  11. begin
  12. result:=exetest;
  13. if (result<>aa) then
  14. halt(1);
  15. end;
  16. exports dllf;
  17. begin
  18. end.