visual c++ - Match VS2013 C++ struct packing to old MSVC++ compiler version? -



visual c++ - Match VS2013 C++ struct packing to old MSVC++ compiler version? -

i trying wrap unmanaged c++ library (compiled using msvc++ compiler version 13, dating 2002 or 2003) in cli c++ console application (using visual studio 2013), in order phone call c# project.

i have managed wrapper building , running, results when runs suspect vs2013's c++ compiler packing stucts differently how unmanaged library reading them.

is there way tell vs2013 bundle structs in same way version 13 compiler would? or have find old comipler , write intermediate wrapper exposes basic, unpacked types?

c++ visual-c++ visual-c++-2013

Comments

Popular posts from this blog

php - Android app custom user registration and login with cookie using facebook sdk -

django - Access session in user model .save() -

php - .htaccess Multiple Rewrite Rules / Prioritizing -