Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

CRT Libraries

0 views
Skip to first unread message

Randy Bone

unread,
May 10, 2001, 12:56:26 PM5/10/01
to
I have a multithreaded MFC program. I kick off a second UI thread using
AfxThreadBegin(). I'm getting a mysterious Access Violation, that only shows
up once in a while.

The debugger tells me that both Debug and non_Debug versions of CRT are
active; This may cause CRT heap operations to fail {1 occurrence} How does
one make only one of the CRT versions active?

Thanks,
Randy Bone
rb...@sumaria.com


Marc Sherman

unread,
May 11, 2001, 10:57:49 AM5/11/01
to
You can do this with a linker option. I think it's the
/NODEFAULTLIB[:library] option. The msdn gives the details.

good luck,
Marc

"Randy Bone" <rb...@suamria.com> wrote in message
news:3afa9e13$0$1...@wodc7nh6.news.uu.net...

0 new messages