MinGW C/C++ plugin skeleton
Posted: February 10th, 2012, 2:10 am
simple makefile and c source that can be built using MinGW toolchain (either on windows or cross compiled from linux).
Main benefit is that the resulting dll dependcs only on MSVCRT6 which is included in all windows versions since XP (no need to have/download .net, or any other runtime).
Main benefit is that the resulting dll dependcs only on MSVCRT6 which is included in all windows versions since XP (no need to have/download .net, or any other runtime).