【實例簡介】
VS調用matlab畫圖模塊編譯成的動態鏈接庫,并在MFC顯示。
【實例截圖】
【核心代碼】
3b0582a3-4ea8-4a61-ba33-e448be563b88
└── 將matlab的圖嵌入MFC
├── matlab_2010b與VS2008_混合編程的實現.pdf
├── TestWithData
│?? ├── Debug
│?? │?? ├── lpk.dll
│?? │?? ├── TestWithData.exe
│?? │?? ├── TestWithData.ilk
│?? │?? └── TestWithData.pdb
│?? ├── matlab_2010b與VS2008_混合編程的實現.pdf
│?? ├── matlab編譯
│?? │?? ├── libPipeErrShow.cpp
│?? │?? ├── libPipeErrShow.ctf
│?? │?? ├── libPipeErrShow.dll
│?? │?? ├── libPipeErrShow.exp
│?? │?? ├── libPipeErrShow.exports
│?? │?? ├── libPipeErrShow.h
│?? │?? ├── libPipeErrShow.lib
│?? │?? ├── libPipeErrShow_mcc_component_data.c
│?? │?? ├── libPipeErrShow.prj
│?? │?? ├── mccExcludedFiles.log
│?? │?? ├── PipeErrShow.m
│?? │?? └── readme.txt
│?? ├── TestWithData
│?? │?? ├── Debug
│?? │?? │?? ├── BuildLog.htm
│?? │?? │?? ├── mt.dep
│?? │?? │?? ├── stdafx.obj
│?? │?? │?? ├── TestWithDataDlg.obj
│?? │?? │?? ├── TestWithData.exe.embed.manifest
│?? │?? │?? ├── TestWithData.exe.embed.manifest.res
│?? │?? │?? ├── TestWithData.exe.intermediate.manifest
│?? │?? │?? ├── TestWithData.obj
│?? │?? │?? ├── TestWithData.pch
│?? │?? │?? ├── TestWithData.res
│?? │?? │?? ├── vc90.idb
│?? │?? │?? └── vc90.pdb
│?? │?? ├── libPipeErrShow.ctf
│?? │?? ├── libPipeErrShow.dll
│?? │?? ├── libPipeErrShow.h
│?? │?? ├── libPipeErrShow.lib
│?? │?? ├── libPipeErrShow_mcr
│?? │?? │?? ├── libPipeErrSh
│?? │?? │?? │?? └── PipeErrShow.m
│?? │?? │?? └── toolbox
│?? │?? │?? ├── compiler
│?? │?? │?? │?? ├── Contents.m
│?? │?? │?? │?? ├── ctfroot.m
│?? │?? │?? │?? ├── ja
│?? │?? │?? │?? │?? └── xlate
│?? │?? │?? │?? └── system_dependent.m
│?? │?? │?? └── local
│?? │?? │?? ├── Contents.m
│?? │?? │?? ├── hgrc.m
│?? │?? │?? ├── initprefs.m
│?? │?? │?? ├── ja
│?? │?? │?? │?? └── xlate
│?? │?? │?? ├── matlabrc.m
│?? │?? │?? ├── pathdef.m
│?? │?? │?? ├── printopt.m
│?? │?? │?? └── userpath.m
│?? │?? ├── ReadMe.txt
│?? │?? ├── res
│?? │?? │?? ├── TestWithData.ico
│?? │?? │?? └── TestWithData.rc2
│?? │?? ├── resource.h
│?? │?? ├── stdafx.cpp
│?? │?? ├── stdafx.h
│?? │?? ├── targetver.h
│?? │?? ├── TestWithData.aps
│?? │?? ├── TestWithData.cpp
│?? │?? ├── TestWithDataDlg.cpp
│?? │?? ├── TestWithDataDlg.h
│?? │?? ├── TestWithData.h
│?? │?? ├── TestWithData.rc
│?? │?? ├── TestWithData.vcproj
│?? │?? └── TestWithData.vcproj.PC-201212101202.Administrator.user
│?? ├── TestWithData.ncb
│?? ├── TestWithData.sln
│?? ├── TestWithData.suo
│?? └── 說明.txt
└── 說明.txt
14 directories, 67 files