Click here to Skip to main content
16,017,261 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: VS6 --> VS2005 Pin
Christian Graus31-May-07 21:41
protectorChristian Graus31-May-07 21:41 
GeneralRe: VS6 --> VS2005 Pin
Stephen Hewitt31-May-07 22:21
Stephen Hewitt31-May-07 22:21 
GeneralRe: VS6 --> VS2005 Pin
#realJSOP1-Jun-07 3:42
professional#realJSOP1-Jun-07 3:42 
AnswerRe: VS6 --> VS2005 Pin
toxcct31-May-07 22:17
toxcct31-May-07 22:17 
AnswerRe: VS6 --> VS2005 Pin
#realJSOP1-Jun-07 3:12
professional#realJSOP1-Jun-07 3:12 
GeneralRe: VS6 --> VS2005 Pin
Rene D1-Jun-07 3:30
Rene D1-Jun-07 3:30 
GeneralRe: VS6 --> VS2005 Pin
David Crow1-Jun-07 3:54
David Crow1-Jun-07 3:54 
GeneralRe: VS6 --> VS2005 Pin
#realJSOP1-Jun-07 3:56
professional#realJSOP1-Jun-07 3:56 
As noted at the very top of my original post.


BTW, directly setting the member variables in COleDateTime can really hose up your code. Unfortunately, the guy that wrote our code didn't realize it, so now we have dates that have a valid m_dt value, but the status is sometimes null, or invalid. This will throw asserts in the COleDateTime class every time you try to use a date that is null or invalid (because instead of setting/getting the value through the accessor functions, he checked the value of m_dt to indicate validity. I'm in the process of evaluating each date reference in a 300,000 line project (and there's a LOT of date references) because of this issue.

This is my hell.


"Why don't you tie a kerosene-soaked rag around your ankles so the ants won't climb up and eat your candy ass..." - Dale Earnhardt, 1997
-----
"...the staggering layers of obscenity in your statement make it a work of art on so many levels." - Jason Jystad, 10/26/2001


GeneralRe: VS6 --> VS2005 Pin
Mark Salsbery1-Jun-07 6:03
Mark Salsbery1-Jun-07 6:03 
GeneralRe: VS6 --> VS2005 Pin
#realJSOP1-Jun-07 6:55
professional#realJSOP1-Jun-07 6:55 
GeneralRe: VS6 --> VS2005 Pin
Mark Salsbery1-Jun-07 7:36
Mark Salsbery1-Jun-07 7:36 
GeneralRe: VS6 --> VS2005 Pin
#realJSOP1-Jun-07 8:58
professional#realJSOP1-Jun-07 8:58 
QuestionToggling between Start and Stop of my service causing crash Pin
NiceNaidu31-May-07 21:09
NiceNaidu31-May-07 21:09 
QuestionRe: Toggling between Start and Stop of my service causing crash Pin
Mark Salsbery1-Jun-07 6:05
Mark Salsbery1-Jun-07 6:05 
AnswerRe: Toggling between Start and Stop of my service causing crash Pin
NiceNaidu4-Jun-07 3:45
NiceNaidu4-Jun-07 3:45 
GeneralRe: Toggling between Start and Stop of my service causing crash Pin
Mark Salsbery4-Jun-07 4:24
Mark Salsbery4-Jun-07 4:24 
GeneralRe: Toggling between Start and Stop of my service causing crash Pin
NiceNaidu10-Jun-07 17:34
NiceNaidu10-Jun-07 17:34 
QuestionProblem in opening a hard drive in raw format Pin
Srinivas Kaparthi31-May-07 20:40
Srinivas Kaparthi31-May-07 20:40 
AnswerRe: Problem in opening a hard drive in raw format Pin
Cedric Moonen31-May-07 20:54
Cedric Moonen31-May-07 20:54 
GeneralRe: Problem in opening a hard drive in raw format Pin
Srinivas Kaparthi3-Jun-07 22:32
Srinivas Kaparthi3-Jun-07 22:32 
GeneralRe: Problem in opening a hard drive in raw format Pin
Cedric Moonen3-Jun-07 23:42
Cedric Moonen3-Jun-07 23:42 
GeneralRe: Problem in opening a hard drive in raw format Pin
kakan4-Jun-07 19:24
professionalkakan4-Jun-07 19:24 
AnswerRe: Problem in opening a hard drive in raw format Pin
kakan31-May-07 22:39
professionalkakan31-May-07 22:39 
GeneralRe: Problem in opening a hard drive in raw format Pin
Srinivas Kaparthi1-Jun-07 21:44
Srinivas Kaparthi1-Jun-07 21:44 
GeneralRe: Problem in opening a hard drive in raw format Pin
kakan3-Jun-07 19:41
professionalkakan3-Jun-07 19:41 

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.