Click here to Skip to main content
15,908,906 members
Home / Discussions / COM
   

COM

 
GeneralRe: I want to integrate an “.exe” program in my application but I don’t know how to do that! Pin
Dan Neely4-Feb-08 2:49
Dan Neely4-Feb-08 2:49 
Generalcatastropic failure error from dll(created as wrapper) Pin
soniasan1-Feb-08 20:13
soniasan1-Feb-08 20:13 
GeneralRe: catastropic failure error from dll(created as wrapper) Pin
Paul Conrad3-Feb-08 7:43
professionalPaul Conrad3-Feb-08 7:43 
GeneralAbout the Document property of the WebBrowser control (activeX) Pin
keniagm1-Feb-08 6:49
keniagm1-Feb-08 6:49 
QuestionRe: About the Document property of the WebBrowser control (activeX) Pin
wickdom9-Feb-08 9:13
wickdom9-Feb-08 9:13 
QuestionExchange 2003/2005 callbacks with COM Pin
Raja Shekar31-Jan-08 14:17
Raja Shekar31-Jan-08 14:17 
QuestionAttempted to read or write protected memory Pin
BigFrank31-Jan-08 5:20
BigFrank31-Jan-08 5:20 
GeneralMIDL2025 error building an attributed COM project in VS 2008 (migrated from 2005) Pin
Chris Bardon31-Jan-08 3:15
Chris Bardon31-Jan-08 3:15 
I have a COM project that builds fine in VS 2005 pro that I'm trying to migrate to 2008 pro. When the project links though, I get an MIDL2025 error when it tries to link an interface method that uses an exported structure. Is there something that changed between the two versions, or is there something else that I have to set in the build environment? Here's a snippet that shows what I'm dealing with:

[export,library_block]
struct MSG
{
DWORD dwMsg;
DWORD dwID;
};

// _IEvents
[
object,
uuid("B0EE4D4C-7153-4844-9907-CAAEB5F4B214"),
helpstring("_IEvents Interface"),
pointer_default(unique)
]
__interface _IEvents: IUnknown
{
[id(1), helpstring("method MessageEvent")] HRESULT MessageEvent([in] MSG m);
};
Generalthe extended type name of COM Pin
richardye30-Jan-08 13:23
richardye30-Jan-08 13:23 
GeneralStreamlining the managed COM - VBA development process Pin
Dan Neely29-Jan-08 10:43
Dan Neely29-Jan-08 10:43 
GeneralDebugging com objects Pin
Dan Neely29-Jan-08 7:40
Dan Neely29-Jan-08 7:40 
GeneralRe: Debugging com objects Pin
Dan Neely1-Feb-08 5:23
Dan Neely1-Feb-08 5:23 
GeneralRegistry activity when compiling COM objects Pin
Dan Neely29-Jan-08 7:01
Dan Neely29-Jan-08 7:01 
GeneralRe: Registry activity when compiling COM objects Pin
User 21559729-Jan-08 23:54
User 21559729-Jan-08 23:54 
GeneralRe: Registry activity when compiling COM objects Pin
Dan Neely31-Jan-08 4:32
Dan Neely31-Jan-08 4:32 
GeneralRe: Registry activity when compiling COM objects Pin
User 21559731-Jan-08 5:12
User 21559731-Jan-08 5:12 
GeneralRe: Registry activity when compiling COM objects Pin
Dan Neely31-Jan-08 6:51
Dan Neely31-Jan-08 6:51 
GeneralRe: Registry activity when compiling COM objects Pin
User 21559731-Jan-08 11:23
User 21559731-Jan-08 11:23 
GeneralAdding new interface to activex control Pin
sv1428-Jan-08 23:03
sv1428-Jan-08 23:03 
GeneralRe: Adding new interface to activex control Pin
prasad_som12-Feb-08 7:17
prasad_som12-Feb-08 7:17 
GeneralActiveX Control Study Material.. Pin
Member 310062427-Jan-08 22:17
Member 310062427-Jan-08 22:17 
GeneralHBITMAP marshalling with out-of-process servers Pin
Gary Wheeler24-Jan-08 3:04
Gary Wheeler24-Jan-08 3:04 
GeneralCOM exe startup issue Pin
act_x23-Jan-08 6:41
act_x23-Jan-08 6:41 
GeneralRe: COM exe startup issue Pin
Cedric Moonen23-Jan-08 20:57
Cedric Moonen23-Jan-08 20:57 
QuestionHow do I create a managed com object with VS03? Pin
Dan Neely23-Jan-08 5:08
Dan Neely23-Jan-08 5:08 

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.