Hello.
I'm desperate because I have one project that uses a third party DLL and receives data in a Vector.
The original project works fine in VC6, and compiles perfectly with no errors in VS2010, but when executing it, we get some weird behaviour:
- The result (that comes in a Vector format) has the first element of the vector OK but the rest are messed up, as if there was some kind of memory overlapping or something.
We tried with the Daffodil framework patch (it allows you to use the VS2010 IDE against VC6 framework) and then it works, but again if we try to use the VS2010 framework we will end up with the same Vector problem/error.
We think the answer is in some configuration parameter in the VS2010 IDE, but were unable to find it yet...
We hope anyone can give as a clue to what to change or what to try.
Thank you in advance.