Hi I am beginner mfc programmer trying to build and run legacy mfc program in windows7.
As indicated in my previous post 'two mfc builds one works and the other does not' debugging the program causes runtime error
,the program only worked after set up project was created.
Now the problem is it works fine until it comes to run a bunch of threads : at that point it crashes; windows says the crash is caused by ntdll.dll _ but no other useful information.
This happens in both versions: one was built on visual c++6 and the other I have built in visual studio 2010.
Can any please help me resolve this prolem