ok, everything seems to work now.

@Conitec: It would be great if you could implement the ability to use different data types for PANEL* items, instead of just fixed (var).


Code:
void main()
{
    cout << "I am MrCode,";
    cout << "hear me roar!";
    system("PAUSE");
}