Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TugboatEng on being selected by the Eng-Tips community for having the most helpful posts in the forums last week. Way to Go!

E1055: Unable to open 'windows.h'

Status
Not open for further replies.

knji

Electrical
Joined
Jun 27, 2004
Messages
83
Location
CA
Why would any compiler or linker be unable to open Windows.h?

Code runs perfectly in VC++ but when I try to run it in MATLAB, the VC++ compiler cannot find "windows.h".

Any ideas?

TIA
 
Are you sure all the paths are correct? If it can't find it, it must be because it's not on the pathlist

TTFN
 
Problem solved.

It turned out that the file did not come with the compiler. I had to install the latest version of the compiler to get its own version of windows.h.

Thanks.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top