C
calin.hanchevici
Hi all,
I'm trying to use unmanaged C++ code with Visual Studio 2005. My
libraries were built using VC++ 2003.
When I'm calling my functions I get an AccesViolationException:
Attempted to read or write protected memory. This is often an
indication that other memory is corrupt.
If I complile all libraries using VC++ 2005 it works fine.
Did anyone encountered this problem before? How did you solve it?
Thank you
Calin
I'm trying to use unmanaged C++ code with Visual Studio 2005. My
libraries were built using VC++ 2003.
When I'm calling my functions I get an AccesViolationException:
Attempted to read or write protected memory. This is often an
indication that other memory is corrupt.
If I complile all libraries using VC++ 2005 it works fine.
Did anyone encountered this problem before? How did you solve it?
Thank you
Calin