Click here to Skip to main content
15,914,368 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
JokeRe: help me!! Pin
Cedric Moonen27-Apr-09 4:43
Cedric Moonen27-Apr-09 4:43 
GeneralRe: help me!! Pin
David Crow27-Apr-09 4:51
David Crow27-Apr-09 4:51 
Questioncopy File/Folder Pin
MsmVc27-Apr-09 2:51
MsmVc27-Apr-09 2:51 
QuestionRe: copy File/Folder Pin
CPallini27-Apr-09 3:02
mveCPallini27-Apr-09 3:02 
AnswerRe: copy File/Folder Pin
KarstenK27-Apr-09 3:12
mveKarstenK27-Apr-09 3:12 
QuestionRe: copy File/Folder Pin
David Crow27-Apr-09 3:35
David Crow27-Apr-09 3:35 
QuestionOne dought Pin
Deepu Antony27-Apr-09 2:38
Deepu Antony27-Apr-09 2:38 
AnswerRe: One dought Pin
CPallini27-Apr-09 2:51
mveCPallini27-Apr-09 2:51 
GeneralRe: One dought Pin
Deepu Antony27-Apr-09 3:00
Deepu Antony27-Apr-09 3:00 
GeneralRe: One dought Pin
CPallini27-Apr-09 3:04
mveCPallini27-Apr-09 3:04 
GeneralRe: One dought Pin
Deepu Antony27-Apr-09 3:06
Deepu Antony27-Apr-09 3:06 
QuestionWhat if I write Interface defination inside a library block. Pin
pandit8426-Apr-09 23:53
pandit8426-Apr-09 23:53 
AnswerRe: What if I write Interface defination inside a library block. Pin
Stephen Hewitt27-Apr-09 0:14
Stephen Hewitt27-Apr-09 0:14 
AnswerRe: What if I write Interface defination inside a library block. Pin
Stuart Dootson27-Apr-09 0:34
professionalStuart Dootson27-Apr-09 0:34 
QuestionOXCaptionPainter error message that, 'CPushRoutingFrame' : 'class' type redefinition Pin
NamitaS26-Apr-09 23:53
NamitaS26-Apr-09 23:53 
AnswerRe: OXCaptionPainter error message that, 'CPushRoutingFrame' : 'class' type redefinition Pin
Cedric Moonen27-Apr-09 0:03
Cedric Moonen27-Apr-09 0:03 
GeneralRe: OXCaptionPainter error message that, 'CPushRoutingFrame' : 'class' type redefinition Pin
NamitaS27-Apr-09 1:42
NamitaS27-Apr-09 1:42 
Hi
I included OXCaptionPainter.h file in MainDlg.cpp class of my project.
The header files in the COXCaptionPainter.cpp class are included as below:


#include "StdAfx.h"
#include <shlwapi.h>
#include "OXCaptionPainter.h"
#include "UTBStrOp.h"

#include "UTB64Bit.h"

#include "WTypes.h"

#ifndef __OXMFCIMPL_H__
#if _MFC_VER >= 0x0700
#if _MFC_VER >= 1400
#include <afxtempl.h>
#endif
#include <..\src\mfc\afximpl.h> ********** I suppose something wrong in this line.
#else
#include <..\src\afximpl.h>
#endif
#define __OXMFCIMPL_H__
#endif

#ifndef OXCP_NO_SAVESTATE
#include "OXRegistryValFile.h"
#endif // OXCP_NO_SAVESTATE




Thanks and Regards
Namita
GeneralRe: OXCaptionPainter error message that, 'CPushRoutingFrame' : 'class' type redefinition Pin
Cedric Moonen27-Apr-09 1:57
Cedric Moonen27-Apr-09 1:57 
GeneralRe: OXCaptionPainter error message that, 'CPushRoutingFrame' : 'class' type redefinition Pin
NamitaS27-Apr-09 2:12
NamitaS27-Apr-09 2:12 
GeneralRe: OXCaptionPainter error message that, 'CPushRoutingFrame' : 'class' type redefinition Pin
Cedric Moonen27-Apr-09 2:33
Cedric Moonen27-Apr-09 2:33 
AnswerRe: OXCaptionPainter error message that, 'CPushRoutingFrame' : 'class' type redefinition Pin
NamitaS27-Apr-09 3:02
NamitaS27-Apr-09 3:02 
QuestionInstall ActiveX in non admin Pin
p_196026-Apr-09 22:18
p_196026-Apr-09 22:18 
AnswerCross Posted Pin
led mike27-Apr-09 4:36
led mike27-Apr-09 4:36 
Questionhow to get gps value Pin
yunpil26-Apr-09 21:07
yunpil26-Apr-09 21:07 
AnswerRe: how to get gps value Pin
ThatsAlok26-Apr-09 21:16
ThatsAlok26-Apr-09 21:16 

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.