Sunday 23 October 2011

Problem with tester

in test2dialognadlabel.cpp, line 32:   CDialog D( &App, 5, 10, 50, 15, true, "+-+|+-+|");
Should it be this instead?                  CDialog D(  5, 10, 50, 15, true, "+-+|+-+|", &App,);

Monday 26 September 2011

Issue with Matrix compiler

I got everything work on Visual Studio,
but when I tried Matrix compiler, some of the keys like END, HOME,DELETE, INSERT, F1-F12 dont work.

Anyone know how to fix this problem?