can anyone help me to solve this issue ?

10 ビュー (過去 30 日間)
elie geagea
elie geagea 2015 年 5 月 9 日
コメント済み: Thomas Koelen 2015 年 5 月 12 日
I try to open the billiard simulink model "sf_pool" but it's not working. it show the following error message :
Making simulation target "sf_pool_sfun", ...
C:\Users\Techno Zone\Documents\MATLAB\slprj\_sfprj\sf_pool\_self\sfun\src>call "mexopts.bat"
Microsoft (R) Program Maintenance Utility Version 9.00.21022.08
Copyright (C) Microsoft Corporation. All rights reserved.
### Compiling "sf_pool_sfun.c"
cl.exe /c /Zp8 /GR /W3 /EHs /D_CRT_SECURE_NO_DEPRECATE /D_SCL_SECURE_NO_DEPRECATE /D_SECURE_SCL=0 /DMATLAB_MEX_FILE /nologo /MD /MD /I "c:\program files\matlab\r2010a\extern\include" /I "c:\program files\matlab\r2010a\simulink\include" /I "c:\program files\matlab\r2010a\stateflow\c\mex\include" /I "c:\program files\matlab\r2010a\stateflow\c\debugger\include" "sf_pool_sfun.c"
NMAKE : fatal error U1077: '"C:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\BIN\cl.exe"' : return code '0xc0000135'
Stop.

採用された回答

Thomas Koelen
Thomas Koelen 2015 年 5 月 9 日
You'll have to install the latest version of .NET Framework!
  7 件のコメント
Thomas Koelen
Thomas Koelen 2015 年 5 月 12 日
I see now,
when you configured MVS you forgot to add the comipiler option..
Open up microsoft visual studio command prompt and navigate to the directory of Qt source code.
type
configure -platform win32-msvc2010 and then run
nmake
Thomas Koelen
Thomas Koelen 2015 年 5 月 12 日
If this doesn't work I suggest you reinstall microsoft visual studio.

サインインしてコメントする。

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeIntroduction to Installation and Licensing についてさらに検索

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by