我也想知道VC++如何调用Matlab的DLL

解决方案 »

  1.   

    Matlab与VC混合编程http://bbs.msproject.cn/default.aspx?g=posts&t=112
      

  2.   

    我按照Matlab与VC混合编程http://bbs.msproject.cn/default.aspx?g=posts&t=112的方法做
    我在vc6中调用matlab6.5来编程,在debug版本下面通过了,但是在release下面没有通过,出现这样一个问题:
    c:\matlab6p5\extern\include\cpp\matmtxif.h(31) : fatal error C1083: Cannot open include file: 'strstream.h': No such file or directory
    请问有知道怎么解决的吗?
    查了,在c:\matlab6p5\extern\include\cpp\下没有'strstream.h'头文件,有谁知道,指教。
      

  3.   

    有谁知道 什么地方能下载老标准的vc++ 的strstream.h文件,matlab6.5的C++数学库只支持老的strstream.h 文件,而不支持新标准的strstream文件,新标准的strstream文件没有.h 。因此在混合编程时,提示找不到此文件,换新标准的strstream文件出现很多错误。或提供解决的办法,请帮忙。有分