I follow this guide
https://msdn.microsoft.com/en-us/library/windows/hardware/hh439665(v=vs.85).aspx
I am using visual studio 2015 with wdk 10. However, when I try to build a solution (step 14), I get the following error:
command-line error: exception handling option can be used only when compiling C++ in line 1
Any ideas?
thanks
It's simple. There is an error in VS 2015. You need to wait for the update VS 2015 Update 1, there is no workaround.
https://connect.microsoft.com/VisualStudio/feedback/details/1623363/error-command-line-error-exception-handling-option-can-be-used-only-when-compiling-c
++ , .
VS 2015. C , intellisense (~) . , intellisense C.
Source: https://habr.com/ru/post/1611047/More articles:AttributeError: 'int' object does not have 'isdigit' attribute - pythonWhat are the main concepts within laravel? - phpPrint string replacement - stringR - If the date is within the range, then the amount is dateIs it possible to traverse a linked list with its node head in its destructor? - c ++What causes the error "_pickle.UnpicklingError: invalid download key", "."? - pythonHow to handle links containing a space between them in Python - pythonJavaScript: difference in efficiency of indexOf method for String and Array - javascriptDjango REST: creating CRUD operations for OneToOne field - pythoncan I use WeakHashMap instead of HashMap - javaAll Articles