7 ms·
Can you write in which language/toolkit is MariaMole written? I think it's a fundamental information when asking people for help with the code.
by fceccon 14y ago
Can you write in which language/toolkit is MariaMole written? I think it's a fundamental information when asking people for help with the code.
- nhebb 14y agoIt's not my project, but the source files are C++: http://sourceforge.net/p/mariamole/code/2/tree/trunk/code/main/ http://sourceforge.net/p/mariamole/code/2/tree/trunk/code/ma...
- Kliment 14y agoC++, using VCL [ http://en.wikipedia.org/wiki/Visual_Component_Library http://en.wikipedia.org/wiki/Visual_Component_Library ], unfortunately. A port would largely be a rewrite of the entire GUI bit. The rest is fairly portable, except it assumes some things about how the arduino install is structured.