E1055: Unable to open 'windows.h'
E1055: Unable to open 'windows.h'
(OP)
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
Code runs perfectly in VC++ but when I try to run it in MATLAB, the VC++ compiler cannot find "windows.h".
Any ideas?
TIA





RE: E1055: Unable to open 'windows.h'
TTFN
RE: E1055: Unable to open 'windows.h'
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.