由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Programming版 - 有谁知道怎么把matlab和VC联接着一起用? (转载)
相关主题
弱问mcc和mex的区别问个弱的问题:能不能开发两种C++的compiler,一种是编译型的,一种是解释型的
C arrayMATLAB编译的dll怎么被C#调用呢
Help: Another C++ compilation error on GCC有这样一个错误,高手帮忙看看,谢谢!
C++ questionA tech question (转载)
C++多线程的选择An interesting C++ compile error
A C++ compiler related interview question谁来解释一下这个是compiler问题吗?
*** help needed! on MATLAB GUI ***关于Makefile的一个问题
C++ (with MATLAB engine) compiling problem under Linux systerm关于C++ STL编译的疑问
相关话题的讨论汇总
话题: matlab话题: vc话题: files话题: 联接话题: dll
进入Programming版参与讨论
1 (共1页)
e******n
发帖数: 439
1
【 以下文字转载自 Mathematics 讨论区 】
发信人: electron (奏是一马甲), 信区: Mathematics
标 题: 有谁知道怎么把matlab和VC联接着一起用?
发信站: BBS 未名空间站 (Sat Mar 14 01:04:04 2009)
matlab编译了一个看不懂的c文件
想在vc中调用它
a****l
发帖数: 8211
2
there are too many ways to do...

【在 e******n 的大作中提到】
: 【 以下文字转载自 Mathematics 讨论区 】
: 发信人: electron (奏是一马甲), 信区: Mathematics
: 标 题: 有谁知道怎么把matlab和VC联接着一起用?
: 发信站: BBS 未名空间站 (Sat Mar 14 01:04:04 2009)
: matlab编译了一个看不懂的c文件
: 想在vc中调用它

f**y
发帖数: 138
3
Not so easy. Programs written with MFC are usually not compatible with
MatLab's graphics library. Such programs will crash at run time if linked
with dll built with MatLab's compiler.
I only succeeded once with MatLab's old 2.x compiler which compiled m files
into tons of C or C++ files. Then made a wrapper around those C or C++ files
to provide an interface without referring to MatLab's mwArray class. Those
files were compiled into a dll with MSVC. The original MFC program linked
with this dll
1 (共1页)
进入Programming版参与讨论
相关主题
关于C++ STL编译的疑问C++多线程的选择
question for C++ constantA C++ compiler related interview question
a question about CAST*** help needed! on MATLAB GUI ***
c++标准函数传递一问C++ (with MATLAB engine) compiling problem under Linux systerm
弱问mcc和mex的区别问个弱的问题:能不能开发两种C++的compiler,一种是编译型的,一种是解释型的
C arrayMATLAB编译的dll怎么被C#调用呢
Help: Another C++ compilation error on GCC有这样一个错误,高手帮忙看看,谢谢!
C++ questionA tech question (转载)
相关话题的讨论汇总
话题: matlab话题: vc话题: files话题: 联接话题: dll