I'm new to MSW drivers (and MS Visual Studio) - I've installed the MS WDK as prescribed, and gained access to the 'build' command. I've installed MS Visual Studio C++ 2005. I set the env variable "NTMAKEENV=c:\WinDDK\6001.18000\bin\x86" which seems to be the only Env var that anything has complained about.
"NMAKE : fatal error U1073: don't know how to make 'c:\com0com\sys\obj\i386\mui_drv.rcc'"
Any guidance much appreciated. Missing env variables, etc.
Thanks
Sean
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hello -
I'm new to MSW drivers (and MS Visual Studio) - I've installed the MS WDK as prescribed, and gained access to the 'build' command. I've installed MS Visual Studio C++ 2005. I set the env variable "NTMAKEENV=c:\WinDDK\6001.18000\bin\x86" which seems to be the only Env var that anything has complained about.
"NMAKE : fatal error U1073: don't know how to make 'c:\com0com\sys\obj\i386\mui_drv.rcc'"
Any guidance much appreciated. Missing env variables, etc.
Thanks
Sean
OK - problem solved...
I didn't know I had to execute the Windows menu item:
Windows Driver Kits|
WDK 6001.18000|
Build Environments|
Windows XP|
Launch Windows XP x86 Fre Build Environment
Sorry for any swear-words expressed on my behalf.
Sean