I have a very nasty problem with Matlab. I have a regular C-style DLL to talk to our hardware. It works great on my PC and works great on my colleague's computer. On the third PC, it does not boot using:
Error using ==> loadlibrary on 365 Failed to complete preliminary input file input process. Exiting the preprocessor: "cl" is not recognized as an internal or external command, operating program, or batch file.
Obviously, he cannot find the compiler. However, the launch! Mex -setup gets my intermediate bit to select the only compiler on the machine (VS2008) and check with! Set vs shows the paths as correct. Trying to add paths directly also does not help. Since I know very little about Matlab and the extensive trawl on the Matlab forums and attempted suggestions it just doesn't help. Someone tell me?
source share