Click here to Skip to main content
15,910,121 members
Home / Discussions / COM
   

COM

 
GeneralRe: Preview Outlook Exress style Pin
Serge Baltic20-Mar-02 0:48
Serge Baltic20-Mar-02 0:48 
GeneralMultiple import Pin
Sunny_leung16-Mar-02 9:07
Sunny_leung16-Mar-02 9:07 
GeneralRe: Multiple import Pin
Joao Vaz18-Mar-02 0:51
Joao Vaz18-Mar-02 0:51 
GeneralActiveX Pin
Leesen16-Mar-02 3:43
Leesen16-Mar-02 3:43 
GeneralRe: ActiveX Pin
Mazdak16-Mar-02 4:10
Mazdak16-Mar-02 4:10 
Generalerror C2501: 'MIDL_INTERFACE' Pin
drewtenn15-Mar-02 19:05
drewtenn15-Mar-02 19:05 
GeneralRe: error C2501: 'MIDL_INTERFACE' Pin
Joao Vaz18-Mar-02 1:28
Joao Vaz18-Mar-02 1:28 
GeneralRe: error C2501: 'MIDL_INTERFACE' Pin
18-Mar-02 5:59
suss18-Mar-02 5:59 
I'm a little confused... What and where would I use the #import directive? The problem that I was running into was that MIDL_INTERFACE was not defined anywhere. When I looked at

#include "rpcndr.h"

in VS 6.0 it contained this

#define MIDL_INTERFACE(x) struct __declspec(uuid(x)) __declspec(novtable)

however in WinCE 300 SDK it did not. To fix this, I just defined MIDL_INTERFACE in my IDL generated header file.

However, I can't imagine this is what I should really be doing just to add a control to my WinCE application.
Generalone problem about vbscript.dll Pin
Davidlou15-Mar-02 16:07
Davidlou15-Mar-02 16:07 
GeneralTrouble with MSXML 4 Pin
MightyM15-Mar-02 10:26
MightyM15-Mar-02 10:26 
GeneralRe: Trouble with MSXML 4 Pin
pba_15-Mar-02 11:29
pba_15-Mar-02 11:29 
GeneralRe: Trouble with MSXML 4 Pin
MightyM15-Mar-02 11:34
MightyM15-Mar-02 11:34 
GeneralRe: Trouble with MSXML 4 Pin
pba_15-Mar-02 11:55
pba_15-Mar-02 11:55 
GeneralRe: Trouble with MSXML 4 Pin
15-Mar-02 12:22
suss15-Mar-02 12:22 
GeneralRe: Trouble with MSXML 4 Pin
MightyM18-Mar-02 5:19
MightyM18-Mar-02 5:19 
GeneralActiveX control doesn't paint at design-time Pin
15-Mar-02 10:27
suss15-Mar-02 10:27 
GeneralDCOM with Visual C++ Pin
15-Mar-02 8:24
suss15-Mar-02 8:24 
GeneralRe: DCOM with Visual C++ Pin
Anand Amirineni15-Mar-02 9:14
Anand Amirineni15-Mar-02 9:14 
Generalreceiving a Boolean type in VB Pin
Jerome Conus15-Mar-02 5:28
Jerome Conus15-Mar-02 5:28 
GeneralRe: receiving a Boolean type in VB Pin
pba_15-Mar-02 8:14
pba_15-Mar-02 8:14 
GeneralRe: receiving a Boolean type in VB Pin
Anand Amirineni15-Mar-02 9:54
Anand Amirineni15-Mar-02 9:54 
GeneralImplement onIdle Pin
dejan.n15-Mar-02 3:12
dejan.n15-Mar-02 3:12 
GeneralRe: Implement onIdle Pin
Prem Kumar15-Mar-02 8:13
Prem Kumar15-Mar-02 8:13 
GeneralPassing a BSTR to VB Pin
Jerome Conus14-Mar-02 21:37
Jerome Conus14-Mar-02 21:37 
GeneralRe: Passing a BSTR to VB Pin
Mazdak14-Mar-02 22:04
Mazdak14-Mar-02 22:04 

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.