How to call external dll method?
Hi, can Fast Report's report script call external method from dll file? provided with delphi example as below, is that any way to do this? Thanks.
procedure Hello; external 'Project1.dll' name 'Hello'; procedure Test; begin Hello; end;