Click here to Skip to main content
15,905,683 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionAbout CRichEditControl Pin
Manjunath S24-Jul-08 21:56
Manjunath S24-Jul-08 21:56 
AnswerRe: About CRichEditControl Pin
Michael Schubert25-Jul-08 0:22
Michael Schubert25-Jul-08 0:22 
AnswerRe: About CRichEditControl Pin
Raghu Panduranga29-Jul-08 21:03
Raghu Panduranga29-Jul-08 21:03 
Questionhow to show a button after move it? Pin
tataxin24-Jul-08 20:26
tataxin24-Jul-08 20:26 
AnswerRe: how to show a button after move it? Pin
KarstenK24-Jul-08 23:27
mveKarstenK24-Jul-08 23:27 
GeneralRe: how to show a button after move it? Pin
tataxin26-Jul-08 6:17
tataxin26-Jul-08 6:17 
Questioni got a compiling error like: error C2485: '__restrict' : unrecognized extended attribute [modified] Pin
kcynic24-Jul-08 19:40
kcynic24-Jul-08 19:40 
GeneralRe: i got a compiling error like: error C2485: '__restrict' : unrecognized extended attribute Pin
Matthew Faithfull24-Jul-08 22:20
Matthew Faithfull24-Jul-08 22:20 
I would expect it to be the other way around, VS2005 to recognize __restrict and VC6 not to if anything.
Check that your source isn't intended to be compiled with GCC/glibc which makes extensive use of __restrict. As the error is showing in stdlib.h a standard header file I'm guessing something you've included before stdlib.h has messed with the Compiler by doing something like a #define __declspec or a #define restrict. I've only ever seen that sort of thing when someone is attempting to get cross compatibility with GCC. It's just a guess though, could be something else entirely.

"The secret of happiness is freedom, and the secret of freedom, courage."
Thucydides (B.C. 460-400)

GeneralRe: i got a compiling error like: error C2485: '__restrict' : unrecognized extended attribute Pin
kcynic24-Jul-08 23:34
kcynic24-Jul-08 23:34 
GeneralRe: i got a compiling error like: error C2485: '__restrict' : unrecognized extended attribute Pin
Matthew Faithfull24-Jul-08 23:41
Matthew Faithfull24-Jul-08 23:41 
QuestionAvoid overloading Pin
CodingLover24-Jul-08 19:27
CodingLover24-Jul-08 19:27 
AnswerRe: Avoid overloading Pin
Saurabh.Garg24-Jul-08 19:41
Saurabh.Garg24-Jul-08 19:41 
QuestionRe: Avoid overloading Pin
CodingLover24-Jul-08 19:52
CodingLover24-Jul-08 19:52 
AnswerRe: Avoid overloading Pin
Saurabh.Garg24-Jul-08 19:54
Saurabh.Garg24-Jul-08 19:54 
NewsRe: Avoid overloading Pin
CodingLover24-Jul-08 19:55
CodingLover24-Jul-08 19:55 
AnswerRe: Avoid overloading [modified] Pin
killabyte24-Jul-08 22:46
killabyte24-Jul-08 22:46 
QuestionHow can i disable pressing of special characters(@,#,$,%,^,&,*,~,!) on Editbox control? Pin
Le@rner24-Jul-08 19:24
Le@rner24-Jul-08 19:24 
AnswerRe: How can i disable pressing of special characters(@,#,$,%,^,&,*,~,!) on Editbox control? Pin
Yajnesh Narayan Behera24-Jul-08 19:52
Yajnesh Narayan Behera24-Jul-08 19:52 
AnswerRe: How can i disable pressing of special characters(@,#,$,%,^,&,*,~,!) on Editbox control? Pin
_AnsHUMAN_ 24-Jul-08 19:55
_AnsHUMAN_ 24-Jul-08 19:55 
GeneralRe: How can i disable pressing of special characters(@,#,$,%,^,&,*,~,!) on Editbox control? Pin
Le@rner24-Jul-08 20:38
Le@rner24-Jul-08 20:38 
GeneralRe: How can i disable pressing of special characters(@,#,$,%,^,&,*,~,!) on Editbox control? Pin
User 248443724-Jul-08 23:29
User 248443724-Jul-08 23:29 
QuestionBotton clicked on Pressing Tab Key. Pin
Le@rner24-Jul-08 19:11
Le@rner24-Jul-08 19:11 
AnswerRe: Botton clicked on Pressing Tab Key. [modified] Pin
Yajnesh Narayan Behera24-Jul-08 20:02
Yajnesh Narayan Behera24-Jul-08 20:02 
QuestionQuestion about classes Pin
monsieur_jj24-Jul-08 16:30
monsieur_jj24-Jul-08 16:30 
AnswerRe: Question about classes [modified] Pin
_AnsHUMAN_ 24-Jul-08 18:44
_AnsHUMAN_ 24-Jul-08 18:44 

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.