Click here to Skip to main content
15,907,326 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: c++ win32 version of vb string.contain Pin
Chris Losinger28-Nov-11 7:45
professionalChris Losinger28-Nov-11 7:45 
GeneralRe: c++ win32 version of vb string.contain Pin
jkirkerx28-Nov-11 8:09
professionaljkirkerx28-Nov-11 8:09 
AnswerRe: I c++ win32 version of vb string.contain Pin
Erudite_Eric28-Nov-11 7:20
Erudite_Eric28-Nov-11 7:20 
GeneralRe: I c++ win32 version of vb string.contain Pin
jkirkerx28-Nov-11 7:25
professionaljkirkerx28-Nov-11 7:25 
GeneralRe: I c++ win32 version of vb string.contain Pin
Erudite_Eric29-Nov-11 6:54
Erudite_Eric29-Nov-11 6:54 
GeneralRe: I c++ win32 version of vb string.contain Pin
jkirkerx29-Nov-11 8:47
professionaljkirkerx29-Nov-11 8:47 
QuestionInstalling Unsigned Driver in x64 systems [SOLVED] Pin
vishalgpt28-Nov-11 4:21
vishalgpt28-Nov-11 4:21 
AnswerRe: Installing Unsigned Driver in x64 systems Pin
«_Superman_»28-Nov-11 5:07
professional«_Superman_»28-Nov-11 5:07 
You can test sign a driver during development.
You can use some tools that come along with the WDK to do this.

Basically you first create a test certificate using MakeCert.exe.
You then install the certificate using CertMgr.exe.
Then sign the driver binaries using SignTool.exe.

The above method is use to sign the driver binaries.
You can also use Inf2Cat.exe to create a CAT file if your driver has an INF based package.

Another important step is that you must first put the system into Test Mode to install test signed drivers.
This applies to both steps mentioned above.

You can do this by executing the command bcdedit -set testsigning on from an elevated command prompt.

More information here - Signing Drivers during Development and Test (Windows Vista and Later)[^]
«_Superman 
I love work. It gives me something to do between weekends.


Microsoft MVP (Visual C++)

Polymorphism in C

GeneralRe: Installing Unsigned Driver in x64 systems Pin
vishalgpt29-Nov-11 1:10
vishalgpt29-Nov-11 1:10 
GeneralRe: Installing Unsigned Driver in x64 systems Pin
«_Superman_»29-Nov-11 3:50
professional«_Superman_»29-Nov-11 3:50 
GeneralRe: Installing Unsigned Driver in x64 systems Pin
vishalgpt3-Dec-11 7:02
vishalgpt3-Dec-11 7:02 
GeneralRe: Installing Unsigned Driver in x64 systems Pin
vishalgpt3-Dec-11 7:04
vishalgpt3-Dec-11 7:04 
GeneralRe: Installing Unsigned Driver in x64 systems Pin
«_Superman_»3-Dec-11 17:06
professional«_Superman_»3-Dec-11 17:06 
QuestionDrive Info Pin
john563227-Nov-11 22:06
john563227-Nov-11 22:06 
AnswerRe: Drive Info Pin
Richard MacCutchan27-Nov-11 22:31
mveRichard MacCutchan27-Nov-11 22:31 
AnswerRe: Drive Info Pin
Code-o-mat27-Nov-11 22:40
Code-o-mat27-Nov-11 22:40 
GeneralRe: Drive Info Pin
john563227-Nov-11 23:06
john563227-Nov-11 23:06 
GeneralRe: Drive Info Pin
Code-o-mat27-Nov-11 23:14
Code-o-mat27-Nov-11 23:14 
GeneralRe: Drive Info Pin
john563227-Nov-11 23:52
john563227-Nov-11 23:52 
GeneralRe: Drive Info Pin
Code-o-mat28-Nov-11 0:18
Code-o-mat28-Nov-11 0:18 
GeneralRe: Drive Info Pin
john563228-Nov-11 0:37
john563228-Nov-11 0:37 
GeneralRe: Drive Info Pin
Richard MacCutchan28-Nov-11 1:14
mveRichard MacCutchan28-Nov-11 1:14 
Questionc++ win32, SQL Server Connection, which one? Pin
jkirkerx27-Nov-11 13:07
professionaljkirkerx27-Nov-11 13:07 
AnswerRe: c++ win32, SQL Server Connection, which one? Pin
Albert Holguin27-Nov-11 16:01
professionalAlbert Holguin27-Nov-11 16:01 
GeneralRe: c++ win32, SQL Server Connection, which one? Pin
jkirkerx27-Nov-11 16:23
professionaljkirkerx27-Nov-11 16:23 

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.