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

C / C++ / MFC

 
GeneralRe: vc++ to actionscript Pin
Nelek18-Dec-07 23:10
protectorNelek18-Dec-07 23:10 
GeneralRe: vc++ to actionscript Pin
aravindakumar18-Dec-07 23:08
aravindakumar18-Dec-07 23:08 
GeneralRe: vc++ to actionscript Pin
msr_codeproject25-Dec-07 21:59
msr_codeproject25-Dec-07 21:59 
GeneralApplication Crash error Pin
Atul2318-Dec-07 21:26
Atul2318-Dec-07 21:26 
GeneralRe: Application Crash error Pin
Don Box18-Dec-07 21:32
Don Box18-Dec-07 21:32 
GeneralRe: Application Crash error Pin
CPallini18-Dec-07 21:46
mveCPallini18-Dec-07 21:46 
GeneralRe: Application Crash error Pin
Peter Weyzen18-Dec-07 21:53
Peter Weyzen18-Dec-07 21:53 
GeneralRe: Application Crash error Pin
Nelek18-Dec-07 22:22
protectorNelek18-Dec-07 22:22 
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. Wink | ;)

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

GeneralRe: Application Crash error Pin
Hamid_RT18-Dec-07 22:54
Hamid_RT18-Dec-07 22:54 
JokeRe: Application Crash error Pin
Nelek18-Dec-07 23:15
protectorNelek18-Dec-07 23:15 
GeneralRe: Application Crash error Pin
Hamid_RT19-Dec-07 1:34
Hamid_RT19-Dec-07 1:34 
QuestionHow to remove the Tittlebar & Menu bar of a SDI application Pin
msr_codeproject18-Dec-07 21:19
msr_codeproject18-Dec-07 21:19 
AnswerRe: How to remove the Tittlebar & Menu bar of a SDI application Pin
santhoshv8418-Dec-07 21:30
santhoshv8418-Dec-07 21:30 
AnswerTittlebar? Is that save for work? Pin
jhwurmbach18-Dec-07 23:26
jhwurmbach18-Dec-07 23:26 
GeneralDisconnecting from the internet programmtically Pin
emmmatty118-Dec-07 21:09
emmmatty118-Dec-07 21:09 
GeneralRe: Disconnecting from the internet programmtically Pin
David Crow19-Dec-07 3:15
David Crow19-Dec-07 3:15 
GeneralRe: Disconnecting from the internet programmtically Pin
jhwurmbach19-Dec-07 3:35
jhwurmbach19-Dec-07 3:35 
Questionwhy Visual Studio can not optimize the initialization code? Pin
George_George18-Dec-07 20:35
George_George18-Dec-07 20:35 
AnswerRe: why Visual Studio can not optimize the initialization code? Pin
Nelek18-Dec-07 22:17
protectorNelek18-Dec-07 22:17 
GeneralRe: why Visual Studio can not optimize the initialization code? Pin
George_George18-Dec-07 23:13
George_George18-Dec-07 23:13 
GeneralRe: why Visual Studio can not optimize the initialization code? Pin
jhwurmbach19-Dec-07 3:47
jhwurmbach19-Dec-07 3:47 
GeneralRe: why Visual Studio can not optimize the initialization code? Pin
George_George19-Dec-07 3:58
George_George19-Dec-07 3:58 
QuestionWhat is the Maximum size of WCHAR Pin
santhoshv8418-Dec-07 20:05
santhoshv8418-Dec-07 20:05 
AnswerRe: What is the Maximum size of WCHAR Pin
Don Box18-Dec-07 20:26
Don Box18-Dec-07 20:26 
AnswerRe: What is the Maximum size of WCHAR Pin
codeII18-Dec-07 20:31
codeII18-Dec-07 20:31 

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.