Hi all,
Yes it's like: __declspec(dllexport) void obj1_setup(void); for the prototype, and __declspec(dllexport) void obj1_setup(void) for the function.
Martin
Magic °) ! Thank you : it works perfectly .
Shall we put this line in the pd/doc/6.externs/obj1.c ?
From my point of view, the symbol exports should rather be done using a .def file or an option for the linker inside the respective makefile.
best greetings, Thomas