<div dir="ltr"><div>> Not necessarily:</div><div>> if you are dealing with UTF8/UnicodeString and other codepages, it is</div><div>> quite likely, and preferred, that you have unit cwstring included.</div><div>> Michael.<br></div><div><br></div><div>Question about this: If I use cthreads, cwstring, and load my own memory manager, what should the order in the uses clause be? I know if they are loaded/unloaded in the wrong order you can get SIGSEGVs during shutdown.</div><div><br></div><div>>From my experience cthreads needs to be first. So should it be:</div><div><br></div><div>cthreads, my_memory_manager, cwstring</div><div><br></div><div>or</div><div><br></div><div>cthreads, cwstring, my_memory_manager?</div><div><br></div><div>Thanks,</div><div><br></div><div>-SG</div><div class="gmail_extra"><br clear="all"><div><div class="gmail_signature"><div dir="ltr"><div><div dir="ltr">--<br>Seth Grover<br><br></div></div></div></div></div></div></div>