Registered Member
|
Hello i have a problem, when i ported my programm from linux 64bit to windows 32bit.
i have the class
then i want to initialize this Test class in my main
If i run this on my windows System i get following Error i tried all of this
but i still get the runtime error above Can u help me ? |
Moderator
|
Make sure these #define appear before including any Eigen header. #define EIGEN_DONT_ALIGN_STATICALLY should really be enough.
A better solution would be to introduce a new type:
and use Vector2du for your class members and in your STL containers, and Vector2d everywhere else. This way you don't completely give up on vectorization. |
Registered Member
|
i tried to use this and added this on every header at the top
but still get this error |
Moderator
|
That's very strange. What if you add the following at the top of your files:
|
Registered Member
|
thank you that was helpfull i oversiew one Eigen/Core include |
Registered users: Bing [Bot], Google [Bot], Sogou [Bot], Yahoo [Bot]