Problem compiling driver
HeroofHell opened this issue · 2 comments
HeroofHell commented
Hi,
Since the OverflowR6.sln in the folder OverflowDriver doesn't contain anything I added all the files in the folder to the solution. But when I build a .sys is not generated even though I specified that in the project properties and the build has no errors. I would appreciate any help possible.
NMan1 commented
Hi,
Since the OverflowR6.sln in the folder OverflowDriver doesn't contain anything I added all the files in the folder to the solution. But when I build a .sys is not generated even though I specified that in the project properties and the build has no errors. I would appreciate any help possible.
- Right click on "OverflowR6.sln" in the first folder.
- Open it in a text editor such as notepad++
- Go to the 8th or so line where it says "OverflowDriver" with the path to the right. Change the directory path to the correct one on your system
- Re-open or reload the solution in visual studio.
- Compile in x64 Debug - make sure you have the windows driver development kit downloaded and configured correctly.
HeroofHell commented
Thank you so much for your help, I really appreciate it. It now works :D