owsgeneral
Computer
- Dec 14, 2005
- 2
I'm trying to load a c++ library called AdaptiveHuffman.
Here's some of the code:
libname = 'AdaptiveHuffman'
loadlibrary(libname, libname)
I've either the header file and dll file in this directory.
Here's the errors I got:
lcc preprocessor error: G:\src\TP2\AdaptiveHuffman.h:14 Could not find include file <iostream>
lcc preprocessor error: G:\src\TP2\AdaptiveHuffman.h:15 Could not find include file <vector>
lcc preprocessor error: G:\src\TP2\AdaptiveHuffman.h:16 Could not find include file <sstream>
lcc preprocessor error: G:\src\TP2\AdaptiveHuffman.h:17 Could not find include file <string>
lcc preprocessor error: G:\src\TP2\AdaptiveHuffman.h:18 Could not find include file <stdexcept>
Doesn't MATLAB support STL libs? <vector>, <string>, <sstream>, ...
Thanks for your time,
ows
Here's some of the code:
libname = 'AdaptiveHuffman'
loadlibrary(libname, libname)
I've either the header file and dll file in this directory.
Here's the errors I got:
lcc preprocessor error: G:\src\TP2\AdaptiveHuffman.h:14 Could not find include file <iostream>
lcc preprocessor error: G:\src\TP2\AdaptiveHuffman.h:15 Could not find include file <vector>
lcc preprocessor error: G:\src\TP2\AdaptiveHuffman.h:16 Could not find include file <sstream>
lcc preprocessor error: G:\src\TP2\AdaptiveHuffman.h:17 Could not find include file <string>
lcc preprocessor error: G:\src\TP2\AdaptiveHuffman.h:18 Could not find include file <stdexcept>
Doesn't MATLAB support STL libs? <vector>, <string>, <sstream>, ...
Thanks for your time,
ows