|
From: Danny S. <dan...@cl...> - 2006-03-07 08:20:22
|
----- Original Message ----- From: "Michael Gerdau" > After applying the above fix to apr.h I've tried with libapr.a > created with both > > dlltool --output-lib libapr.a -U --input-def libapr.def > dlltool --output-lib libapr.a --input-def libapr.def > > and it successfully links with both versions. Yes, linking would be successful, with both versions. But try running the app created with the second implib. The __stdcall symbols in libapr.dll's export table have an '_' prefix. Danny |