On Monday 21 November 2005 22:10, Steffen wrote: > +1 I compiled 2.1.10 on windows with Visual C++ 2005. > No issues to report all working fine for more then a day. > > Steffen > http://www.apachelounge.com > > > > ps. > I was not able to compile mod_dbd and Mod_authn_dbd. > not included in the dsw and dsp files. > When I compile manual I get: > > 1>Compiling... > 1>mod_dbd.c > 1>.\mod_dbd.c(123) : error C2373: 'ap_dbd_prepare' : redefinition; > different type modifiers
That's presumably windows _dllimport/_dllexport stuff? Looks like AP_DECLARE wrappers should fix it. I've just added that to mod_dbd - can you retry? I'm not qualified to do the dsw and dsp files, but if noone else does I'll have a look and see if it's obvious enough what to do. -- Nick Kew