25 Aug
2005
25 Aug
'05
3:53 p.m.
Gaudet Michael-MGAU01 wrote:
wineg++ is using g++, and is passing its options to g++.
How can I link some winelib-dependant code with g++ ?
compilation is okay, but at linking time, all wine functions are unresolved.
// ### here's the output :###
[root(a)udp015809uds Wine2]# g++ -lwine registry.o registry_wrap.o -o
I don't use winelib much but maybe you have to explicitly link against the needed dlls? Ivan.