Difference between revisions of "Support:Tech notes"
Jump to navigation
Jump to search
(New page: == Mex and compiler setting == === How to set up mex compiler on a 64-bit Matlab using Visual Studio 2008 Professional === === How to set up mex compiler on a 64-bit Matlab using MinGW =...) |
|||
Line 1: | Line 1: | ||
== Mex and compiler setting == | == Mex and compiler setting == | ||
− | === How to set up mex compiler on a 64-bit Matlab using Visual Studio 2008 Professional === | + | ==== How to set up mex compiler on a 64-bit Matlab using Visual Studio 2008 Professional ==== |
− | === How to set up mex compiler on a 64-bit Matlab using MinGW === | + | ==== How to set up mex compiler on a 64-bit Matlab using MinGW ==== |
− | === How to set up the C compiler from Visual Studio 2008 on a 64-bit Windows system === | + | ==== How to set up the C compiler from Visual Studio 2008 on a 64-bit Windows system ==== |
+ | # Go to control->system->environmental variables. Edit 'path' and add the following dir: | ||
+ | ## C:\Program Files (x86)\Microsoft Visual Studio 9.0\Common7\Tools | ||
+ | ## C:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\bin | ||
+ | ## C:\Program Files (x86)\Microsoft Visual Studio 9.0\Common7\IDE | ||
− | === How to set up the C compiler from MinGW on a 64-bit Windows system === | + | ==== How to set up the C compiler from MinGW on a 64-bit Windows system ==== |
Revision as of 19:17, 26 February 2008
Mex and compiler setting
How to set up mex compiler on a 64-bit Matlab using Visual Studio 2008 Professional
How to set up mex compiler on a 64-bit Matlab using MinGW
How to set up the C compiler from Visual Studio 2008 on a 64-bit Windows system
- Go to control->system->environmental variables. Edit 'path' and add the following dir:
- C:\Program Files (x86)\Microsoft Visual Studio 9.0\Common7\Tools
- C:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\bin
- C:\Program Files (x86)\Microsoft Visual Studio 9.0\Common7\IDE