Author Topic: Multi Commmander SDK v1.48 (Beta)  (Read 25572 times)

Mathias (Author)

  • Administrator
  • VIP Member
  • *****
  • Posts: 4271
    • View Profile
    • Multi Commander
Multi Commmander SDK v1.48 (Beta)
« on: January 14, 2014, 18:03:59 »
With the SDK you can create Extensions/Plugins for Multi Commander.
(This SDK require atleast MultiCommander build 1700 )

There are samples included for Tools Extension, Extending MultiScript, FileSystem Plugin (Stream mode) and FileSystem plugin (Internal mode)

However there is no documentation, (Sorry It takes to much time to write and I do not have that time right now)
but the SDK header files and Samples are well commented. If you have any questions then post them here in the forum or send a mail to me directly for you prefer that, I and will try to answer them.

Requirements
You will need to have knowledge of C++ to use the SDK. The included samples needs at least Visual Studio 2012 with Update 1.
(Visual Studio Express Desktop Edition)

SDK Download
Download SDK ( v1.48 ) ( 340KB )

If you have any Question, Suggestion , Tips, Bugs for the SDK leave a new post here in the SDK part of the forum.
« Last Edit: July 05, 2014, 18:36:35 by Mathias (Author) »

Mathias (Author)

  • Administrator
  • VIP Member
  • *****
  • Posts: 4271
    • View Profile
    • Multi Commander
Re: Multi Commmander SDK v1.48 (Beta)
« Reply #1 on: July 05, 2014, 18:33:56 »
SDK updated to v1.48

The IVolume interface used when creating FileSystem Plugins now support a new way to Get/Insert files into the plugin.
GetFile/PutFile function will now be called for the file if the volume supports VSO_GETFILE and VSO_PUTFILE

The SDK now contains the binaries for the samples.
« Last Edit: July 05, 2014, 18:36:00 by Mathias (Author) »