Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- library MyDll;
- uses
- System.SysUtils,
- System.Classes,
- VCL.Dialogs;
- {$R *.res}
- procedure ShowAns(Ans: String);
- begin
- ShowMessage(Ans);
- end;
- exports ShowAns;
- begin
- end.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement