Click here to Skip to main content
15,886,137 members
Home / Discussions / Hardware & Devices
   

Hardware & Devices

 
AnswerRe: Duplicating SD cards consistently - alternatives to xcopy? Pin
charlieg7-Jan-16 3:21
charlieg7-Jan-16 3:21 
AnswerRe: Duplicating SD cards consistently - alternatives to xcopy? Pin
Jochen Arndt7-Jan-16 2:13
professionalJochen Arndt7-Jan-16 2:13 
GeneralRe: Duplicating SD cards consistently - alternatives to xcopy? Pin
charlieg7-Jan-16 3:23
charlieg7-Jan-16 3:23 
Questionsecondary storage device Pin
Member 121929037-Dec-15 20:51
Member 121929037-Dec-15 20:51 
AnswerRe: secondary storage device Pin
Eddy Vluggen7-Dec-15 23:22
professionalEddy Vluggen7-Dec-15 23:22 
AnswerRe: secondary storage device Pin
Munchies_Matt21-Dec-15 23:01
Munchies_Matt21-Dec-15 23:01 
AnswerRe: secondary storage device Pin
Edward Santiago29-Feb-16 0:30
Edward Santiago29-Feb-16 0:30 
QuestionXPSDrv Sample (Custom XPS Printer) Pin
Member 1211876011-Nov-15 22:34
Member 1211876011-Nov-15 22:34 
Hi,
I get the following error message when I try and build the "XPSDrvSmpl" project. Followed the instructions in the Readme guide, but I also get exact same error message when Building the built-in "Print Driver v4" template. Not sure if it's something I have to configure within each project or on my machine.

https://github.com/Microsoft/Windows-driver-samples
Using Visual Studio 2015 Express. Only trying to find a way of developing a XPS print with a custom GUI to auto save file to certain location.
Inf2Cat Tool Output:
.............................
Signability test failed.

Errors:
22.9.1: xdwscrgb.icc in [colorprofiles] of \xdsmpl.inf is missing or cannot be decompressed from source media. Please verify all path values specified in SourceDisksNames, SouceDisksFiles, and CopyFiles sections resolve to the actual location of the file, and are expressed in terms relative to the location of the inf.
22.9.1: xdcmykprinter.icc in [colorprofiles] of \xdsmpl.inf is missing or cannot be decompressed from source media. Please verify all path values specified in SourceDisksNames, SouceDisksFiles, and CopyFiles sections resolve to the actual location of the file, and are expressed in terms relative to the location of the inf.
22.9.1: xdsmpl.ini in [configplugin] of \xdsmpl.inf is missing or cannot be decompressed from source media. Please verify all path values specified in SourceDisksNames, SouceDisksFiles, and CopyFiles sections resolve to the actual location of the file, and are expressed in terms relative to the location of the inf.
22.9.1: xdsmpl.gpd in [xpsdrvsample] of \xdsmpl.inf is missing or cannot be decompressed from source media. Please verify all path values specified in SourceDisksNames, SouceDisksFiles, and CopyFiles sections resolve to the actual location of the file, and are expressed in terms relative to the location of the inf.
22.9.1: xdnames.gpd in [xpsdrvsample] of \xdsmpl.inf is missing or cannot be decompressed from source media. Please verify all path values specified in SourceDisksNames, SouceDisksFiles, and CopyFiles sections resolve to the actual location of the file, and are expressed in terms relative to the location of the inf.
22.9.1: xdwmark.gpd in [xpsdrvsample] of \xdsmpl.inf is missing or cannot be decompressed from source media. Please verify all path values specified in SourceDisksNames, SouceDisksFiles, and CopyFiles sections resolve to the actual location of the file, and are expressed in terms relative to the location of the inf.
22.9.1: xdbook.gpd in [xpsdrvsample] of \xdsmpl.inf is missing or cannot be decompressed from source media. Please verify all path values specified in SourceDisksNames, SouceDisksFiles, and CopyFiles sections resolve to the actual location of the file, and are expressed in terms relative to the location of the inf.
22.9.1: xdcolman.gpd in [xpsdrvsample] of \xdsmpl.inf is missing or cannot be decompressed from source media. Please verify all path values specified in SourceDisksNames, SouceDisksFiles, and CopyFiles sections resolve to the actual location of the file, and are expressed in terms relative to the location of the inf.
22.9.1: xdnup.gpd in [xpsdrvsample] of \xdsmpl.inf is missing or cannot be decompressed from source media. Please verify all path values specified in SourceDisksNames, SouceDisksFiles, and CopyFiles sections resolve to the actual location of the file, and are expressed in terms relative to the location of the inf.
22.9.1: xdpgscl.gpd in [xpsdrvsample] of \xdsmpl.inf is missing or cannot be decompressed from source media. Please verify all path values specified in SourceDisksNames, SouceDisksFiles, and CopyFiles sections resolve to the actual location of the file, and are expressed in terms relative to the location of the inf.
22.9.1: xdsmpl-pipelineconfig.xml in [xpsdrvsample] of \xdsmpl.inf is missing or cannot be decompressed from source media. Please verify all path values specified in SourceDisksNames, SouceDisksFiles, and CopyFiles sections resolve to the actual location of the file, and are expressed in terms relative to the location of the inf.

