Application Crash error
-
Hi All, I my project when I run the application then it crash and when I debug that application then it is working fine. So can any body give me solution to this problem. Thanks in Advance am
hi
-
Hi All, I my project when I run the application then it crash and when I debug that application then it is working fine. So can any body give me solution to this problem. Thanks in Advance am
hi
-
Hi All, I my project when I run the application then it crash and when I debug that application then it is working fine. So can any body give me solution to this problem. Thanks in Advance am
hi
most often the cause is an unitialized variable... Are there any warnings when you compile your program? Did you fix them?
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Peter Weyzen Staff Engineer [SoonR Inc -- PC Power delivered to your phone](http://www.soonr.com)
-
Hi All, I my project when I run the application then it crash and when I debug that application then it is working fine. So can any body give me solution to this problem. Thanks in Advance am
hi
In the release you must have no errors in variables initialization, by default the debug version makes "some tricks" that avoid crashes due to bad initializations. Take a look around your code (specially by starting sections that you programmed, altough I recommend you to the whole programm) and be sure that you are giving a "valid" value to EVERY variable you declare. No matter if local, global, one type or another. Use "0", "NULL", "-1" whatever you want, but use something.
Greetings. -------- M.D.V. ;) If something has a solution... Why do we have to worry about?. If it has no solution... For what reason do we have to worry about? Help me to understand what I'm saying, and I'll explain it better to you “The First Rule of Program Optimization: Don't do it. The Second Rule of Program Optimization (for experts only!): Don't do it yet.” - Michael A. Jackson
-
Hi All, I my project when I run the application then it crash and when I debug that application then it is working fine. So can any body give me solution to this problem. Thanks in Advance am
hi
We are clever guys :laugh: but if you more explain about your program will be helpful.
-
We are clever guys :laugh: but if you more explain about your program will be helpful.
Hamid. wrote:
We are clever guys
I like the modestly way you tell it ;) :P
Greetings. -------- M.D.V. ;) If something has a solution... Why do we have to worry about?. If it has no solution... For what reason do we have to worry about? Help me to understand what I'm saying, and I'll explain it better to you “The First Rule of Program Optimization: Don't do it. The Second Rule of Program Optimization (for experts only!): Don't do it yet.” - Michael A. Jackson
-
Hamid. wrote:
We are clever guys
I like the modestly way you tell it ;) :P
Greetings. -------- M.D.V. ;) If something has a solution... Why do we have to worry about?. If it has no solution... For what reason do we have to worry about? Help me to understand what I'm saying, and I'll explain it better to you “The First Rule of Program Optimization: Don't do it. The Second Rule of Program Optimization (for experts only!): Don't do it yet.” - Michael A. Jackson
:laugh: