ThinkGear Load Library Problem

2 ビュー (過去 30 日間)
Muhammad Marwan Anoor
Muhammad Marwan Anoor 2020 年 2 月 16 日
回答済み: Bhargavi Maganuru 2020 年 2 月 19 日
I am using MATLAB E2019b. Few days ago, I downloaded the example code (readRAW.m)and the library (Thinkgear.dll and thinkgear.h) from the neurosky official website.Then, I put these two library files into the same directory as the example code (readRAW.m). But I got the following error when I execute the code:
Error using loadlibrary
No supported compiler was found. You can install the freely available MinGW-w64 C/C++ compiler; see Install MinGW-w64
Compiler. For more options, visit https://www.mathworks.com/support/compilers.
Error in loadlibrary
Error in readRAW (line 30)
loadlibrary('thinkgear64.dll','thinkgear64.h');

回答 (1 件)

Bhargavi Maganuru
Bhargavi Maganuru 2020 年 2 月 19 日
To use loadlibrary function, you should have a supported C compiler and Perl. You can refer this link to install supported compiler.

カテゴリ

Help Center および File ExchangeIntroduction to Installation and Licensing についてさらに検索

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by