Re: [AD] 3.9.31 breaks MSVC 4

[ Thread Index | Date Index | More lists.liballeg.org/allegro-developers Archives ]


Chris La Mantia <chrislm@xxxxxxxxxx> writes:
> When trying to compile 3.9.31 on MSVC 4 on Windows NT Workstation, I now get
> this error:
> 
> src/win/wddwin.c(151) : error C2400: inline assembler syntax error in
> 'opcode'; found 'mm3'

That's the MMX code used for updating the windowed mode display: looks 
like VC4 doesn't understand MMX.

Eventually I want to move all the MSVC asm into external GNU format 
files, which is needed so that a native Mingw32 build can share it. In 
the meantime you can just delete the lines in complains about, and 
everything should be ok as long as you don't try to use windowed modes of 
different color depths to your desktop.


-- 
Shawn Hargreaves - shawn@xxxxxxxxxx - http://www.talula.demon.co.uk/
"A binary is barely software: it's more like hardware on a floppy disk."



Mail converted by MHonArc 2.6.19+ http://listengine.tuxfamily.org/