can i create Dll with VC++ 2008 and use it in VC++ 6?
问题 I have made a DLL with VC++ 2008 and when i use it in console application VC++ 6.0, there is an exception: (msvcr90.dll): 0xc0000005: Access Violation 回答1: Access Violation in this case can mean so many things, and the msvcr90.dll reference can be very much misleading. If you pass invalid data to any of the MSVC standard library functions, the access violation will occur within msvcr90.dll and not in your code (when viewing the stack trace or looking at the exception info. That said, there