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

C / C++ / MFC

 
GeneralRe: Setting Environment Variables Pin
Bram van Kampen26-Jul-08 17:07
Bram van Kampen26-Jul-08 17:07 
QuestionCan ADO process excel well? [modified] Pin
followait25-Jul-08 16:14
followait25-Jul-08 16:14 
AnswerRe: Can ADO process excel well? Pin
Ștefan-Mihai MOGA25-Jul-08 18:48
professionalȘtefan-Mihai MOGA25-Jul-08 18:48 
Questionan alternative to StrToInt64Ex() Pin
reteset25-Jul-08 8:38
reteset25-Jul-08 8:38 
AnswerRe: an alternative to StrToInt64Ex() Pin
Mark Salsbery25-Jul-08 9:02
Mark Salsbery25-Jul-08 9:02 
AnswerRe: an alternative to StrToInt64Ex() Pin
Joe Woodbury25-Jul-08 9:27
professionalJoe Woodbury25-Jul-08 9:27 
QuestionHow to compile this project [modified] Pin
staticv25-Jul-08 7:34
staticv25-Jul-08 7:34 
AnswerRe: How to compile this project Pin
Cedric Moonen25-Jul-08 7:44
Cedric Moonen25-Jul-08 7:44 
Well, your message is not very well formated: it's impossible to read everything. Don't use the CODE block for messages so large.

In fact, what happens is that there are some warnings due to the new version of the IDE (some functions were deprecated) but the guy from were you downloaded the code specified that all the warnings should be treated as errors. You can simply remove that option by going into the project settings: C/C++ -> General -> Treat Warnings As Errors and specify No.

This should fix the problem. Alternatively, it would be nice to fix the warnings too by looking at the text of the warning and try to understand it. For some of them, it's really not that difficult (when it reads "Consider using _snprintf_s instead", I think it is quite understandable).

Cédric Moonen
Software developer

Charting control [v1.4]
OpenGL game tutorial in C++

GeneralRe: How to compile this project Pin
staticv25-Jul-08 8:00
staticv25-Jul-08 8:00 
GeneralRe: How to compile this project Pin
Cedric Moonen25-Jul-08 8:06
Cedric Moonen25-Jul-08 8:06 
GeneralRe: How to compile this project Pin
staticv25-Jul-08 8:37
staticv25-Jul-08 8:37 
GeneralRe: How to compile this project Pin
Cedric Moonen25-Jul-08 22:03
Cedric Moonen25-Jul-08 22:03 
GeneralRe: How to compile this project Pin
staticv26-Jul-08 7:19
staticv26-Jul-08 7:19 
QuestionWM_CTLCOLOR..... mess VS WM_PAINT Pin
ForNow25-Jul-08 6:46
ForNow25-Jul-08 6:46 
AnswerRe: WM_CTLCOLOR..... mess VS WM_PAINT Pin
Mark Salsbery25-Jul-08 7:06
Mark Salsbery25-Jul-08 7:06 
GeneralRe: WM_CTLCOLOR..... mess VS WM_PAINT Pin
Paul Sanders (the other one)25-Jul-08 7:55
Paul Sanders (the other one)25-Jul-08 7:55 
GeneralRe: WM_CTLCOLOR..... mess VS WM_PAINT Pin
ForNow25-Jul-08 12:09
ForNow25-Jul-08 12:09 
GeneralRe: WM_CTLCOLOR..... mess VS WM_PAINT Pin
Mark Salsbery25-Jul-08 12:19
Mark Salsbery25-Jul-08 12:19 
GeneralRe: WM_CTLCOLOR..... mess VS WM_PAINT Pin
ForNow26-Jul-08 15:33
ForNow26-Jul-08 15:33 
QuestionMultiline tab control CTabCtrl ? Pin
bosfan25-Jul-08 6:11
bosfan25-Jul-08 6:11 
AnswerRe: Multiline tab control CTabCtrl ? Pin
Ștefan-Mihai MOGA25-Jul-08 18:52
professionalȘtefan-Mihai MOGA25-Jul-08 18:52 
QuestionTimers and timing Pin
john john mackey25-Jul-08 5:51
john john mackey25-Jul-08 5:51 
AnswerRe: Timers and timing Pin
Matthew Faithfull25-Jul-08 6:04
Matthew Faithfull25-Jul-08 6:04 
Questionfile details Pin
vineeshV25-Jul-08 1:13
vineeshV25-Jul-08 1:13 
AnswerRe: file details [modified] Pin
dehseth25-Jul-08 1:30
dehseth25-Jul-08 1:30 

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.