VS 2005 error and D3DXVECTOR2 array

Started by
1 comment, last by BFK_GoNER 17 years, 1 month ago
Good day to all, I am trying to create an array of 2 D3DXVECTOR2 vectors in Visual Studio 2005: D3DXVECTOR2 points[2]; When I try to compile it an error pops up saying: "Attempting to call into managed code without transitioning out first. Do not attempt to run managed code inside low-level native extensibility points, such as the vectored exception handler, since doing so can cause corruption and data loss." I am not doing any managed coding, so what the heck is the problem here?
Advertisement
Maybe you accidentally created a managed project? *shrugs*
No, absolutely. But it was fine before. As long as I have a vector array it just won't be compiled properly somehow.

This topic is closed to new replies.

Advertisement