I am doing my school project: dynamic MASM assembler library in Visual Studio, that implements CaesarCipher's method. Everything worked fine, when I was using console application. When I created Windows Forms UI, MMX functions started to cause errors.
MMX functions - the problem of my project. I see no point of usage it in my project, but one of things I have to do is to use MMX code, even though its useless.
In console that worked fine:
movq mm1, mm0
In Forms Application it causes generic error.