Hi
I run PLECS on Linux. I have C-Code that i would like to convert into a DLL.
I find the DLL block in the library and the header file in /include/plecs/DllHeader.h
However the documentation talks only about DLL generation for windows. Could someone provide a few lines of howto go about it for Linux with gcc (No visual studio, please)
I could generate a .so file (Please let me know any special compiler flags that need to be passed to gcc). Do i just rename it as a ‘dll’