jimi_diller Posted January 17, 2014 Report Posted January 17, 2014 (edited) Hi, Is it possible to program a MIOS32 application using C++? Edit: ... instead of "just" C, I mean. It's mentioned at the "MIOS Introduction" page over at ucapps.de, but I'm having trouble finding more information. I'm suspecting it might be a bit tricky, since MIOS is writting in C and calling C++ code from C might be a problem (or what)? Has anyone any experience regarding this? Sincerely, jimi Edited January 17, 2014 by jimi_diller Quote
TK. Posted January 18, 2014 Report Posted January 18, 2014 Yes, no problem. Use this template for your C++ applications: http://svnmios.midibox.org/listing.php?repname=svn.mios32&path=%2Ftrunk%2Fapps%2Ftemplates%2Fapp_skeleton_cpp%2F Here a typical application which applies object oriented C++ code (located under src/components): http://svnmios.midibox.org/listing.php?repname=svn.mios32&path=%2Ftrunk%2Fapps%2Fprocessing%2Fmidibox_cv_v2%2F Best Regards, Thorsten. Quote
jimi_diller Posted January 18, 2014 Author Report Posted January 18, 2014 Thanks a lot, I'll look into it! Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.