<div dir="ltr">Definitely, but <br><br><div class="gmail_quote">On Fri, Oct 17, 2008 at 4:43 PM, Stefan Seefeld <span dir="ltr">&lt;<a href="mailto:seefeld@sympatico.ca">seefeld@sympatico.ca</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div class="Ih2E3d">Furkan Kuru wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
b)<br>
I &nbsp;am using Visual Studio 2005 and Windows Xp as development environment.<br>
<br>
I do not know too much about configuration details.<br>
</blockquote>
<br></div>
You should. Did you compile boost yourself or did you obtain a binary package from somewhere else ? As I said, you have to make sure boost (notably boost.python) is compiled with the same runtime settings (I believe that are the /M, /MD, /MT etc. flags) as your application.<br>

</blockquote><div><br>Definitely, I will look into the details of build configuration.<br><br>I complied boost myself and the runtime settings are all same: /MD<br>I have a main application (exe) <br>a pyd <br>and boost_python-vc80-mt-1_36.dll<br>
<br><br>&nbsp;</div><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><br>
What I think may be causing the crashes you are observing is that the initial strings get allocated from a memory pool of one runtime library, and then (attempted to be) deleted in another (during resize), causing the crash. But that&#39;s just a guess.<div>
<div></div><div class="Wj3C7c"><br>
</div></div></blockquote><div><br>I tried setting strings to 30 chars in the constructors to force the size allocation in another way but no change same problem.<br><br>name= &quot;1234567890123456789012345678901234567890&quot;;<br>
<br><br><br>I do not know if it fails while deleting but it booms just during assignment.&nbsp; I dont think it reaches delete time.<br><br>Do different configured PCs have different memory allocation routines? Because a friend of mine tested the application on a different computer running same os (vista) without anyproblems.<br>
<br><br>Regards,<br></div></div><br>-- <br>Furkan Kuru<br>
</div>