Click here to Skip to main content
15,898,374 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Sending data - TCP connection Pin
Mark Salsbery13-Nov-07 11:59
Mark Salsbery13-Nov-07 11:59 
GeneralRe: Sending data - TCP connection Pin
Bram van Kampen13-Nov-07 13:58
Bram van Kampen13-Nov-07 13:58 
Questionlink error Pin
josip cagalj13-Nov-07 6:12
josip cagalj13-Nov-07 6:12 
AnswerRe: link error Pin
toxcct13-Nov-07 6:15
toxcct13-Nov-07 6:15 
GeneralRe: link error Pin
josip cagalj13-Nov-07 6:24
josip cagalj13-Nov-07 6:24 
GeneralRe: link error Pin
toxcct13-Nov-07 6:28
toxcct13-Nov-07 6:28 
GeneralRe: link error Pin
josip cagalj14-Nov-07 3:40
josip cagalj14-Nov-07 3:40 
GeneralRe: link error Pin
josip cagalj14-Nov-07 22:10
josip cagalj14-Nov-07 22:10 
When I add 'd:\vistaSDK\include' (imapi2.h) and 'd:\vistaSDK\vc\include' (sal.h)
in project settings under C++ tab and pretproccesor category, instead of Tools->Options->Directory tab errors are:
<br />
Compiling...<br />
StdAfx.cpp<br />
d:\vistasdk\vc\include\crtdefs.h(506) : error C2485: 'deprecated' : unrecognized extended attribute<br />
d:\vistasdk\vc\include\ctype.h(175) : error C2485: 'deprecated' : unrecognized extended attribute<br />
d:\vistasdk\vc\include\string.h(61) : error C2485: 'deprecated' : unrecognized extended attribute<br />
d:\vistasdk\vc\include\string.h(62) : error C2485: 'deprecated' : unrecognized extended attribute<br />
d:\vistasdk\vc\include\string.h(67) : error C2485: 'deprecated' : unrecognized extended attribute<br />
d:\vistasdk\vc\include\string.h(72) : error C2265: '<Unknown>' : reference to a zero-sized array is illegal<br />
d:\vistasdk\vc\include\string.h(73) : warning C4003: not enough actual parameters for macro '__DEFINE_CPP_OVERLOAD_STANDARD_FUNC_0_1_EX'<br />
d:\vistasdk\vc\include\string.h(73) : error C2485: 'deprecated' : unrecognized extended attribute<br />
d:\vistasdk\vc\include\string.h(73) : error C2144: syntax error : missing ';' before type 'char'<br />
d:\vistasdk\vc\include\string.h(73) : error C2501: 'strcpy' : missing storage-class or type specifiers<br />
d:\vistasdk\vc\include\string.h(73) : fatal error C1004: unexpected end of file found<br />
Error executing cl.exe.


???
Thanks!
Generalnamespace limitations in VC6 Pin
hairy_hats13-Nov-07 5:14
hairy_hats13-Nov-07 5:14 
GeneralRe: namespace limitations in VC6 Pin
toxcct13-Nov-07 5:23
toxcct13-Nov-07 5:23 
GeneralRe: namespace limitations in VC6 Pin
hairy_hats13-Nov-07 5:35
hairy_hats13-Nov-07 5:35 
GeneralRe: namespace limitations in VC6 Pin
toxcct13-Nov-07 5:38
toxcct13-Nov-07 5:38 
GeneralRe: namespace limitations in VC6 Pin
hairy_hats13-Nov-07 5:43
hairy_hats13-Nov-07 5:43 
GeneralRe: namespace limitations in VC6 Pin
toxcct13-Nov-07 5:47
toxcct13-Nov-07 5:47 
GeneralRe: namespace limitations in VC6 Pin
Maximilien13-Nov-07 5:31
Maximilien13-Nov-07 5:31 
GeneralRe: namespace limitations in VC6 Pin
hairy_hats13-Nov-07 5:37
hairy_hats13-Nov-07 5:37 
GeneralRe: namespace limitations in VC6 Pin
hairy_hats13-Nov-07 5:41
hairy_hats13-Nov-07 5:41 
QuestionHow to Grayout an editbox in a dialog ON THE Fly Pin
Larry Mills Sr13-Nov-07 4:57
Larry Mills Sr13-Nov-07 4:57 
AnswerRe: How to Grayout an editbox in a dialog ON THE Fly Pin
Chris Losinger13-Nov-07 5:00
professionalChris Losinger13-Nov-07 5:00 
GeneralRe: How to Grayout an editbox in a dialog ON THE Fly Pin
Larry Mills Sr13-Nov-07 9:20
Larry Mills Sr13-Nov-07 9:20 
AnswerRe: How to Grayout an editbox in a dialog ON THE Fly Pin
jhwurmbach13-Nov-07 5:56
jhwurmbach13-Nov-07 5:56 
GeneralRe: How to Grayout an editbox in a dialog ON THE Fly Pin
jeron113-Nov-07 6:13
jeron113-Nov-07 6:13 
GeneralRe: How to Grayout an editbox in a dialog ON THE Fly Pin
jhwurmbach13-Nov-07 6:16
jhwurmbach13-Nov-07 6:16 
GeneralRe: How to Grayout an editbox in a dialog ON THE Fly Pin
jeron113-Nov-07 8:12
jeron113-Nov-07 8:12 
GeneralRe: How to Grayout an editbox in a dialog ON THE Fly Pin
Nelek13-Nov-07 22:14
protectorNelek13-Nov-07 22:14 

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.