Re: [boost] [Boost.python] Help. string heap error!

2003-02-28 Thread David Abrahams
Kim Chang Han <[EMAIL PROTECTED]> writes: > My Compiler is VC++ 6.0. > > Could you test with this compiler? > > Thanks in advance. I did (with service pack 5 installed). The directory I used is enclosed. embed.zip Description: Zip archive -- Dave Abrahams Boost Consulting www.boost-consulti

RE: [boost] [Boost.python] Help. string heap error!

2003-02-28 Thread Kim Chang Han
My Compiler is VC++ 6.0. Could you test with this compiler? Thanks in advance. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of David Abrahams Sent: Thursday, February 27, 2003 10:54 PM To: Boost mailing list Subject: Re: [boost] [Boost.python] Help

Re: [boost] [Boost.python] Help. string heap error!

2003-02-27 Thread David Abrahams
Kim Chang Han <[EMAIL PROTECTED]> writes: > Here is my simple test code modified from embedding.cpp test code(by > Dirk Gerrits). > > I successfully compiled, but my excutable raise heap error assertion > when the time freeing the string result of the function py.hello(). > > Can I prevent this er

[boost] [Boost.python] Help. string heap error!

2003-02-26 Thread Kim Chang Han
Here is my simple test code modified from embedding.cpp test code(by Dirk Gerrits). I successfully compiled, but my excutable raise heap error assertion when the time freeing the string result of the function py.hello(). Can I prevent this error? My sampel code and result is below. // mai