Home > Back-end >  The problem is that the matter
The problem is that the matter

Time:10-01

WINAPI WinMain (HINSTANCE, HINSTANCE, LPSTR, int)
{
Try
{
Application - & gt; The Initialize ();
Application - & gt; CreateForm (__classid (TForm1), & amp; Form1);
Application - & gt; The Run ();
Stop at the place on
}
The catch (Exception & amp; The exception)
{
Application - & gt; ShowException (& amp; The exception);
}
The catch (... )
{
Try
{
Throw Exception (" ");
}
The catch (Exception & amp; The exception)
{
Application - & gt; ShowException (& amp; The exception);
}
}
return 0;
Operation will appear this kind of error at the beginning, prompt the project raised exception class elisterror with message
  • Related