google::protobuf::TextFormat::ParseFromString() crash in Release Mode

2008-12-11 Thread anu
ody faced similar problem in Windows Visual Studio 2008 environment ? Is it some thing to do with the usage of API's ? Please help. Thanks in Advance Anu --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Pro

Re: google::protobuf::TextFormat::ParseFromString() crash in Release Mode

2008-12-12 Thread anu
Kenton, thanks for the help. yes it was exactly due to the debug verison of the protobuf DLL used in an application build in Release. After we changed all binaries (libprotobuf, libprotc) to release build every thing started working. Cheers Anu On Dec 11, 7:34 pm, Kenton Varda wrote: > M

[protobuf] Link errors with protobuf 2.2.0a

2009-12-17 Thread anu
Vista ,development environment is Visual Studio 2008 and the static version of libprotobuf is used. NB: If we switch back to 2.0.3 every thing works fine.But we are planning to use some of the new features and hence the migration to 2.2.0a. Thanks & Regards Anu -- You received this message be

Re: [protobuf] Re: Link errors with protobuf 2.2.0a

2009-12-18 Thread Anu KR
. ? Thanks & Regards Anu K R On Thu, Dec 17, 2009 at 11:18 PM, Oleg Smolsky wrote: > On Dec 17, 12:27 pm, Kenton Varda wrote: >> On Thu, Dec 17, 2009 at 2:47 AM, wrote: >> > Hello, >> >> > You should use same runtime library setting to build your appli

Re: [protobuf] Re: Link errors with protobuf 2.2.0a

2009-12-18 Thread Anu KR
use namespace to get this symbol different name. > I.e: > > namespace my_ns > { > class MY_DLL_EXPORT my_class : public std::set > { > }; > } > > ------ > From: "Anu KR" > Sent: Friday, December 18, 2009 4:23 PM &