Wednesday, November 23, 2011

vc++ error: midl : command line error MIDL1001 : cannot open input file sapiddk.idl

Error: midl : command line error MIDL1001 : cannot open input file sapiddk.idl

Solution:
This is for information of any person facing this kind of error.

I faced similar error for one of my project giving

command line error MIDL1001: cannot open input file sapi.idl

I solved this issue by just giving Inclue path of sapi.idl in the IDE of Visual Studio 6 in
tools->options->Directory->Include Files

Just search that where does this sapi.idl resides and then put that path in includes here.

Source:http://www.codeguru.com/forum/archive/index.php/t-70344.html

No comments:

Post a Comment