由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Programming版 - *** help needed! on MATLAB GUI ***
相关主题
求文件 mclmcrrt711.dll 下载请教一个基础C++问题
Qt CreatorSolaris CC compiler 如何从pipe读取文件,而不是从硬盘?
一个qt3在Windows上的问题我有个很傻的问题,关于function call via pointer
有谁知道怎么把matlab和VC联接着一起用? (转载)ios 8下用objective-c ?
弱问mcc和mex的区别objective-c有arc来自动release,和jave的gc一样,怎么就没有java那么明显的慢呢?
IDL一问求教一个java generics的小白问题
strcat()C array
数组问题[合集] C 编程error求教!
相关话题的讨论汇总
话题: matlab话题: gui话题: runtime话题: needed话题: alone
进入Programming版参与讨论
1 (共1页)
Q***k
发帖数: 1419
1
Is it possible to compile a MATLAB GUI into a stand alone program and run it
at a PC that does not have a Matlab runtime server? It seems that the compiled
.exe would not run w/o runtime server? many thanks ....
Q***k
发帖数: 1419
2

do you mean to install runtime library using mglinstaller.exe? running this
file would generate a library of dll's for Matlab stand alone applications.
The problem I am experiencing is that: non-GUI based stand alone application
works fine, but GUI would not work. could you give me more detailed info? many
thanks ...
t****t
发帖数: 6806
3
Yeah, I meant that. The so called matlab graphics c/c++ library
should be also included in that package. How does your program
"would not work?" GUI applications also need to install some
resources, like menu and toolbar (they are .fig files) to certain
directories, at least on UNIX. Not sure about windows.

【在 Q***k 的大作中提到】
:
: do you mean to install runtime library using mglinstaller.exe? running this
: file would generate a library of dll's for Matlab stand alone applications.
: The problem I am experiencing is that: non-GUI based stand alone application
: works fine, but GUI would not work. could you give me more detailed info? many
: thanks ...

1 (共1页)
进入Programming版参与讨论
相关主题
[合集] C 编程error求教!弱问mcc和mex的区别
A C++ compiler related interview questionIDL一问
请教各位先贤一个Perl 问题strcat()
c++ compiler under unix数组问题
求文件 mclmcrrt711.dll 下载请教一个基础C++问题
Qt CreatorSolaris CC compiler 如何从pipe读取文件,而不是从硬盘?
一个qt3在Windows上的问题我有个很傻的问题,关于function call via pointer
有谁知道怎么把matlab和VC联接着一起用? (转载)ios 8下用objective-c ?
相关话题的讨论汇总
话题: matlab话题: gui话题: runtime话题: needed话题: alone