|
From: chris <ju...@ho...> - 2006-03-07 20:16:43
|
Danny Smith wrote: > Then rebuild your implib to add an underscored-prefix alias > dlltool --output-lib libapr.a -U --input-def libapr.def > > Ooops, That is really not quite right, because that will add underscores to data > symbols and __cdecl functions as well. It would be nice if dlltool had > an --add-stdcall-underscore-prefix > option for MSVC compat. sigh. > > Danny http://www.mingw.org/MinGWiki/index.php/dlltool%20export-naming-style%20patch One day, maybe it'll actually get merged. Can't imagine why it hasn't yet. (or has it? *please*) chris |