Home > OS >  About the wd development environment, LNK1295 error
About the wd development environment, LNK1295 error

Time:11-05

In accordance with the unified online configuration configuration vs2012 on Windows 7, the result is a LNK1295: '/MANIFESTUAC' not compatible with the 'DRIVER', the solution of how to configure the environment?

CodePudding user response:

This is the configuration items, used WDK 7.1
/OUT:"c:\users\l00280964\documents\visual studio 2012\Projects\driver\driver\driver.sys"/MANIFEST/HEAP:"4194304"",4096"/Driver/PDB:"c:\users\l00280964\documents\visual studio 2012\Projects\driver\driver\driver.pdb" "ntoskrnl.lib" "Hal.lib" "wdm.lib" "wdmsec.lib" "wmilib.lib" "ndis.lib" "MSVCRT.LIB" "LIBCMT.LIB" "kernel32.lib" "user32.lib" "gdi32.lib" "winspool.lib" "comdlg32.lib" "advapi32.lib" "shell32.lib" "ole32.lib" "oleaut32.lib" "uuid.lib" "odbc32.lib" "odbccp32.lib"/DEBUG/BASE:"0x10000"/MACHINE:X86/ENTRY:"DriverEntry"/SAFESEH/INCREMENTAL:NO/PGD:"c:\users\l00280964\documents\visual studio 2012\Projects\driver\driver\driver.pgd"/SUBSYSTEM:CONSOLE/MANIFESTUAC:NO/ManifestFile:"driver\driver.sys.intermediate.manifest"/MAP":c:\users\l00280964\documents\visual studio 2012\Projects\driver\driver\driver.map"/ERRORREPORT:PROMPT/NOLOGO/NODEFAULTLIB/TLBID:1
  • Related