MFC plugins

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
cippalippa
Junior Member
Junior Member
Posts: 5
Joined: 2007-11-15, 09:33 UTC

MFC plugins

Post by *cippalippa »

Hi everybody
is there any MFC sdk for plugin development, or are there available sources of plugins written with MFC?

thanks
User avatar
SanskritFritz
Power Member
Power Member
Posts: 3693
Joined: 2003-07-24, 09:25 UTC
Location: Budapest, Hungary

Post by *SanskritFritz »

I think the plugin interface has nothing to do with MFC, so you can take any plugin written in C++. Or am I wrong?
I switched to Linux, bye and thanks for all the fish!
User avatar
tbeu
Power Member
Power Member
Posts: 1354
Joined: 2003-07-04, 07:52 UTC
Location: Germany
Contact:

XSudoku

Post by *tbeu »

What kind of plugin do you want to write? I can send you the sources of XSudoku plugin which is MFC based lister plugin.
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
cippalippa
Junior Member
Junior Member
Posts: 5
Joined: 2007-11-15, 09:33 UTC

Post by *cippalippa »

I don't know exactly what will be the first plugin... but I'd like to see the sources of any plugin written in C++ with MFC as a start point!
User avatar
tbeu
Power Member
Power Member
Posts: 1354
Joined: 2003-07-04, 07:52 UTC
Location: Germany
Contact:

Post by *tbeu »

fhRar uses the MFC, too.

Code: Select all

0. About
--------
This is the MFC source code for the fhRAR plugin.

It contains the full Solution for use with Visual Studio 2003.
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
cippalippa
Junior Member
Junior Member
Posts: 5
Joined: 2007-11-15, 09:33 UTC

Post by *cippalippa »

thanks tbeu for the link.
do you know of any other source, maybe written with VS6?
User avatar
tbeu
Power Member
Power Member
Posts: 1354
Joined: 2003-07-04, 07:52 UTC
Location: Germany
Contact:

Post by *tbeu »

What do you exatly want to implement? A standard DLL (that uses MFC) or an MFC extension DLL? My XSudoku plugin is MFC extension lib for VS6.
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
cippalippa
Junior Member
Junior Member
Posts: 5
Joined: 2007-11-15, 09:33 UTC

Post by *cippalippa »

MFC extension is ok, I'd like to see XSudoku sources :)
User avatar
tbeu
Power Member
Power Member
Posts: 1354
Joined: 2003-07-04, 07:52 UTC
Location: Germany
Contact:

Post by *tbeu »

OK, I will send them to you later.
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
tbeu
Power Member
Power Member
Posts: 1354
Joined: 2003-07-04, 07:52 UTC
Location: Germany
Contact:

Post by *tbeu »

Here it is. I hope it will be of use for you.
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
cippalippa
Junior Member
Junior Member
Posts: 5
Joined: 2007-11-15, 09:33 UTC

Post by *cippalippa »

thanks tbeu, I'm looking into it.
User avatar
tbeu
Power Member
Power Member
Posts: 1354
Joined: 2003-07-04, 07:52 UTC
Location: Germany
Contact:

Post by *tbeu »

How are you going on with your MFC extension DLL?
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
Post Reply