Link to home
Start Free TrialLog in
Avatar of Cyber-Drugs
Cyber-DrugsFlag for United Kingdom of Great Britain and Northern Ireland

asked on

warning C4192: automatically excluding 'wireHDC' while importing type library 'C:\\Windows\\System32\\mshtml.tlb'

Hi guys,

Any idea how I can remove this warning?

warning C4192: automatically excluding 'wireHDC' while importing type library 'C:\\Windows\\System32\\mshtml.tlb'

It points to this line:

#import "C:\\Windows\\System32\\mshtml.tlb"

Cheers!
ASKER CERTIFIED SOLUTION
Avatar of bdunz19
bdunz19

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Cyber-Drugs

ASKER

That did the trick, cheers Brandon! :)