Click here to Skip to main content
15,921,169 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: how to sort the list box Items? Pin
CPallini21-Nov-06 22:12
mveCPallini21-Nov-06 22:12 
AnswerRe: how to sort the list box Items? Pin
peterchen21-Nov-06 22:12
peterchen21-Nov-06 22:12 
QuestionI need stlport_vc6.lib Pin
Dudi Avramov21-Nov-06 21:59
Dudi Avramov21-Nov-06 21:59 
AnswerRe: I need stlport_vc6.lib Pin
Bob Flynn21-Nov-06 22:27
Bob Flynn21-Nov-06 22:27 
QuestionMultithreading in used sockets [modified] Pin
__codeproject21-Nov-06 21:46
__codeproject21-Nov-06 21:46 
AnswerRe: Multithreading in used sockets Pin
Galatei22-Nov-06 4:07
Galatei22-Nov-06 4:07 
AnswerRe: Multithreading in used sockets Pin
Mark Salsbery22-Nov-06 6:43
Mark Salsbery22-Nov-06 6:43 
QuestionVC8 release builds [modified] Pin
Waldermort21-Nov-06 20:43
Waldermort21-Nov-06 20:43 
I just switched from a debug build to a release build using my fairly new VC8 compiler, when I was confronted with many warnings I never expected. Most of these warnings relate to my using C type casts (at least I think, I didn't fix them all yet). One warning in particular I am unable to correct:

_stprintf_s(buf,255,_T("SYNTHETIC:%8.8X"), reinterpret_cast<DWORD>(this));

Which gives me a pointer truncation error. I know it is safe to ignore, but in my view warnings are there to tell you you something, in this case "Hey lamer, code this better!!!".

Also, since these are warnings and not errors, the compiler tends to not repeat the warning on further rebuilds. How can I change this? If I remember in VC6 I had to toggle the "incremental rebuild" option, but I have so far been unable to find it in VC8.

And, one last question, how can I view the same warnings when doing a debug build?


-- modified at 3:06 Wednesday 22nd November, 2006
QuestionSolved but another question Pin
Waldermort21-Nov-06 21:29
Waldermort21-Nov-06 21:29 
AnswerRe: Solved but another question Pin
Michael Dunn21-Nov-06 22:41
sitebuilderMichael Dunn21-Nov-06 22:41 
GeneralRe: Solved but another question Pin
Waldermort21-Nov-06 23:40
Waldermort21-Nov-06 23:40 
Questionreduce the size of bitmap Pin
_tasleem21-Nov-06 20:10
_tasleem21-Nov-06 20:10 
AnswerRe: reduce the size of bitmap Pin
Waldermort21-Nov-06 20:49
Waldermort21-Nov-06 20:49 
GeneralRe: reduce the size of bitmap Pin
_tasleem22-Nov-06 20:42
_tasleem22-Nov-06 20:42 
QuestionTreeview problem in RegistryKey ? [modified] Pin
Sakthiu21-Nov-06 19:26
Sakthiu21-Nov-06 19:26 
AnswerRe: Treeview problem in RegistryKey ? [modified] Pin
Galatei21-Nov-06 22:32
Galatei21-Nov-06 22:32 
Question'KBDLLHOOKSTRUCT' : undeclared identifier Why? Pin
LaHaHa21-Nov-06 19:11
LaHaHa21-Nov-06 19:11 
QuestionRe: 'KBDLLHOOKSTRUCT' : undeclared identifier Why? Pin
Rajesh R Subramanian21-Nov-06 19:14
professionalRajesh R Subramanian21-Nov-06 19:14 
AnswerRe: 'KBDLLHOOKSTRUCT' : undeclared identifier Why? Pin
LaHaHa21-Nov-06 19:49
LaHaHa21-Nov-06 19:49 
GeneralRe: 'KBDLLHOOKSTRUCT' : undeclared identifier Why? Pin
Rajesh R Subramanian21-Nov-06 20:14
professionalRajesh R Subramanian21-Nov-06 20:14 
GeneralRe: 'KBDLLHOOKSTRUCT' : undeclared identifier Why? Pin
LaHaHa21-Nov-06 21:41
LaHaHa21-Nov-06 21:41 
GeneralRe: 'KBDLLHOOKSTRUCT' : undeclared identifier Why? Pin
R. S. Verma14-May-12 1:44
R. S. Verma14-May-12 1:44 
AnswerRe: 'KBDLLHOOKSTRUCT' : undeclared identifier Why? Pin
prasad_som21-Nov-06 20:29
prasad_som21-Nov-06 20:29 
GeneralRe: 'KBDLLHOOKSTRUCT' : undeclared identifier Why? Pin
LaHaHa21-Nov-06 20:50
LaHaHa21-Nov-06 20:50 
AnswerRe: 'KBDLLHOOKSTRUCT' : undeclared identifier Why? Pin
Michael Dunn21-Nov-06 22:42
sitebuilderMichael Dunn21-Nov-06 22:42 

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.