#1楼主:求助关于VC和matlab混合编程
文章发表于:2008-02-15 01:27
用VC和matlab6.1混合编程(vc调用matlab的c++数学函数库),将整个vc程序按debug
方式编译,可通过且可执行。但将此vc程序按release方式编译却报错
\MATLAB\EXTERN\INCLUDE\CPP\matmtxif.h(28) : fatal error C1083: Cannot open include file: 'strstream.h': No such file or directory
我将\MATLAB\EXTERN\INCLUDE\CPP\g++-3\下的文件strstream和文件strstream.h
拷到\MATLAB\EXTERN\INCLUDE\CPP\下,再编译,报错
\MATLAB\EXTERN\INCLUDE\CPP\strstream.h(33) : fatal error C1083: Cannot open include file: 'strfile.h': No such file or directory
我将\MATLAB\EXTERN\INCLUDE\CPP\g++-3\下的文件strfile.h
拷到\MATLAB\EXTERN\INCLUDE\CPP\下,再编译,报错
\MATLAB\EXTERN\INCLUDE\CPP\strfile.h(26) : fatal error C1083: Cannot open include file: 'libio.h': No such file or directory
我将\MATLAB\EXTERN\INCLUDE\CPP\g++-3\下的文件libio.h
拷到\MATLAB\EXTERN\INCLUDE\CPP\下,再编译,报错
\MATLAB\EXTERN\INCLUDE\CPP\libio.h(30) : fatal error C1083: Cannot open include file: '_G_config.h': No such file or directory
我的机器上并没有_G_config.h,我该怎么办?