DOH! I can link easily to libapr.dll, (prepared thru nmake /f libapr.mak),
but, if I want to link to its static version (done with nmake /f apr.mak I
get all sorts of linking error... It seems that the shitty M$ linker cannot
find any of the APR symbols (which are present in apr.lib). Probably it's
because it "rewrites" all the function names to:

 __imp__apr_functionname(...)

Any clue on that? (BTW, the DLL is fine, so, don't worry about it too much!)

    Pier

Reply via email to