Jan 15, 2005 #1 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
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
Jan 15, 2005 #2 IRstuff Aerospace Joined Jun 3, 2002 Messages 44,896 Location US 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 Upvote 0 Downvote
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
Jan 16, 2005 Thread starter #3 knji Electrical Joined Jun 27, 2004 Messages 83 Location CA 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. Upvote 0 Downvote
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.