demo license checker

This commit is contained in:
2018-07-18 01:30:39 +02:00
parent fa4063eeb5
commit 9b1ced76c2
4 changed files with 28 additions and 0 deletions

View File

@@ -264,6 +264,9 @@ int main(int argc, char** argv)
WNDCLASS wc;
PIXELFORMATDESCRIPTOR pfd;
if (!App::I.check_license())
return -1;
if (argc == 1)
App::I.initLog();