Re: [Cppcms-users] feedback after testing cppcms svn trunk compiled with msvc2005
Brought to you by:
artyom-beilis
From: Cristian O. <one...@gm...> - 2011-01-21 11:54:34
|
On Fri, Jan 21, 2011 at 1:39 PM, Artyom <art...@ya...> wrote: >> About the backtrace fix: I thought of that yesterday but when I tried >> it I was getting a crash (ESP not maintained correctly) but today when >> I've tried it again it works as expected so I must have messed up my >> build yesterday - the bottom line is that the backtrace code from >> trunk works here also > > So I should revert the changeset in backtrace? (MSVC <= 1500) No, the changeset is OK and working. >> >> > - Apache/win32 shutdown support added as well, pleas check this. >> Thanks, it looks much better that way but it still needs a fix. After >> the scope is left the objects are destroyed thus causing a crash (see >> the attached patch for one possible solution). >> > > I see. I know what is the problem I'll fix this. Thanks, Cristian |