I'm trying to build a project with 64-bit Windows as the target, but I'm getting this error message:
"Unable to create process: The system cannot find the file specified."
However, when I specify 32-bit Windows as the target, it builds and runs successfully. Here are the lines in the .dproj file:
And in the Project Manager, I see both targets listed. Is there something else I need to do?
Thanks.
"Unable to create process: The system cannot find the file specified."
However, when I specify 32-bit Windows as the target, it builds and runs successfully. Here are the lines in the .dproj file:
And in the Project Manager, I see both targets listed. Is there something else I need to do?
Thanks.