quote:
Originally posted by TheBlasphemer
It's also possible to write plugins as normal DLL files,
in some languages (like C++) this might be easier
The trick with this is to make sure the exported functions use the 'stdcall' calling convention, rather than a language specific one.