On Fri, 1 Sep 2000, Gerald Richter wrote:
> P.S. You and Matt talked about a lot of objects that you had to add manualy.
> What exactly was neccessary to do? Maybe I have an idea how to fix this,
> because I had played a some time around when I made the first version of
> Embperl to compile on Win32.
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...).
--
<Matt/>
Fastnet Software Ltd. High Performance Web Specialists
Providing mod_perl, XML, Sybase and Oracle solutions
Email for training and consultancy availability.
http://sergeant.org | AxKit: http://axkit.org
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]