Log in

View Full Version : must i have the visual c++ net to compile ?


neodivx
26th June 2002, 09:26
hi,

I have a little problem when compiling the new source:
For example, the source of 17/05/2002:

..\..\src\quant\x86_asm\quantize_mmx.asm:407: parser: instruction expected
..\..\src\quant\x86_asm\quantize_mmx.asm:412: parser: instruction expected
..\..\src\quant\x86_asm\quantize_mmx.asm:413: symbol `movdqa' redefined
..\..\src\quant\x86_asm\quantize_mmx.asm:413: parser: instruction expected
..\..\src\quant\x86_asm\quantize_mmx.asm:428: symbol `movdqa' redefined
..\..\src\quant\x86_asm\quantize_mmx.asm:428: parser: instruction expected
..\..\src\quant\x86_asm\quantize_mmx.asm:429: symbol `movdqa' redefined
..\..\src\quant\x86_asm\quantize_mmx.asm:429: parser: instruction expected
..\..\src\quant\x86_asm\quantize_mmx.asm:460: symbol `movdqa' redefined
..\..\src\quant\x86_asm\quantize_mmx.asm:460: parser: instruction expected
..\..\src\quant\x86_asm\quantize_mmx.asm:461: symbol `movdqa' redefined

I have install visual c++ 6.0 enterprise, direct x sdk.
Could you tell me what i must install else to make the visual recognize the movdqa instruction.

Thanks

Richard Berg
26th June 2002, 09:38
You need MASM. It should be included in VC++ if you have the latest Processor Pack.

neodivx
26th June 2002, 09:40
thanks. i was needed the last nasm.exe. I found it. it works now.