Click here to Skip to main content
15,913,467 members
Home / Discussions / COM
   

COM

 
GeneralRe: Office CommandBar Button Pin
HakunaMatada26-Apr-06 17:36
HakunaMatada26-Apr-06 17:36 
GeneralRe: Office CommandBar Button Pin
HakunaMatada26-Apr-06 19:00
HakunaMatada26-Apr-06 19:00 
GeneralRe: Office CommandBar Button Pin
Stephen Hewitt26-Apr-06 21:18
Stephen Hewitt26-Apr-06 21:18 
GeneralRe: Office CommandBar Button Pin
Michael Dunn27-Apr-06 19:40
sitebuilderMichael Dunn27-Apr-06 19:40 
GeneralRe: Office CommandBar Button Pin
HakunaMatada27-Apr-06 20:24
HakunaMatada27-Apr-06 20:24 
GeneralRe: Office CommandBar Button Pin
Michael Dunn27-Apr-06 20:36
sitebuilderMichael Dunn27-Apr-06 20:36 
QuestionCscomp Rotor Pin
David_cole25-Apr-06 21:56
David_cole25-Apr-06 21:56 
QuestionClosing an Application Pin
lavate malllik25-Apr-06 18:44
lavate malllik25-Apr-06 18:44 
The following code is written in OncLose Function.
void CMainFrame::OnClose()
{
m_pFMApplicationv7->Release();
m_pFMApplicationv7 = NULL;
CoUninitialize();

CFrameWnd::OnClose();

}
m_pFMApplicationv7 is a Interface Pointer of COM Object which is created using CoCreateInstance.The COM server is written in .NET-C#.Client is MFC.

When I close the application I got the following excepton.
Unhandled Exception in CFDlink.exe (KERNEL32.DLL):0XE0434F4D) : (NO NAME)

Kindly help me to resolve this issue.


Regards
Lavate Mallikarjun Avanna
Flowmaster India Pvt. Ltd.
AnswerRe: Closing an Application Pin
Stephen Hewitt25-Apr-06 19:55
Stephen Hewitt25-Apr-06 19:55 
AnswerRe: Closing an Application Pin
Vibhash Jha3-May-06 2:59
Vibhash Jha3-May-06 2:59 
Questionusing matlab code in vb environment Pin
freesun25-Apr-06 9:07
freesun25-Apr-06 9:07 
AnswerRe: using matlab code in vb environment Pin
Vibhash Jha3-May-06 3:06
Vibhash Jha3-May-06 3:06 
GeneralRe: using matlab code in vb environment Pin
freesun3-May-06 3:22
freesun3-May-06 3:22 
GeneralRe: using matlab code in vb environment Pin
Vibhash Jha3-May-06 3:50
Vibhash Jha3-May-06 3:50 
GeneralRe: using matlab code in vb environment Pin
freesun3-May-06 7:18
freesun3-May-06 7:18 
GeneralRe: using matlab code in vb environment Pin
Vibhash Jha3-May-06 19:27
Vibhash Jha3-May-06 19:27 
GeneralRe: using matlab code in vb environment Pin
freesun5-May-06 0:58
freesun5-May-06 0:58 
GeneralRe: using matlab code in vb environment Pin
Vibhash Jha5-May-06 1:20
Vibhash Jha5-May-06 1:20 
GeneralRe: using matlab code in vb environment Pin
freesun5-May-06 3:53
freesun5-May-06 3:53 
GeneralRe: using matlab code in vb environment Pin
Vibhash Jha5-May-06 4:31
Vibhash Jha5-May-06 4:31 
GeneralRe: using matlab code in vb environment Pin
freesun5-May-06 4:33
freesun5-May-06 4:33 
GeneralRe: using matlab code in vb environment Pin
Vibhash Jha5-May-06 4:57
Vibhash Jha5-May-06 4:57 
GeneralRe: using matlab code in vb environment Pin
freesun5-May-06 6:29
freesun5-May-06 6:29 
QuestionWorking with the Shell and an object in a virtual folder Pin
DeepT25-Apr-06 8:23
DeepT25-Apr-06 8:23 
QuestionCOM interface as a wrapper for MFC SDI Pin
kirannarik25-Apr-06 2:55
kirannarik25-Apr-06 2:55 

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.