This seems to be one of the common errors when compiling with MSVS 2008, does anybody have fix for this?
http://pastebin.com/m55301956 On Mon, Jun 22, 2009 at 8:57 AM, chandra kiran kuchi <[email protected]>wrote: > True, looks like the case. The following is the error message. > > > > secondlife-bin.exe!boost::signals::detail::bound_objects_visitor::operator()<boost::function<void > __cdecl(void),std::allocator<void> > >(const boost::function<void > __cdecl(void),std::allocator<void> > & t={...}) Line 76 C++ > > But I have already built the required boost files and copied into my > linden\libraries\i686-win32\release and linden\libraries\i686-win32\debug > directories. Should I copy them to any other place? > > > > On Mon, Jun 22, 2009 at 2:33 AM, Robin Cornelius < > [email protected]> wrote: > >> On Mon, Jun 22, 2009 at 6:47 AM, chandra kiran kuchi<[email protected]> >> wrote: >> > I am able to successfully compile version 1.23 on VC++ 2008 Express >> edition. >> > >> > But while launching the application, I am getting the following error >> > >> > First-chance exception at 0x012d9a8a in secondlife-bin.exe: 0xC0000005: >> > Access violation writing location 0xabababaf. >> > Unhandled exception at 0x012d9a8a in secondlife-bin.exe: 0xC0000005: >> Access >> > violation writing location 0xabababaf. >> > >> > And the application is not launched. >> > >> > Can somebody help me? >> >> What did you do about the boost libraries? If the answer is nothing >> then - The ones that LL supply are NOT compatible with visual studio >> 2008 and if you look at the stack trace you will see the crash is >> boost:: related. The options are find a copy of visual studio 2005 or >> build a newer boost and replace the p rebuilt boost libs with your own >> >> Robin >> > > > > -- > Regards, > Chandra K Kuchi > -- Regards, Chandra K Kuchi
_______________________________________________ Policies and (un)subscribe information available here: http://wiki.secondlife.com/wiki/SLDev Please read the policies before posting to keep unmoderated posting privileges
