Log in

View Full Version : Problems with compiling dgdecode


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

grumbl
25th August 2005, 03:19
Ok, I think I could remove this topic, but at least somebody with the same problem might once find the solution with "Search".

Just get ml.exe from http://download.microsoft.com/download/vb60ent/Update/6/W9X2KXP/EN-US/vcpp5.exe and it will work :).

Guest
25th August 2005, 03:33
Glad you figured it out!

If you develop any useful features, be sure to let us know. You might want to wait for the imminent release of 1.4.1 final, because the code has diverged significantly.