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

COM

 
GeneralCOM+ Transaction err0r Pin
versatile_me21-Apr-04 18:03
versatile_me21-Apr-04 18:03 
GeneralLoad COM from a remote location Pin
Fabio Panzavolta21-Apr-04 3:47
Fabio Panzavolta21-Apr-04 3:47 
GeneralCreateDispatch AccessDenied Pin
shiraztk21-Apr-04 0:49
shiraztk21-Apr-04 0:49 
GeneralCOM tutorials Pin
Poorniselva21-Apr-04 0:41
Poorniselva21-Apr-04 0:41 
Generalexposing a class library as a COM object Pin
User 96257820-Apr-04 9:41
User 96257820-Apr-04 9:41 
GeneralCatching COM Events without using ATL Pin
jerry0davis20-Apr-04 5:09
jerry0davis20-Apr-04 5:09 
GeneralRe: Catching COM Events without using ATL Pin
Mike Dimmick20-Apr-04 5:54
Mike Dimmick20-Apr-04 5:54 
GeneralError MIDL1001 : cannot open input file oaidl.idl Pin
M Ashok Kumar20-Apr-04 2:26
M Ashok Kumar20-Apr-04 2:26 
Hi everyone,

I m a beginner in COM.

I have created one .idl file. while compiling it with midl.exe, I m getting the error as :MIDL1001 : cannot open input file oaidl.idl

I have no idea, why it can't open the oaidl.idl file. can anyone, please help me on this...

here is the code of my .idl file:

import "oaidl.idl";
[
object,
uuid(1E2F24ED-0317-4990-A29D-55FB73908C68)
]
interface IFirstInterface : IUnknown
{
HRESULT DoSomething();
};

[
uuid(4619C849-67DC-4f24-B5D2-0E215B1DBD6A),
version(1.0)
]
library FirstTypeLib
{
importlib("stdole32.tlb");
[
uuid(C69DA526-39B4-4810-803B-43A9F9AC5376)
]
coclass FirstComponent
{
[default] interface IFirstInterface;
};
};

Expecting some early reply.

thanks,
Ashok
GeneralRe: Error MIDL1001 : cannot open input file oaidl.idl Pin
Steve S20-Apr-04 2:31
Steve S20-Apr-04 2:31 
GeneralRe: Error MIDL1001 : cannot open input file oaidl.idl Pin
M Ashok Kumar20-Apr-04 2:38
M Ashok Kumar20-Apr-04 2:38 
GeneralRe: Error MIDL1001 : cannot open input file oaidl.idl Pin
Anonymous20-Apr-04 4:28
Anonymous20-Apr-04 4:28 
GeneralRe: Error MIDL1001 : cannot open input file oaidl.idl Pin
Mike Dimmick20-Apr-04 6:32
Mike Dimmick20-Apr-04 6:32 
GeneralRe: Error MIDL1001 : cannot open input file oaidl.idl Pin
M Ashok Kumar20-Apr-04 20:19
M Ashok Kumar20-Apr-04 20:19 
GeneralRe: Error MIDL1001 : cannot open input file oaidl.idl Pin
Steve S20-Apr-04 21:52
Steve S20-Apr-04 21:52 
GeneralRe: Error MIDL1001 : cannot open input file oaidl.idl Pin
M Ashok Kumar20-Apr-04 22:02
M Ashok Kumar20-Apr-04 22:02 
GeneralWindows Xp2 Firewall Pin
Member 1697720-Apr-04 1:57
Member 1697720-Apr-04 1:57 
QuestionHow to support file versioning related issues Pin
Anonymous19-Apr-04 21:17
Anonymous19-Apr-04 21:17 
GeneralCOM and C# question Pin
User 96257819-Apr-04 10:29
User 96257819-Apr-04 10:29 
QuestionHow to minimize the size of ATLCOM Pin
Anonymous19-Apr-04 8:09
Anonymous19-Apr-04 8:09 
AnswerRe: How to minimize the size of ATLCOM Pin
Mike Dimmick19-Apr-04 8:51
Mike Dimmick19-Apr-04 8:51 
GeneralFull control difference Pin
Abhi Lahare18-Apr-04 20:16
Abhi Lahare18-Apr-04 20:16 
GeneralDetecting client path Pin
sumudu18-Apr-04 20:03
sumudu18-Apr-04 20:03 
GeneralGetting Started with Com+ Pin
Hemant Mane18-Apr-04 19:34
Hemant Mane18-Apr-04 19:34 
GeneralHelp getting started with MAPI Pin
PJ Arends18-Apr-04 8:56
professionalPJ Arends18-Apr-04 8:56 
GeneralRe: Help getting started with MAPI Pin
Prakash Nadar18-Apr-04 15:26
Prakash Nadar18-Apr-04 15:26 

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.