Version notes
This is the first version of SC published (0.7).
The list of the current features you may found here : General Concepts
The current version is fully functional and was tested on many examples, but may contain some errors,
so any information about failures or strange behaviour is appreciated.
Below some drawback of the current version:
- Limited support for arrays. Currenly only managed arrays are supported. It would be useful to create arrays on the stack or
export from C++ code. Also no initalization is possible for arrays.
- This version is not thread safe.
- The current version was tested only on Microsoft Visual C++ compilers (2005 or above)
- The code could also be more optimized at some points.
Minimal requirements
Windows XP, MS Visual C++ 2005