flyker flyker@everys.com writes:
mylib.cpp compiled successfully in mylib.dll.so main.cpp compiler error: undefined reference to `zzz'
What I do wrong ??? How to export variables ???
You can export them but you can't import them from a Winelib app, since the standard gcc doesn't support the dllimport mechanism. I doubt this will be supported anytime soon.