Click here to Skip to main content
15,909,466 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionSplit the view Pin
kiranin19-Dec-08 20:29
kiranin19-Dec-08 20:29 
AnswerRe: Split the view Pin
Hamid_RT19-Dec-08 20:48
Hamid_RT19-Dec-08 20:48 
QuestionHow to link Ribbon Menus with the Window Pane in a ribbon? Pin
Larry Mills Sr19-Dec-08 15:43
Larry Mills Sr19-Dec-08 15:43 
QuestionUsing CreateFile() to open LPT1 Fails on Windows 2008 Terminal Server Pin
Steve Thresher19-Dec-08 10:19
Steve Thresher19-Dec-08 10:19 
AnswerRe: Using CreateFile() to open LPT1 Fails on Windows 2008 Terminal Server Pin
Randor 19-Dec-08 10:40
professional Randor 19-Dec-08 10:40 
GeneralRe: Using CreateFile() to open LPT1 Fails on Windows 2008 Terminal Server Pin
Steve Thresher23-Dec-08 6:07
Steve Thresher23-Dec-08 6:07 
GeneralRe: Using CreateFile() to open LPT1 Fails on Windows 2008 Terminal Server Pin
Randor 24-Dec-08 17:22
professional Randor 24-Dec-08 17:22 
QuestionCOleDateTime VC++ 6.0 to VC++ 9.0 porting Pin
pratap198019-Dec-08 8:33
pratap198019-Dec-08 8:33 
Hi All,

I had a piece of code on COleDateTime.

COledateTime shiftStart;

if (shiftStart.invalid)
shiftStart += COleDateTimeSpan(1,0,0,0);

in this piece of code shiftStart is invalid when i do an arthimatic on this i am getting an assertion.
I want to convert the invalid datetime to valid datetime thru arthimatic.

in VC++6.0 there is no assertion as the COledateTime code in AFXOLE.INL dosent have assertion check.
in VC++ 9.0 ATLCOMTIME.INL have the assertion check for valid date.

how can i force the compile to use the old AFXOLE.INL or is there a way arround to fix it in the code?

Thanks Everyone.
AnswerRe: COleDateTime VC++ 6.0 to VC++ 9.0 porting Pin
Stuart Dootson19-Dec-08 8:45
professionalStuart Dootson19-Dec-08 8:45 
QuestionCListCtrl and the OnColumnClick event. Pin
Chris Meech19-Dec-08 8:29
Chris Meech19-Dec-08 8:29 
AnswerRe: CListCtrl and the OnColumnClick event. Pin
Code-o-mat19-Dec-08 8:37
Code-o-mat19-Dec-08 8:37 
GeneralRe: CListCtrl and the OnColumnClick event. Pin
Chris Meech19-Dec-08 8:51
Chris Meech19-Dec-08 8:51 
QuestionFTP Append with FtpCommand on WinCe Pin
davidschneider8119-Dec-08 3:21
davidschneider8119-Dec-08 3:21 
AnswerRe: FTP Append with FtpCommand on WinCe Pin
Code-o-mat19-Dec-08 7:40
Code-o-mat19-Dec-08 7:40 
GeneralRe: FTP Append with FtpCommand on WinCe Pin
davidschneider8121-Dec-08 23:26
davidschneider8121-Dec-08 23:26 
GeneralRe: FTP Append with FtpCommand on WinCe Pin
Member 134925924-Feb-09 20:49
Member 134925924-Feb-09 20:49 
QuestionIs there any function to modify SubString of a string in VC++ Pin
kapardhi19-Dec-08 1:39
kapardhi19-Dec-08 1:39 
AnswerRe: Is there any function to modify SubString of a string in VC++ Pin
VC++Maniac19-Dec-08 1:43
VC++Maniac19-Dec-08 1:43 
AnswerRe: Is there any function to modify SubString of a string in VC++ Pin
Iain Clarke, Warrior Programmer19-Dec-08 3:29
Iain Clarke, Warrior Programmer19-Dec-08 3:29 
GeneralRe: Is there any function to modify SubString of a string in VC++ Pin
Hamid_RT19-Dec-08 5:31
Hamid_RT19-Dec-08 5:31 
AnswerRe: Is there any function to modify SubString of a string in VC++ Pin
David Crow20-Dec-08 6:39
David Crow20-Dec-08 6:39 
Questioncrash at vector::push_back. Pin
VC++Maniac19-Dec-08 1:16
VC++Maniac19-Dec-08 1:16 
AnswerRe: crash at vector::push_back. Pin
Jijo.Raj19-Dec-08 2:15
Jijo.Raj19-Dec-08 2:15 
GeneralRe: crash at vector::push_back. Pin
VC++Maniac19-Dec-08 2:47
VC++Maniac19-Dec-08 2:47 
QuestionRe: crash at vector::push_back. Pin
CPallini19-Dec-08 2:59
mveCPallini19-Dec-08 2:59 

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.