D
DataPracticer
Guest
Greetings
I am recently working in developing a Virtual audio Device, after reading I found out that Microsoft have a code sample for my purpose that I can modify but I encounter this problem when I try to build the project.
Severity Code Description Project File Line
Error LNK1104 cannot open file 'atls.lib' PropPageExt C:\Windows driver sample\Practice\sysvad\SwapAPO\PropPageExtensions\LINK 1
Error LNK1104 cannot open file 'atls.lib' SwapAPO (SwapAPO\APO\SwapAPO) C:\Users\Programmer\Desktop\Windows driver sample\Practica\sysvad\SwapAPO\APO\LINK 1
Error MSB3030 Could not copy the file "C:\Windows driver sample\Practice\sysvad\SwapAPO\APO\Debug\SwapAPO.dll" because it was not found. package (Package\package) C:\Program Files (x86)\Windows Kits\10\build\WindowsDriver.common.targets 1671
Error MSB3030 Could not copy the file "C:\Windows driver sample\Practice\sysvad\SwapAPO\PropPageExtensions\Debug\PropPageExt.dll" because it was not found. package (Package\package) C:\Program Files (x86)\Windows Kits\10\build\WindowsDriver.common.targets 1671
It seems that I missed the atls.lib but in the foulder where it supposed to be, there is only an arm version not the x64 version that I need.
So where can I obtain this library, I am currently using Visual Studio Community 2015 and WDK 10.
Thanks in advance.
Continue reading...
I am recently working in developing a Virtual audio Device, after reading I found out that Microsoft have a code sample for my purpose that I can modify but I encounter this problem when I try to build the project.
Severity Code Description Project File Line
Error LNK1104 cannot open file 'atls.lib' PropPageExt C:\Windows driver sample\Practice\sysvad\SwapAPO\PropPageExtensions\LINK 1
Error LNK1104 cannot open file 'atls.lib' SwapAPO (SwapAPO\APO\SwapAPO) C:\Users\Programmer\Desktop\Windows driver sample\Practica\sysvad\SwapAPO\APO\LINK 1
Error MSB3030 Could not copy the file "C:\Windows driver sample\Practice\sysvad\SwapAPO\APO\Debug\SwapAPO.dll" because it was not found. package (Package\package) C:\Program Files (x86)\Windows Kits\10\build\WindowsDriver.common.targets 1671
Error MSB3030 Could not copy the file "C:\Windows driver sample\Practice\sysvad\SwapAPO\PropPageExtensions\Debug\PropPageExt.dll" because it was not found. package (Package\package) C:\Program Files (x86)\Windows Kits\10\build\WindowsDriver.common.targets 1671
It seems that I missed the atls.lib but in the foulder where it supposed to be, there is only an arm version not the x64 version that I need.
So where can I obtain this library, I am currently using Visual Studio Community 2015 and WDK 10.
Thanks in advance.
Continue reading...