You can't use the objects as parameters in dll because
        TStringList in application and TStringList in dll are
        different classes. 
         
        Well, the code always worked until recently. How is this
possible? 
        
        Use the standard string instead as parameter and load
        to TStringList (created in dll) 
         
        I beg to differ. TStringList in DLL is from c:\program
files\borland\delphi7\source\rtl\common\classes.pas and so is
TStringList in the app. Besides, if what you say is true, then accessing
the other StringList would've caused the same error.
         
        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/
 


Reply via email to