On 2010-08-19 04:23, Mathieu Bouchard wrote:
Is it possible that the .dll of windows depends on the contents of the .h and not just the .a ? That would explain why it's a Windows-only problem.
no. the .dll of windows depends on the "__declspec(dllexport)" properly declared for a function. symbols that are not "exported" are not exported.
fgamsdr IOhannes