Hi,
After converting our driver product build environment from VS.NET 2003
(which compiler is not supported for drivers) into a DDK BUILD project (using
a makefile project and ddkbuild.bat), I notice that all our build servers and
most of our development stations no longer can build this driver, due to
spaces in the build path.
This post is suggesting a workaround to build paths with spaces
http://msdn.microsoft.com/newsgroups/managed/default.aspx?dg=microsoft.public.development.device.drivers&mid=7a7b1ddb-8d6a-4502-86cc-609ad8870cb3&sloc=en-us
Our driver is not using any Java. Which is safer?
1. Remove the $(MAKEDIR) as suggested in the above posting, or
2. Comment out this entire call to jvc (2 lines) as suggested in the above
posting
Also, can this harm our C/C++ driver?
Is our DDK build environment still "supported" with this change?
Thanks,
/ Hannes.