From 71201030aedb473d67f15c4ab72ba21c60cca30b Mon Sep 17 00:00:00 2001 From: ai4rei Date: Wed, 29 Dec 2010 05:14:16 +0000 Subject: * Fixed 'console' plugin not working on Windows, due to NULL passed to CreateThread instead of required pointer to thread id variable. - Fixed 'console' plugin causing delete_timer error when it fails to load, due to uninitialized variable. * Renamed plugin.def to sample.def and added 'sample' plugin exports into it, as it's purpose is nothing than a sample right now. - Also added .def files for 'gui' and 'pid' plugins as MSVC does not export everything automatically and missing event export cause the plugins silently failing. - Added VS6, VS8 and VS9 projects for compiling plug-ins, which can be used on Windows. * The plug-in system will now report, if it cannot import an event function. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@14638 54d463be-8e91-2dee-dedb-b68131a5f0ec --- vcproj-8/plugin-console.vcproj | 234 +++++++++++++++++++++++++++++++++++++++++ vcproj-8/plugin-gui.vcproj | 234 +++++++++++++++++++++++++++++++++++++++++ vcproj-8/plugin-pid.vcproj | 234 +++++++++++++++++++++++++++++++++++++++++ 3 files changed, 702 insertions(+) create mode 100644 vcproj-8/plugin-console.vcproj create mode 100644 vcproj-8/plugin-gui.vcproj create mode 100644 vcproj-8/plugin-pid.vcproj (limited to 'vcproj-8') diff --git a/vcproj-8/plugin-console.vcproj b/vcproj-8/plugin-console.vcproj new file mode 100644 index 000000000..ac3c6de6d --- /dev/null +++ b/vcproj-8/plugin-console.vcproj @@ -0,0 +1,234 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/vcproj-8/plugin-gui.vcproj b/vcproj-8/plugin-gui.vcproj new file mode 100644 index 000000000..9bf4cc40d --- /dev/null +++ b/vcproj-8/plugin-gui.vcproj @@ -0,0 +1,234 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/vcproj-8/plugin-pid.vcproj b/vcproj-8/plugin-pid.vcproj new file mode 100644 index 000000000..8b24e03af --- /dev/null +++ b/vcproj-8/plugin-pid.vcproj @@ -0,0 +1,234 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + -- cgit v1.2.3-70-g09d2