Y
Hacker News
new
|
ask
|
show
|
jobs
by
fceccon
4917 days 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.
2 comments
Kliment
4917 days ago
C++, using VCL [
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.
link
nhebb
4917 days ago
It's not my project, but the source files are C++:
http://sourceforge.net/p/mariamole/code/2/tree/trunk/code/ma...
link