Click here to Skip to main content
15,899,124 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: how do I write to cmd prompt (yeah cout) Pin
Naveen8-Jul-07 16:56
Naveen8-Jul-07 16:56 
QuestionHow do I find keyboard 'devide identifiers' list for LoadKeyboardLayout() function ? Pin
vilius_m8-Jul-07 11:40
vilius_m8-Jul-07 11:40 
QuestionOpenProccess Failure Pin
Jebus898-Jul-07 10:39
Jebus898-Jul-07 10:39 
QuestionRe: OpenProccess Failure Pin
Perspx8-Jul-07 10:41
Perspx8-Jul-07 10:41 
AnswerRe: OpenProccess Failure Pin
Jebus898-Jul-07 10:48
Jebus898-Jul-07 10:48 
GeneralRe: OpenProccess Failure Pin
DevMentor.org8-Jul-07 11:47
DevMentor.org8-Jul-07 11:47 
GeneralRe: OpenProccess Failure Pin
Jebus898-Jul-07 12:04
Jebus898-Jul-07 12:04 
GeneralRe: OpenProccess Failure Pin
David Crow9-Jul-07 2:57
David Crow9-Jul-07 2:57 
Jebus89 wrote:
srry for the stupid question but how do i look at the error codes in the "winerror.h" header file?


Open the file using the IDE, or some other text editor such as Notepad.

Personally, I find that the simplest method to do this sort of thing is to add:

#include <winerror.h>
someplace in the code, right click that statement, and select "Open" from the context menu. That'll save you from having to deal with a bunch of (messy) folder names.




"A good athlete is the result of a good and worthy opponent." - David Crow

"To have a respect for ourselves guides our morals; to have deference for others governs our manners." - Laurence Sterne


GeneralRe: OpenProccess Failure Pin
Stephen Hewitt8-Jul-07 14:48
Stephen Hewitt8-Jul-07 14:48 
GeneralRe: OpenProccess Failure Pin
Perspx8-Jul-07 19:31
Perspx8-Jul-07 19:31 
AnswerRe: OpenProccess Failure Pin
Hamid_RT8-Jul-07 19:32
Hamid_RT8-Jul-07 19:32 
GeneralRe: OpenProccess Failure Pin
Jebus898-Jul-07 22:14
Jebus898-Jul-07 22:14 
GeneralRe: OpenProccess Failure Pin
DevMentor.org12-Jul-07 9:42
DevMentor.org12-Jul-07 9:42 
QuestionDeclaring classes to compiler before declarations Pin
irrdev8-Jul-07 9:22
irrdev8-Jul-07 9:22 
AnswerRe: Declaring classes to compiler before declarations Pin
Christian Graus8-Jul-07 9:27
protectorChristian Graus8-Jul-07 9:27 
GeneralRe: Declaring classes to compiler before declarations Pin
irrdev8-Jul-07 10:11
irrdev8-Jul-07 10:11 
AnswerRe: Declaring classes to compiler before declarations Pin
Michael Dunn8-Jul-07 10:18
sitebuilderMichael Dunn8-Jul-07 10:18 
QuestionGetting key hierarchy from HKEY... Pin
dontknowitall8-Jul-07 9:02
dontknowitall8-Jul-07 9:02 
AnswerRe: Getting key hierarchy from HKEY... Pin
Hamid_RT8-Jul-07 19:48
Hamid_RT8-Jul-07 19:48 
QuestionLoadLibrary and GetProcAddress Help Pin
vegito6168-Jul-07 8:37
vegito6168-Jul-07 8:37 
AnswerRe: LoadLibrary and GetProcAddress Help Pin
Mark Salsbery8-Jul-07 9:03
Mark Salsbery8-Jul-07 9:03 
AnswerRe: LoadLibrary and GetProcAddress Help Pin
dontknowitall8-Jul-07 9:10
dontknowitall8-Jul-07 9:10 
QuestionRe: LoadLibrary and GetProcAddress Help Pin
Hamid_RT8-Jul-07 19:43
Hamid_RT8-Jul-07 19:43 
AnswerRe: LoadLibrary and GetProcAddress Help Pin
vegito6168-Jul-07 20:10
vegito6168-Jul-07 20:10 
GeneralRe: LoadLibrary and GetProcAddress Help Pin
Mark Salsbery9-Jul-07 8:43
Mark Salsbery9-Jul-07 8:43 

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.