User Tools

Site Tools


plugins

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
plugins [2016/07/15 22:32]
atom0s
plugins [2016/07/16 12:16] (current)
atom0s [Requirements To Write Plugins]
Line 16: Line 16:
   * Your desired language must understand how to implement the required export functions.   * Your desired language must understand how to implement the required export functions.
   * Your desired language must understand how to implement the base plugin interface.   * Your desired language must understand how to implement the base plugin interface.
 +  * Your desired language must be able to compile to a Win32 (x86) DLL.
 +  * Your desired language must be able to export non-name mangled exported functions.
  
 It is recommended to use C/C++ to create plugins. The IDE that is recommended is the latest version of Visual Studio from Microsoft. It is recommended to use C/C++ to create plugins. The IDE that is recommended is the latest version of Visual Studio from Microsoft.
plugins.txt · Last modified: 2016/07/16 12:16 by atom0s