Plugins mostly created with C++ instead of delphi

English support forum

Moderators: Hacker, petermad, Stefan2, white

Post Reply
User avatar
ghisler(Author)
Site Admin
Site Admin
Posts: 50923
Joined: 2003-02-04, 09:46 UTC
Location: Switzerland
Contact:

Post by *ghisler(Author) »

Many plugins are from third parties, and they use their preferred languages.

Some of my plugins are in Delphi (e.g. makebat, diskdir), others are in C/C++ because I had some sample code to start with, or I'm using libraries. For example, for WebDAV I'm using the "expat" C library to parse the xml returned by the server.
Author of Total Commander
https://www.ghisler.com
User avatar
Balderstrom
Power Member
Power Member
Posts: 2148
Joined: 2005-10-11, 10:10 UTC

Post by *Balderstrom »

Wouldn't you want to go with Visual Studio Community 2013? which is free.
*BLINK* TC9 Added WM_COPYDATA and WM_USER queries for scripting.
User avatar
ghisler(Author)
Site Admin
Site Admin
Posts: 50923
Joined: 2003-02-04, 09:46 UTC
Location: Switzerland
Contact:

Post by *ghisler(Author) »

I'm mainly using Visual Studio 6 for 32-bit plugins, and Visual Studio 2005 for 64-bit plugins (because I actually bought these versions). Im only using VS6 because it creates the smallest dlls.
Author of Total Commander
https://www.ghisler.com
Post Reply