tw3820.pp 281 B

1234567891011121314
  1. { %target=win32}
  2. { Source provided for Free Pascal Bug Report 3820 }
  3. { Submitted by "Matthias Hryniszak" on 2005-03-24 }
  4. { e-mail: [email protected] }
  5. program Test;
  6. uses
  7. ActiveX;
  8. begin
  9. // the following imports are missing:
  10. OleInitialize(nil);
  11. OleUninitialize;
  12. end.