Hi Louis,
despite some of the wrong hints we gave you, WHAT was the error. Not
just for curiosity, but if I fall
into the same pit, I'd like to know what to do.
Well, the declaration of the function in the app had a parameter
missing, thus, in the main app it looked as follows:
function GenerateReport(ADOConnection: TADOConnection; Format:
TReportFormat;
ParamList: TStringList;var ErrList: TStringList; BitmapFileName:
String): String; external 'INV001.dll';
Whilst in the DLL it looked as follows:
function GenerateReport(ADOConnection: TADOConnection; Format:
TReportFormat;
ParamList: TStringList; var ErrList: TStringList; BitMapFileName:
String; const bCopy: Boolean = false): String;
Cheers
Louis
[Non-text portions of this message have been removed]
-----------------------------------------------------
Home page: http://groups.yahoo.com/group/delphi-en/
To unsubscribe: [EMAIL PROTECTED]
Yahoo! Groups Links
<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/delphi-en/
<*> To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]
<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/