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 :###
[EMAIL PROTECTED] Wine2]# g++ -lwine regi
Title: Message
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 :###
[EMAIL PROTECTED] Wine2]# g++ -lwin