<< getdynlibext | Dynamic link | libpointer >> |
[status, compiler] = havecompiler() |
a logical.
a string: 'msvc', 'mingw', 'unix' or ''.
havecompiler detects if C/C++ compiler is configured for Nelson.
On Unix platforms (linux, MacOs), havecompiler returns always true as status and unix as compiler.
[status, message] = havecompiler()
configuremsvc, configuremingw.
Version | Description |
---|---|
1.0.0 | initial version |
Allan CORNET