First post, by hell_hibou
Hello every one (sorry for my english)
I'm open this topic to present my branch of DosBox allowing to use plugins.
Your can find it at https://sourceforge.net/projects/dosbox-plugin for Window's binary and https://github.com/HellHibou/dosbox-plugin for source code.
You can auto-mount Windows drives into DosBox by type (CD-ROM, removables devices, network devices, floppy, hard drive).
You can assign an icon to an application by creating a .ico file of the same name you launch an executable with the exception of the extension in the appication the directory (ex: for edit.com , the icon is edit.ico).
Plugin can be configured by add [plugin] bloc into .conf file or add -x-PARAM "VALUE" into command line where PARAM is parameter name and "VALUE" is parameter value.
Win16Plugin have integration tools for Windows 3.1 : use shared mouse and safety close DosBox (safety close emulated windows programs).
API available into source-code to develop plugin's.