Click here to Skip to main content
15,906,628 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Working with INI Related functions Pin
swaapu5-Feb-06 20:12
swaapu5-Feb-06 20:12 
GeneralRe: Working with INI Related functions Pin
alleyes24-Jul-09 4:45
professionalalleyes24-Jul-09 4:45 
AnswerRe: Working with INI Related functions Pin
Jagadeesh VN2-Feb-06 20:34
Jagadeesh VN2-Feb-06 20:34 
GeneralRe: Working with INI Related functions Pin
swaapu2-Feb-06 20:43
swaapu2-Feb-06 20:43 
GeneralRe: Working with INI Related functions Pin
Jagadeesh VN2-Feb-06 20:51
Jagadeesh VN2-Feb-06 20:51 
AnswerRe: Working with INI Related functions Pin
John R. Shaw2-Feb-06 21:59
John R. Shaw2-Feb-06 21:59 
QuestionRun-Time Check Failure #3 Pin
newbie53452-Feb-06 20:15
newbie53452-Feb-06 20:15 
AnswerRe: Run-Time Check Failure #3 Pin
John R. Shaw2-Feb-06 23:19
John R. Shaw2-Feb-06 23:19 
I am not sure what is going on, but both of these appear to be warnings, if they where not then they would be much higher values, or much lower in decimal (negative). That is the Most Significant Bit (MSB) would be set. If I am correct and slapping a 'C' in front of the number gives the actual messages you are seeing, then C4098 (Level 1) progably just copies the return value to a register, which is simple to fix. I am suprised that 'C++' did not report that as an error. The other warning, and it is a warning, C4075 (Level 1) has to do with the order in which global objects are created. That one worries me a little, but there is a good chance that the initializations are occuring in an order that that will do no harm.

As for the value 'temp', that depends on how it is being used. If it is not in your code then you can probably ingnore it.

If the thread is exiting with code 0, then that means nothing went wrong while executing that thread. That does not mean that some thing could not go wrong.

The fact that the code from Microsoft stopped at a user defined break point does not mean there is an error in your code.

What you need to do is test the code compiled in realise mode. That is more difficult, but we do not get warnings when running in realise mode, only errors (if we are lucky).

The first version a Bounds Checker I bought, allowed me to reject an out sourced program repeatedly until they gave me the source code. It took me five minutes to figure out why Bounds Checker was objecting to the program. My manager did not believe me util I said "if I was to do this, the program would crash". He said "Ok do it", when I did the whole system crashed.

What you are seeing are warnings, that does not mean you can ignore them. What it means is that you should understand them, at least well enough to realise if they are actualy a problem or not.

Blast, I did it again! I tend to get carried away with my explinations. I do not know if any of the above helped you, but I hoped it did.

Good Luck,

INTP
Every thing is relative...
GeneralRe: Run-Time Check Failure #3 Pin
newbie53453-Feb-06 11:12
newbie53453-Feb-06 11:12 
QuestionDrag and Drop Pin
Anil_vvs2-Feb-06 19:58
Anil_vvs2-Feb-06 19:58 
AnswerRe: Drag and Drop Pin
Prakash Nadar2-Feb-06 20:02
Prakash Nadar2-Feb-06 20:02 
GeneralRe: Drag and Drop Pin
Anil_vvs2-Feb-06 20:03
Anil_vvs2-Feb-06 20:03 
GeneralRe: Drag and Drop Pin
Anil_vvs2-Feb-06 20:14
Anil_vvs2-Feb-06 20:14 
AnswerRe: Drag and Drop Pin
Jagadeesh VN2-Feb-06 20:14
Jagadeesh VN2-Feb-06 20:14 
GeneralRe: Drag and Drop Pin
Anil_vvs2-Feb-06 20:17
Anil_vvs2-Feb-06 20:17 
QuestionWhat is the proper way to implement this? Pin
LeeeNN2-Feb-06 19:53
LeeeNN2-Feb-06 19:53 
AnswerRe: What is the proper way to implement this? Pin
Jagadeesh VN2-Feb-06 20:08
Jagadeesh VN2-Feb-06 20:08 
QuestionResizing Dialog and Controls Pin
omrao2-Feb-06 19:19
omrao2-Feb-06 19:19 
AnswerRe: Resizing Dialog and Controls Pin
Jagadeesh VN2-Feb-06 20:19
Jagadeesh VN2-Feb-06 20:19 
AnswerRe: Resizing Dialog and Controls Pin
ThatsAlok3-Feb-06 4:39
ThatsAlok3-Feb-06 4:39 
QuestionNeed Help in Project Pin
cookie7892-Feb-06 18:09
cookie7892-Feb-06 18:09 
AnswerRe: Need Help in Project Pin
Jagadeesh VN2-Feb-06 18:56
Jagadeesh VN2-Feb-06 18:56 
AnswerRe: Need Help in Project Pin
John R. Shaw2-Feb-06 19:42
John R. Shaw2-Feb-06 19:42 
QuestionFreaky Problem on XP SP2 Pin
JohnnyG2-Feb-06 16:42
JohnnyG2-Feb-06 16:42 
QuestionCListCtrl issue Pin
imak2-Feb-06 16:21
imak2-Feb-06 16:21 

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.