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

COM

 
GeneralIDL syntax for SAFEARRAY parameters Pin
nebbish6-Nov-02 10:14
nebbish6-Nov-02 10:14 
GeneralRe: IDL syntax for SAFEARRAY parameters Pin
Steve S7-Nov-02 21:31
Steve S7-Nov-02 21:31 
GeneralApps hangs in memory.. Pin
LukeV6-Nov-02 4:07
LukeV6-Nov-02 4:07 
QuestionWhen a WebBrowser2 control navigate a Web Page,how to drop selected range's html source to a EditBox control? Pin
ChengMing Liu6-Nov-02 1:59
ChengMing Liu6-Nov-02 1:59 
GeneralDLL COM Problems Pin
simwiz6-Nov-02 0:40
simwiz6-Nov-02 0:40 
GeneralRe: DLL COM Problems Pin
Stephane Rodriguez.6-Nov-02 1:01
Stephane Rodriguez.6-Nov-02 1:01 
GeneralRe: DLL COM Problems Pin
simwiz6-Nov-02 3:32
simwiz6-Nov-02 3:32 
GeneralRe: DLL COM Problems Pin
Stephane Rodriguez.6-Nov-02 3:46
Stephane Rodriguez.6-Nov-02 3:46 
This code looks pretty much ok, but there are many things to figure out :
- if you try dumpbin /exports, do you see 4 exported function names ?
- do you have an IDL file ?
- do you use ATL for the registration ? and regarding this, what is the implementation of DllRegisterServer() and DllGetClassObject() ?

I guess that, instead you start zipping the whole stuff and upload it somewhere, you could get a bit further by putting a breakpoint in DllRegisterServer() (I assume your component is a DLL, not a .exe). At least if this gets called when you do regsvr32, that's because things are about right.
Then, put a breakpoint in DllGetClassObject(), there you should see somehow a class factory create for you an instance of CSomething. If you are using ATL, you'll have to put a breakpoint in the plain ATL code.


Back to real work : D-24.
GeneralRe: DLL COM Problems Pin
simwiz6-Nov-02 5:40
simwiz6-Nov-02 5:40 
QuestionIStream Interface, How to Update data ? Pin
sajal5-Nov-02 3:21
sajal5-Nov-02 3:21 
QuestionHow Can I Export a CMDIChildFrame from a COM? Pin
IMiracle4-Nov-02 0:48
IMiracle4-Nov-02 0:48 
Question??? documentation or SDK for MS-Word 97 and 2000 DOC-file format ??? Pin
maksym_from_odessa3-Nov-02 6:04
maksym_from_odessa3-Nov-02 6:04 
GeneralCOM Local Security Pin
thowra31-Oct-02 4:29
thowra31-Oct-02 4:29 
GeneralRe: COM Local Security Pin
Stephane Rodriguez.31-Oct-02 5:44
Stephane Rodriguez.31-Oct-02 5:44 
GeneralHELPPPP Pin
Renjith Ramachandran29-Oct-02 16:33
Renjith Ramachandran29-Oct-02 16:33 
GeneralRe: HELPPPP Pin
Christian Graus29-Oct-02 16:47
protectorChristian Graus29-Oct-02 16:47 
GeneralRe: HELPPPP Pin
Stephane Rodriguez.31-Oct-02 5:38
Stephane Rodriguez.31-Oct-02 5:38 
GeneralRe: HELPPPP Pin
Christian Graus31-Oct-02 9:43
protectorChristian Graus31-Oct-02 9:43 
GeneralRe: HELPPPP Pin
Renjith Ramachandran1-Nov-02 6:45
Renjith Ramachandran1-Nov-02 6:45 
GeneralProblem using IStorage::CreateStream() Pin
Xeena28-Oct-02 2:09
Xeena28-Oct-02 2:09 
GeneralRe: Problem using IStorage::CreateStream() Pin
ian mariano29-Oct-02 2:37
ian mariano29-Oct-02 2:37 
GeneralRe: Problem using IStorage::CreateStream() Pin
sajal5-Nov-02 3:24
sajal5-Nov-02 3:24 
QuestionHow to build CCommand from IRowset* Pin
Rohit27-Oct-02 20:18
Rohit27-Oct-02 20:18 
GeneralCOM freezed Pin
Ph@ntom25-Oct-02 21:05
Ph@ntom25-Oct-02 21:05 
GeneralDesign Question Pin
Simon Steele25-Oct-02 0:02
Simon Steele25-Oct-02 0:02 

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.