Without special tools (which ones?) linking a flext.dll currently fails because the linker can't cope with the variables (garray_class etc.) exported by pd.lib . I'm happy about any ideas how to solve this
Yes, so would I. I had exactly the same problem when I tried to create an external with mingw. Really strange.
The answer is surprisingly easy: include the dlls (and not the libs!) into the the list of input files to the linker.....
best greetings, Thomas