I am attempting to implement the low-level API in MATLAB R2022a for reasons of speed (need to evaluate millions of function calls, and the overhead associated with doing so through Python via MATLAB is much too slow). However, I am running into two issues. First, the file structure on my computer seems to be substantially different than that in the example. I am using Windows 10, and there doesn't seem to be a libs directory in the install directory for CoolProp (AppData/Roaming). Second, even though I have installed the MinGW add-on for MATLAB, when I try to use loadlibrary on CoolPropLib.h, I get the error that a supported compiler is not detected. I have verified in the MATLAB examples that the compiler does work on the example file.
Can you please advise on how to address these challenges?
Thank you in advance for your help!