Re: how to set up a C compiler in matlab under Vista 64 bits
- From: Adam Chapman <adam.chapman@xxxxxxxxxxxxxxxxxxxxxxxx>
- Date: Fri, 29 Feb 2008 11:53:23 -0800 (PST)
On Feb 29, 7:47 pm, "Bousse " <ale...@xxxxxxxxxx> wrote:
Hello everyone
I am struggling to set up a C compiler in matlab. I am
working with Matlab 2007a, with Windows Vista 64 bits
(professional edition). I have installed Visual Studio Pro
2005 (V8.0), and this version of VS is supposed to be the
one that can work with matlab on a 64 bits Windows OS.
However, when I imput "mex -setup" in the command prompt,
matlab cannot detect the compiler. I can only choose [0] (none).
I am totally lost, I don't know what should I do. I have to
recompile 100% of my C code as soon as possible.
Thank you very much for you help
Regards,
Alexandre
I had a similar problem in vista 32 bit.
If your problem is the same as mine was, do this:
First you need Download Microsoft's SDK (search for it on microsoft's
website)
1.Create a directory "PlatformSDK" under "C:\%ProgramFiles%\Microsoft
Visual Studio 8\VC"
2. Copy the "bin", "include" and "lib" directory from the PSDK-
installation into this directory.
Go to control panel > system > advanced settings
Create a new environment variable called "MSSdk", with the address
"%ProgramFiles%\Microsoft Visual Studio 8\VC"
.
- Follow-Ups:
- References:
- Prev by Date: Re: execution order in simulink
- Next by Date: Re: help! I have some problem in simulink
- Previous by thread: how to set up a C compiler in matlab under Vista 64 bits
- Next by thread: Re: how to set up a C compiler in matlab under Vista 64 bits
- Index(es):
Relevant Pages
|