I am now trying to port this project to Visual C++ v7.1 as part of my move to Visual Studio.Net 2003.
One of the module in the file is a .ASM file which was assembled using MASM 6.11 as a custom build.
On attempting to assemble this project I am getting the following message:
Performing Custom Build Step
Microsoft (R) Macro Assembler Version 7.10.3077
Copyright (C) Microsoft Corporation. All rights reserved.
Assembling: and
MASM : fatal error A1000: cannot open file : and
Project : error PRJ0019: A tool returned an error code from "Performing Custom Build Step"
This command line for this custom build is:
ml /Cp /I. /c /coff /Zi /Fo"$(OutDir)"\"$(InputName)".obj "$(InputPath)"

Visual C++ 6 Project with ASM module -> VS2003
Gonzalo123
Could this be related to long filename, if so why no compaint about C:\Documents, which also would be invalid/none existant.
Peter Leahy
Can you paste in the command from the build log, that would show he actual parameters for the invokation of ml.
Ronald Laeremans
Visual C++ team
jaslegume
jpursell
Thanks,
Tarek