Our new official repo is on github
LCD Smartie version 5.6 is released!
Download it now: https://github.com/LCD-Smartie/LCDSmartie/releases

MinGW C/C++ plugin skeleton

Discussing issues that occur during plugin development.

Moderators: _X7JAY7X_, caesar, IFR, mattcro, limbo

Post Reply
gorlik
Posts: 16
Joined: July 7th, 2011, 2:16 am

MinGW C/C++ plugin skeleton

Post by gorlik »

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).
You do not have the required permissions to view the files attached to this post.

Post Reply