Bonjour,
Je desire faire un connect to target sur un logiciel de simple acquisition de donnee en temps reel d'un encodeur.
Le probleme, c'est que lorsque je demande la connexion, malgre avoir fait un mex -setup pour selectionner VC 9
Il me met :
Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41 >> mex -setup Please choose your compiler for building external interface (MEX) files: Would you like mex to locate installed compilers [y]/n? y Select a compiler: [1] Lcc-win32 C 2.4.1 in E:\DOCUME~1\lpotel\Desktop\MATLAB\R2008a\sys\lcc\bin [2] Microsoft Visual C++ 2008 in E:\Program Files\Microsoft Visual Studio 9.0 [3] Open WATCOM C++ in E:\WATCOM [0] None Compiler: 2 Please verify your choices: Compiler: Microsoft Visual C++ 2008 Location: E:\Program Files\Microsoft Visual Studio 9.0 Are these correct [y]/n? y ************************************************ Warning: MEX-files generated using Microsoft Visual C++ 2008 require that Microsoft Visual Studio 2008 run-time libraries be available on the computer they are run on. If you plan to redistribute your MEX-files to other MATLAB users, be sure that they have the run-time libraries. ************************************************ Trying to update options file: E:\Documents and Settings\lpotel\Application Data\MathWorks\MATLAB\R2008a\mexopts.bat From template: E:\DOCUME~1\lpotel\Desktop\MATLAB\R2008a\bin\win32\mexopts\msvc90opts.bat Done . . . ************************************************ Warning: The MATLAB C and Fortran API has changed to support MATLAB variables with more than 2^32-1 elements. In the near future you will be required to update your code to utilize the new API. You can find more information about this at: <a href="http://www.mathworks.com/support/solutions/data/1-5C27B9.html?solution=1-5C27B9" target="_blank">http://www.mathworks.com/support/sol...ution=1-5C27B9</a> Building with the -largeArrayDims option enables the new API. ************************************************
Je ne m'en sort pas, quelqu'un aurait il la solution ? ( je travail sous matlab2008a avec Real-Time Windows Target version 3.1.0 et visual studio 9).The current Real-Time Workshop target is configured to generate C++, but the C-only compiler, LCC, is the default compiler. To specify a C++ compiler, enter 'mex -setup' at the command prompt. To generate C code, open the Configuration Parameters dialog and set the target language to C
Partager