Hello, I am currently working on a project that requires MATLAB to communicate with Geochemist's Workbench. I found the sample code provided within the documentation and tried compiling it as a MATLAB MEX file only to receive many errors such as:
lcc preprocessor error: pipe.cpp:4 Could not find include file <iostream>
lcc preprocessor error: pipe.cpp:5 Could not find include file <string>
Error pipe.cpp: .\RC_helper.cpp: 26 syntax error; found `stdiopipe' expecting `;'
Error pipe.cpp: .\RC_helper.cpp: 26 syntax error; found `(' expecting `)'
Error pipe.cpp: .\RC_helper.