--- In [email protected], kannan swamy <[EMAIL PROTECTED]> wrote: > I created a DLL in Delphi. I am invoking a DLL function(created in delphi) from an application. Is it possible for me to pass an Object (which is created in application) as a parameter to the DLL function?. > > > --------------------------------- > Start your day with Yahoo! - make it your home page > > [Non-text portions of this message have been removed]
It is possible to retrieve an object (or an interface) from a DLL as a function's result. But I need to do the same in my app (i.e. passing object as parameter to Dll's functions). In my case, an even more interesting approach would be to share global variable between my main exe and child dlls. To be continued... (will work on that tomorrow and give you feedback) See ya! ------------------------ Yahoo! Groups Sponsor --------------------~--> <font face=arial size=-1><a href="http://us.ard.yahoo.com/SIG=12hv9ol08/M=362335.6886445.7839731.1510227/D=groups/S=1705115362:TM/Y=YAHOO/EXP=1124847849/A=2894361/R=0/SIG=13jmebhbo/*http://www.networkforgood.org/topics/education/digitaldivide/?source=YAHOO&cmpgn=GRP&RTP=http://groups.yahoo.com/">In low income neighborhoods, 84% do not own computers. At Network for Good, help bridge the Digital Divide!</a>.</font> --------------------------------------------------------------------~-> ----------------------------------------------------- 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/

