8 Aug
2003
8 Aug
'03
6:10 p.m.
flyker <flyker(a)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. -- Alexandre Julliard julliard(a)winehq.com