⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 mcc-log.txt

📁 本内容介绍了如何将Matlab6.5函数转换成VC++6。让你会用VC编程也一样可以实现你想要的结果。
💻 TXT
字号:
This is the output from running MATLAB Add-in.Please close this window after viewing it.--------------MCC/MEX BEGIN---------------mcc -k "D:\MATLAB\MATLAB&VC\MATLAB ADD-IN\如何将MATLAB函数转换成MFC动态链接库\Sample\mcc.mak" -/n -t -L CPP -h -T link:exe -A line:on -g libmmfile.mlib -vh  "D:\Matlab\Matlab&VC\Matlab Add-in\如何将Matlab函数转换成MFC动态链接库\Sample\sum_prod.m"Compiler version: 3.0
Parsing file "d:\matlab\matlab&vc\matlab add-in\如何将matlab函数转换成mfc动态链接库\sample\sum_prod.m"
	(Referenced from: "Compiler Command Line").
Generating file "sum_prod.hpp".
Generating file "sum_prod.cpp".
Executing command: mbuild -g -v -output "sum_prod" "sum_prod.cpp" -link exe -k "D:\MATLAB\MATLAB&VC\MATLAB ADD-IN\如何将MATLAB函数转换成MFC动态链接库\Sample\mcc.mak" -no_mmfile -nohg -no_setup
 This is mbuild Copyright 1984-2002 The MathWorks, Inc.

-> Default options filename found in C:\Documents and Settings\luzhenbo\Application Data\MathWorks\MATLAB\R13
----------------------------------------------------------------
->    Options file           = C:\Documents and Settings\luzhenbo\Application Data\MathWorks\MATLAB\R13\compopts.bat
->    COMPILER               = cl
->    Compiler flags:
         COMPFLAGS           = -c -Zp8 -G5 -W3 -nologo -Zm500 -GX -MD -I"C:\MATLAB6p5\extern\include\cpp" -DMSVC -DIBMPC -DMSWIND
         OPTIMFLAGS          = -O2 -DNDEBUG
         DEBUGFLAGS          = -Zi -Fd"sum_prod.pdb"
         arguments           = 
         Name switch         = /Fo
->    Pre-linking commands   = 
->    LINKER                 = link
->    Link directives:
         LINKFLAGS           = kernel32.lib user32.lib gdi32.lib advapi32.lib oleaut32.lib ole32.lib /LIBPATH:"C:\MATLAB6p5\extern\lib\win32\microsoft\msvc60" libmatlb.lib /nologo libmx.lib libmat.lib libmwservices.lib libmex.lib libut.lib C:\MATLAB6p5\extern\lib\win32\libmatpm.lib
         LINKFLAGSPOST       = 
         Name directive      = "/out:sum_prod.exe"
         File link directive = 
         Lib. link directive = 
         Rsp file indicator  = @
->    Resource Compiler      = rc /fo ".res"
->    Resource Linker        = 
----------------------------------------------------------------

--------------MCC/MEX DONE----------------

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -