Quote:
I want to develop a C# plugin for a Delphi application that I use but do not
know too much about interop. |
Are you talking about creating C# (.NET) plugins for a Delphi .NET
app? Or for a Delphi / Win32 app?
If you want to extend the Delphi/Win32 app, you would need to create
COM object DLL's in C#, and those can't be simply scanned and
instantiated, normally you would have to register all of those in the
registry (using RegAsm), and go from there.
Marc
================================================== ==============
Marc Scheuner May The Source Be With You!
Berne, Switzerland m.scheuner -at- inova.ch