Rev 75 | Rev 85 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 75 | Rev 83 | ||
---|---|---|---|
Line 109... | Line 109... | ||
109 | // read configuration data |
109 | // read configuration data |
110 | Config_Load (); |
110 | Config_Load (); |
111 | 111 | ||
112 | // see if the program is registered |
112 | // see if the program is registered |
113 | is_registered = IsRegistrationCorrect (options.registration.user_email, options.registration.activation_code); |
113 | is_registered = IsRegistrationCorrect (options.registration.user_email, options.registration.activation_code); |
- | 114 | ||
- | 115 | // uncomment the two lines below to test the registration code |
|
- | 116 | //DialogBox_Registration (); |
|
- | 117 | //return (0); |
|
114 | 118 | ||
115 | // register the window class, create the window and show it |
119 | // register the window class, create the window and show it |
116 | memset (&wc, 0, sizeof (wc)); |
120 | memset (&wc, 0, sizeof (wc)); |
117 | wc.cbSize = sizeof (wc); |
121 | wc.cbSize = sizeof (wc); |
118 | wc.style = CS_HREDRAW | CS_VREDRAW | CS_DBLCLKS; // double-clicks support |
122 | wc.style = CS_HREDRAW | CS_VREDRAW | CS_DBLCLKS; // double-clicks support |