以下で可能だと思います(↓)
#include <tcl.h> #include <tk.h> extern "C" int __declspec(dllexport) __stdcall Foo_Init(Tcl_Interp* interp) { /*...*/ return TCL_OK; }