> For some reason ApacheModulePerl.lib doesn't contain the symbols that are
> needed by AxKit for its compiled directives. So as usual for Win32
> programming I ended up searching for the strings, and every time I found
> one I added in the .obj file that it was found in. It turned out I needed
> every single *.obj file in modperl/src/modules/ApacheModulePerl/Release
> (assuming you build a Release, not debug build). My assumption is that
> either the symbols go amiss in building the ApacheModulePerl.lib somehow,
> or they get mangled somehow (I didn't look too deeply into it, as I don't
> have a monitor for my NT box so it gets used over VNC, which is painful
> enough just getting things to work...).
>
Unlike Unix, Win32 does not export any symbols by default in a dll. So it's
not suprising that the symbols are missing. See my other mail for more
details.

Gerald



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to