Click here to Skip to main content
15,885,278 members
Home / Discussions / COM
   

COM

 
QuestionIssue: adding functions to existing COM EXE [modified] Pin
KTTransfer1-Nov-09 21:38
KTTransfer1-Nov-09 21:38 
AnswerRe: Issue: adding functions to existing COM EXE Pin
serzh833-Nov-09 1:34
serzh833-Nov-09 1:34 
AnswerRe: Issue: adding functions to existing COM EXE Pin
Roger Stoltz3-Nov-09 4:41
Roger Stoltz3-Nov-09 4:41 
QuestionActivex control to capture webcam and send to a publishing point Pin
Fil_Bell1-Nov-09 6:45
Fil_Bell1-Nov-09 6:45 
AnswerRe: Activex control to capture webcam and send to a publishing point Pin
Ahmed Charfeddine4-Nov-09 2:36
Ahmed Charfeddine4-Nov-09 2:36 
QuestionHow to capture "What I see" in my monitor, in a Windows 7 in realtime with a really highframe rate? Pin
sinosoidal30-Oct-09 3:07
sinosoidal30-Oct-09 3:07 
AnswerRe: How to capture "What I see" in my monitor, in a Windows 7 in realtime with a really highframe rate? Pin
«_Superman_»30-Oct-09 15:48
professional«_Superman_»30-Oct-09 15:48 
QuestionUnhandled exception in CreateCompatibleBitmap() Pin
tibbasultanpur29-Oct-09 18:29
tibbasultanpur29-Oct-09 18:29 
I have calling Initialize function with these parameters
Initialize(this->GetDC(),200,200);


Unhandled exception occurred at: m_pBitmap->CreateCompatibleBitmap(pInputDC,width,height);
void Initialize(CDC* pInputDC,int width, int height)
{
        CDC *m_pDC;
	CBitmap* m_pBitmap;

	m_pDC->CreateCompatibleDC(pInputDC);
	m_pBitmap->CreateCompatibleBitmap(pInputDC, width, height);
	m_pDC->SelectObject(m_pBitmap);
	m_pDC->Rectangle(0,0,width,height);
}


This is shown in call stack when exception occurred:
mfc80ud.dll!CGdiObject::Attach(void * hObject=0xb90510f0)  Line 1157 + 0x3 bytes
mfc80ud.dll!CBitmap::CreateCompatibleBitmap(CDC * pDC=0x004bf954, int nWidth=336, int nHeight=189)  Line 251 + 0x25 bytes
AxGraph.ocx!CGraphCtrl::Initialize(CDC * pInputDC=0x004bf954, int width=336, int height=189)  Line 27

AnswerRe: Unhandled exception in CreateCompatibleBitmap() Pin
Covean30-Oct-09 3:31
Covean30-Oct-09 3:31 
AnswerRe: Unhandled exception in CreateCompatibleBitmap() Pin
serzh833-Nov-09 1:59
serzh833-Nov-09 1:59 
QuestionIs it possible for a 32-bit app to call a 64-bit COM server? Pin
darwei29-Oct-09 15:53
darwei29-Oct-09 15:53 
AnswerRe: Is it possible for a 32-bit app to call a 64-bit COM server? Pin
cariolihome7-Nov-09 10:59
cariolihome7-Nov-09 10:59 
QuestionCSharp com interop wrapper events... Pin
Arish rivlin26-Oct-09 20:11
Arish rivlin26-Oct-09 20:11 
AnswerRe: CSharp com interop wrapper events... Pin
«_Superman_»27-Oct-09 7:35
professional«_Superman_»27-Oct-09 7:35 
QuestionWhat happened to regtlib? Pin
RugbyLeague22-Oct-09 4:03
RugbyLeague22-Oct-09 4:03 
AnswerRe: What happened to regtlib? Pin
Baltoro22-Oct-09 13:53
Baltoro22-Oct-09 13:53 
QuestionCatch an event, fired within a custom late-bounded DLL Pin
MatthysDT20-Oct-09 1:37
MatthysDT20-Oct-09 1:37 
QuestionIWebbrowser: Toolbar handling and event for modifying content? Pin
AlexInter19-Oct-09 21:41
AlexInter19-Oct-09 21:41 
AnswerRe: IWebbrowser: Toolbar handling and event for modifying content? Pin
Cool_Dev23-Oct-09 5:38
Cool_Dev23-Oct-09 5:38 
Questionerror C4772: #import referenced a type from a missing type library Pin
samfromcn18-Oct-09 20:15
samfromcn18-Oct-09 20:15 
AnswerRe: error C4772: #import referenced a type from a missing type library Pin
Stuart Dootson18-Oct-09 22:10
professionalStuart Dootson18-Oct-09 22:10 
GeneralRe: error C4772: #import referenced a type from a missing type library Pin
samfromcn18-Oct-09 23:35
samfromcn18-Oct-09 23:35 
GeneralRe: error C4772: #import referenced a type from a missing type library Pin
Stuart Dootson19-Oct-09 0:12
professionalStuart Dootson19-Oct-09 0:12 
Questiontwo questions about shell extensions Pin
xalspaero16-Oct-09 12:10
xalspaero16-Oct-09 12:10 
AnswerRe: two questions about shell extensions Pin
Michael Dunn22-Oct-09 14:05
sitebuilderMichael Dunn22-Oct-09 14:05 

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.