| # | Line 2 | Line 2 | |
|---|---|---|
| 2 | ||
| 3 | #include <clx.h> | |
| 4 | #pragma hdrstop | |
| 5 | + | USEFORM("MainForm.cpp", frmMain); |
| 6 | + | //--------------------------------------------------------------------------- |
| 7 | int main(void) | |
| 8 | { | |
| 9 | try | |
| 10 | { | |
| 11 | Application->Initialize(); | |
| 12 | < | Application->Run(); |
| 12 | > | Application->CreateForm(__classid(TfrmMain), &frmMain); |
| 13 | > | Application->Run(); |
| 14 | } | |
| 15 | catch (Exception &exception) | |
| 16 | { | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines |
| > | Changed lines |