grumbl
25th August 2005, 02:59
Hi,
I tried to compile DGDecode.dll, but it seems like I'm too stupid for it :(.
I got masm32 from http://www.masm32.com/, installed it and put its bin directory into the path. When I try to start compiling it goes like that:
masm .\idctmmx.asm
Assembling: idctmmx.asm
idctmmx.asm(1270) : error A2008: syntax error : xmm
DCT_8_INV_ROW_1_s2(4): Macro Called From
idctmmx.asm(1270): Main Line Code
idctmmx.asm(1270) : error A2008: syntax error : xmm
DCT_8_INV_ROW_1_s2(6): Macro Called From
idctmmx.asm(1270): Main Line Code
idctmmx.asm(1270) : error A2008: syntax error : xmm
DCT_8_INV_ROW_1_s2(8): Macro Called From
idctmmx.asm(1270): Main Line Code
Many many more errors follow.
Maybe I have to do further steps to correctly install masm, but I couldn't find any hints with google or in the forum :/.
Maybe somebody can help? :)
bye,
Michael
I tried to compile DGDecode.dll, but it seems like I'm too stupid for it :(.
I got masm32 from http://www.masm32.com/, installed it and put its bin directory into the path. When I try to start compiling it goes like that:
masm .\idctmmx.asm
Assembling: idctmmx.asm
idctmmx.asm(1270) : error A2008: syntax error : xmm
DCT_8_INV_ROW_1_s2(4): Macro Called From
idctmmx.asm(1270): Main Line Code
idctmmx.asm(1270) : error A2008: syntax error : xmm
DCT_8_INV_ROW_1_s2(6): Macro Called From
idctmmx.asm(1270): Main Line Code
idctmmx.asm(1270) : error A2008: syntax error : xmm
DCT_8_INV_ROW_1_s2(8): Macro Called From
idctmmx.asm(1270): Main Line Code
Many many more errors follow.
Maybe I have to do further steps to correctly install masm, but I couldn't find any hints with google or in the forum :/.
Maybe somebody can help? :)
bye,
Michael