Warnings:
22.9.3: Missing hardware ID (cannot have just compatible ID) in line xpsdrv sample driver=install_xdsmpl_filters_pre_vista in section [standard.ntx86] of \xdsmpl.inf
22.9.3: Missing hardware ID (cannot have just compatible ID) in line xpsdrv sample driver=install_xdsmpl_filters_pre_vista in section [standard.ntia64] of \xdsmpl.inf
22.9.3: Missing hardware ID (cannot have just compatible ID) in line xpsdrv sample driver=install_xdsmpl_filters_pre_vista in section [standard.ntamd64] of \xdsmpl.inf
22.9.3: Missing hardware ID (cannot have just compatible ID) in line xpsdrv sample driver=install_xdsmpl_filters_vista in section [standard.ntx86.6.0] of \xdsmpl.inf
22.9.3: Missing hardware ID (cannot have just compatible ID) in line xpsdrv sample driver=install_xdsmpl_filters_vista in section [standard.ntia64.6.0] of \xdsmpl.inf
22.9.3: Missing hardware ID (cannot have just compatible ID) in line xpsdrv sample driver=install_xdsmpl_filters_vista in section [standard.ntamd64.6.0] of \xdsmpl.inf
SuggestionRe: XPSDrv Sample (Custom XPS Printer) Pin
Richard Deeming12-Nov-15 2:02
mveRichard Deeming12-Nov-15 2:02 
GeneralRe: XPSDrv Sample (Custom XPS Printer) Pin
Member 1211876012-Nov-15 2:49
Member 1211876012-Nov-15 2:49 
GeneralRe: XPSDrv Sample (Custom XPS Printer) Pin
Richard Deeming12-Nov-15 4:07
mveRichard Deeming12-Nov-15 4:07 
AnswerRe: XPSDrv Sample (Custom XPS Printer) Pin
ironed7-Jan-16 23:20
ironed7-Jan-16 23:20 
QuestionWhere does Driver Verifier Store the Results of its Tests? Pin
Richard Andrew x646-Oct-15 14:44
professionalRichard Andrew x646-Oct-15 14:44 
AnswerRe: Where does Driver Verifier Store the Results of its Tests? Pin
Afzaal Ahmad Zeeshan6-Oct-15 22:22
professionalAfzaal Ahmad Zeeshan6-Oct-15 22:22 
QuestionRe: Where does Driver Verifier Store the Results of its Tests? Pin
Richard Andrew x647-Oct-15 9:28
professionalRichard Andrew x647-Oct-15 9:28 
AnswerRe: Where does Driver Verifier Store the Results of its Tests? Pin
Afzaal Ahmad Zeeshan7-Oct-15 9:44
professionalAfzaal Ahmad Zeeshan7-Oct-15 9:44 
GeneralRe: Where does Driver Verifier Store the Results of its Tests? Pin
Richard Andrew x647-Oct-15 9:56
professionalRichard Andrew x647-Oct-15 9:56 
GeneralRe: Where does Driver Verifier Store the Results of its Tests? Pin
Afzaal Ahmad Zeeshan7-Oct-15 9:58
professionalAfzaal Ahmad Zeeshan7-Oct-15 9:58 
AnswerRe: Where does Driver Verifier Store the Results of its Tests? Pin
Munchies_Matt11-Oct-15 20:48
Munchies_Matt11-Oct-15 20:48 
QuestionAnyone around with practical dd-wrt or openwrt experience? Pin
charlieg4-Oct-15 13:02
charlieg4-Oct-15 13:02 
QuestionRAMDisk slower than Spinning drive!?! Pin
Kiran Satish9-Sep-15 6:33
Kiran Satish9-Sep-15 6:33 
AnswerRe: RAMDisk slower than Spinning drive!?! Pin
Wendelius9-Sep-15 7:16
mentorWendelius9-Sep-15 7:16 
GeneralRe: RAMDisk slower than Spinning drive!?! Pin
Kiran Satish9-Sep-15 9:02
Kiran Satish9-Sep-15 9:02 
AnswerRe: RAMDisk slower than Spinning drive!?! Pin
Eddy Vluggen9-Sep-15 11:37
professionalEddy Vluggen9-Sep-15 11:37 
Questiondo routers contain switches ? Pin
Member 1096409917-Aug-15 13:57
Member 1096409917-Aug-15 13:57 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.