Writing plugins with .NET?

Discuss and announce Total Commander plugins, addons and other useful tools here, both their usage and their development.

Moderators: Hacker, petermad, Stefan2, white

Post Reply
User avatar
ZoSTeR
Power Member
Power Member
Posts: 1049
Joined: 2004-07-29, 11:00 UTC

Writing plugins with .NET?

Post by *ZoSTeR »

It's seems to be possible to call managed DLLs like native Win32 ones using a few tricks. See robertgiesecke and UnmanagedExport.

Could someone with more experience tell me if this would make .NET based plugins possible?
User avatar
tbeu
Power Member
Power Member
Posts: 1354
Joined: 2003-07-04, 07:52 UTC
Location: Germany
Contact:

Post by *tbeu »

TC plugins: Autodesk 3ds Max / Inventor / Revit Preview, FileInDir, ImageMetaData (JPG Comment/EXIF/IPTC/XMP), MATLAB MAT-file Viewer, Mover, SetFolderDate, Solid Edge Preview, Zip2Zero and more
User avatar
ZoSTeR
Power Member
Power Member
Posts: 1049
Joined: 2004-07-29, 11:00 UTC

Post by *ZoSTeR »

Thanks, the search function never came up with something for .net or c#. Bad search words I guess.

I got a managed DLL to be called (robertgiesecke) but I guess the concepts are just too different (data types etc) to write something without considerable effort.
Post Reply