Main Page | Report this Page
.NET DotNet Forum Index  »  Visual C++ Forum  »  Mixing different versions of CRT lib in one process...
Page 1 of 1    

Mixing different versions of CRT lib in one process...

Author Message
David Lowndes...
Posted: Wed Sep 30, 2009 1:34 am
Guest
Quote:
But after the newly built dlls
are integrated, crt calls(free()) are failing all over the place with access
violation .

What's the usage of that pointer been - has it been passed to other
components? i.e. are you 100% sure that the other DLLs aren't
allocating or reallocating the memory using their heap manager?

What happens if you rebuild your component with VC6 using statically
linked run-time libraries. Does that exhibit similar issues as the
VC2008 built one?

Dave
 
 
Page 1 of 1    
All times are GMT - 5 Hours
The time now is Wed Nov 25, 2009 1:58 am