Hi all!
I’m completely new to JUCE and quite new in C/C++ too, so please excuse my lack of knowledge of either of these.
I succeeded in compiling Juce, Jucer, and demo apps (to my surprise) without any problems. I just found few BUGs in Jucer that I’m not able (yet) to fix myself.
When I create new custom component and add “New text” with some native letters (ľščťžýžáíúäô) the Code Preview shows everything fine. But as I save it the code breaks. The last line of code shows:
....
g.setFont(Font(15.0000f, Font::Plain));
g.drawText("Some english text ÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍ
and the code is unfinished. (no parenthesis or anything).
And one other BUG (but this might be my fault, but i’d rather report it):
When I create New Button (instead of component) and want to add (in the “normal” tab) new element like New Rectangle New Ellipse or anything, the Jucer crashes and when I say I want to debug the debugger takes me into juice_application.cpp
void JUCEApplication:unhandledException( ...)
{
jassertfalse
}
(I wasn’t able to find definition of jassertfalse but i don’t think that is the problem anyways)
But apart from this the JUCE and JUCER look awesome! I was like stoned when I first saw it ! I can’t believe that one man was able to do this MOUNTAIN of work! Amazing job!
Yours,
Yanco.