Of course I am sure. I am really not a beginner and I have spent about 4 days by debugging (i. e. separating this code from thousands of lines of code). When I place new and delete statements into critical section, it stops to crash.
I can send you the whole code, if you are interested.
But maybe you are right with the run-time libraries. Where I have to set it up? I have tried to browse all option settings But I haven't been successfull.
Thanks.
Robert
Main Topics
Browse All Topics





by: nietodPosted on 2000-09-01 at 03:51:36ID: 4154767
You must use the multi-threaded libraries (specified in the compiler settings) and then new and delete will be multi-thread safe. Are you?
Are you sure this is where it is crashing? there must be other code too.