Should, looks like you aren't building quite right or something, or you modified aprutil.dsp without libaprutil.dsp??? Fixed; remember if you link to aprutil.lib you better compile with -DAPU_DECLARE_STATIC etc.
Bill At 03:40 PM 3/28/2003, you wrote: >Win32 doesnt export these symbols as on other platforms: > >mod_authn_mysql.obj : error LNK2001: Nichtaufgeloestes externes Symbol [EMAIL >PROTECTED] >mod_authn_mysql.obj : error LNK2001: Nichtaufgeloestes externes Symbol [EMAIL >PROTECTED] >mod_authn_mysql.obj : error LNK2001: Nichtaufgeloestes externes Symbol [EMAIL >PROTECTED] > >found that apr_reslist.c isnt compiled with Win32; so I added it to aprutil.dsp: > >--- aprutil.dsp.orig Fri Feb 07 00:48:29 2003 >+++ aprutil.dsp Wed Feb 19 04:31:39 2003 >@@ -225,6 +225,10 @@ > # End Source File > # Begin Source File > >+SOURCE=.\misc\apr_reslist.c >+# End Source File >+# Begin Source File >+ > SOURCE=.\misc\apr_rmm.c > # End Source File > # End Group > >but aprutil.lib still doesnt export the above symbols... > >Guenter.
