A
Anokneemous
Guest
Hello,
I downloaded Detours express version 3.0 build 339.
When I try to NMAKE it I get the following errors - fatal error C1189: #error: Feature not supported in this release. (please see full messaging below).
Any help is appreciated. If I figure it out before I will comment back.
Microsoft (R) Program Maintenance Utility Version 14.00.24210.0
Copyright (C) Microsoft Corporation. All rights reserved.
cl /W4 /WX /Zi /MT /Gy /Gm- /Zl /Od /DWIN32_LEAN_AND_MEAN /D_WIN32_WINNT=0x501 /Fd..\lib.X86\detours.pdb /Foobj.X86\ /c disolx64.cpp disolia64.cpp disolarm.cpp
Microsoft (R) C/C++ Optimizing Compiler Version 19.00.24213.1 for x64
Copyright (C) Microsoft Corporation. All rights reserved.
disolx64.cpp
c:\detours\detours express version 3.0 build_339\express\src\disasm.cpp(218): fatal error C1189: #error: Feature not supported in this release.
disolia64.cpp
c:\detours\detours express version 3.0 build_339\express\src\disasm.cpp(1566): fatal error C1189: #error: Feature not supported in this release.
disolarm.cpp
c:\detours\detours express version 3.0 build_339\express\src\disasm.cpp(2235): fatal error C1189: #error: Feature not supported in this release.
Generating Code...
NMAKE : fatal error U1077: "C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\BIN\x86_amd64\cl.EXE" : return code 0x2
Stop.
Thanks for the help
Continue reading...
I downloaded Detours express version 3.0 build 339.
When I try to NMAKE it I get the following errors - fatal error C1189: #error: Feature not supported in this release. (please see full messaging below).
Any help is appreciated. If I figure it out before I will comment back.
- Visual Studio 2015 (fully patched)
- Windows 10 (fully patched)
- Tried it with the Developer Prompt and the Cross x86/x64 prompt
- Tried with Admin and Non-Admin users
- This will be for a windows app (not an arm, mobile etc)
Microsoft (R) Program Maintenance Utility Version 14.00.24210.0
Copyright (C) Microsoft Corporation. All rights reserved.
cl /W4 /WX /Zi /MT /Gy /Gm- /Zl /Od /DWIN32_LEAN_AND_MEAN /D_WIN32_WINNT=0x501 /Fd..\lib.X86\detours.pdb /Foobj.X86\ /c disolx64.cpp disolia64.cpp disolarm.cpp
Microsoft (R) C/C++ Optimizing Compiler Version 19.00.24213.1 for x64
Copyright (C) Microsoft Corporation. All rights reserved.
disolx64.cpp
c:\detours\detours express version 3.0 build_339\express\src\disasm.cpp(218): fatal error C1189: #error: Feature not supported in this release.
disolia64.cpp
c:\detours\detours express version 3.0 build_339\express\src\disasm.cpp(1566): fatal error C1189: #error: Feature not supported in this release.
disolarm.cpp
c:\detours\detours express version 3.0 build_339\express\src\disasm.cpp(2235): fatal error C1189: #error: Feature not supported in this release.
Generating Code...
NMAKE : fatal error U1077: "C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\BIN\x86_amd64\cl.EXE" : return code 0x2
Stop.
Thanks for the help
Continue reading...