Click here to Skip to main content
15,914,642 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: how not to draw outside a static control? Pin
Stephen Hewitt26-Mar-08 18:28
Stephen Hewitt26-Mar-08 18:28 
GeneralRe: how not to draw outside a static control? Pin
code_discuss26-Mar-08 18:50
code_discuss26-Mar-08 18:50 
GeneralRe: how not to draw outside a static control? Pin
Michael Dunn26-Mar-08 19:18
sitebuilderMichael Dunn26-Mar-08 19:18 
Generalerrors about including imagehlp.h Pin
kcynic26-Mar-08 15:10
kcynic26-Mar-08 15:10 
GeneralRe: errors about including imagehlp.h Pin
rp_suman26-Mar-08 15:46
rp_suman26-Mar-08 15:46 
GeneralRe: errors about including imagehlp.h Pin
kcynic26-Mar-08 15:51
kcynic26-Mar-08 15:51 
GeneralRe: errors about including imagehlp.h Pin
Bram van Kampen26-Mar-08 16:01
Bram van Kampen26-Mar-08 16:01 
GeneralRe: errors about including imagehlp.h Pin
Bram van Kampen26-Mar-08 15:57
Bram van Kampen26-Mar-08 15:57 
Nothing to do with this particular code, but:

Missing ; before (type) means exactly that. You left out a ';' before the type, or you wrote something that the compiler interprets as needing to end in a ';', the compiler got lost. Can be messy if your error occurs in an included header.( as in your case) Ignore the other errors, I once created 2347 errors by leaving out a single comma in a bad place. An enum not terminated with a ';' is a famous way of causing this.

You left out one piece of information. Prior to the lines above you have a line stating:
compiling: C\\....\\MyFile.cpp. Go through this cpp file like a dose of salts, and replicate what the compiler reads, find out what was hit Prior to 'wincrypt.h'. The first error occurs in Line 37. That seems to indicate something wrong in the file immediately preceeding 'wincrypt.h'. If the preceeding file is a compiler include, the question arrises: Are all the Manifest Constants correct.

I am aware of the annoyance of this sort of error. Can literally take days, but there's no shortcut. When you discover the error of your ways it's typically a 'Kick yourself'case.

Bram van Kampen

GeneralRe: errors about including imagehlp.h Pin
kcynic26-Mar-08 16:18
kcynic26-Mar-08 16:18 
GeneralRe: errors about including imagehlp.h Pin
Bram van Kampen26-Mar-08 22:42
Bram van Kampen26-Mar-08 22:42 
GeneralRe: errors about including imagehlp.h Pin
kcynic26-Mar-08 23:00
kcynic26-Mar-08 23:00 
GeneralRe: errors about including imagehlp.h Pin
Bram van Kampen27-Mar-08 17:13
Bram van Kampen27-Mar-08 17:13 
GeneralRe: errors about including imagehlp.h Pin
kcynic27-Mar-08 17:18
kcynic27-Mar-08 17:18 
GeneralHRGN points Pin
rp_suman26-Mar-08 15:03
rp_suman26-Mar-08 15:03 
GeneralRe: HRGN points Pin
Naveen26-Mar-08 17:42
Naveen26-Mar-08 17:42 
GeneralRe: HRGN points Pin
rp_suman26-Mar-08 19:20
rp_suman26-Mar-08 19:20 
QuestionEncryption-Decryption Pin
Bram van Kampen26-Mar-08 14:26
Bram van Kampen26-Mar-08 14:26 
GeneralRe: Encryption-Decryption Pin
Mark Salsbery27-Mar-08 7:00
Mark Salsbery27-Mar-08 7:00 
AnswerRe: Encryption-Decryption Pin
Bram van Kampen28-Mar-08 16:56
Bram van Kampen28-Mar-08 16:56 
QuestionNeed help using Adobe "ConvertToPDFandEmail" macro Pin
dean935926-Mar-08 13:23
dean935926-Mar-08 13:23 
GeneralNever Mind ... Re: Need help using Adobe "ConvertToPDFandEmail" macro Pin
dean935926-Mar-08 14:21
dean935926-Mar-08 14:21 
QuestionHelp with hangman controller. Pin
djrasa26-Mar-08 9:46
djrasa26-Mar-08 9:46 
GeneralRe: Help with hangman controller. Pin
David Crow26-Mar-08 9:51
David Crow26-Mar-08 9:51 
QuestionRe: Help with hangman controller. Pin
djrasa26-Mar-08 14:32
djrasa26-Mar-08 14:32 
GeneralRe: Help with hangman controller. Pin
David Crow26-Mar-08 17:13
David Crow26-Mar-08 17:13 

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.