Dev C++ "VOCE"
teganburns
Posts: 134
http://voce.sourceforge.net/
I have been working on learning C++ recently and came across a pretty cool object(I believe they are called that anyways) and it is written in Java. But there are C++ project files and If I'm not mistaking I can set up the "JNI" in Dev-C++. I have done some research online but to no avail. So, I'm reaching out to my fellow "prop-heads" to see if anyone is open to helping out. I attached a screenshot of the compiler errors of the code from the download (voce-0.9.1>samples>recognitionTest>c++>recognitionTest.cpp)
I have been working on learning C++ recently and came across a pretty cool object(I believe they are called that anyways) and it is written in Java. But there are C++ project files and If I'm not mistaking I can set up the "JNI" in Dev-C++. I have done some research online but to no avail. So, I'm reaching out to my fellow "prop-heads" to see if anyone is open to helping out. I attached a screenshot of the compiler errors of the code from the download (voce-0.9.1>samples>recognitionTest>c++>recognitionTest.cpp)
Comments
That means there is an include path missing from your project or set wrongly.
I have no idea how to fix that without playing with Dev-C++ and voce but I hope that is a clue.
voce::init("../../../lib", false, true, "./grammar", "digits");
because that seems to be the "linker".
I suspect you will need to get onto the voce authors about this.
Or there is always stackoverflow.