write plugins using csharp

alec

Member
Hi,

Does anybody know if it's possible to write plsql developer plugins using csharp? The documentation clearly states that "A Plug-In is a DLL, so if you are using a programming language that can create DLL
 
Marco,

Any idea on this? I'm curious too? I haven't done Delphi in years, but I do C#. Plus, I'm licensed for VS, not Delphi...

Jason
 
I think the problem is that IdentifyPlugIn() in your case is a class method, not a standalone function as it needs to be, so it's exported name in the DLL is most certainly different (mangled.) Not being proficient in C# I can't say if it's possible to export methods using arbitrary names (but as I understand it's not possible to write standalone functions in it, they must be members of some class.)
 
Marco,

Any idea on this? I'm curious too? I haven't done Delphi in years, but I do C#. Plus, I'm licensed for VS, not Delphi...

Jason
Sorry, no idea. I don't have ay C# experience.
 
Back
Top