B
Babak Asadi
Hi everyone,
I have an ATL Attributed project in VC++.NET 2002 and I'm having the
following idl import problem.
I have the following scenario:
__interface IMyInterface : IUnknown
{
[import("file.idl")];
.....
}
I set the path for file.idl in Project Properties->MIDL->General->Additional
Include Directories
but when I compile I get theMIDL1001 error saying it can't open input file
file.idl
It seems that the Additional Include Directories is being ignored by MIDL or
not being sent to MIDL.
Thanks in advance,
Babak.
I have an ATL Attributed project in VC++.NET 2002 and I'm having the
following idl import problem.
I have the following scenario:
__interface IMyInterface : IUnknown
{
[import("file.idl")];
.....
}
I set the path for file.idl in Project Properties->MIDL->General->Additional
Include Directories
but when I compile I get theMIDL1001 error saying it can't open input file
file.idl
It seems that the Additional Include Directories is being ignored by MIDL or
not being sent to MIDL.
Thanks in advance,
Babak.