|
alex 님이 쓰신 글 :
: i got strange error on my machine..
: it only happens my machine not others.. same code ...
:
:
: //---------------------------------------------------------------------------
: #pragma package(smart_init)
: #pragma resource "*.dfm"
: TfrmSetupWizards *frmSetupWizards;
:
: Funny thing is, once i commented out
:
: //---------------------------------------------------------------------------
: //#pragma package(smart_init)
: //#pragma resource "*.dfm"
: TfrmSetupWizards *frmSetupWizards;
:
: it works fine..
: it beleive my configuration might be different from others but i have no idea??
: Does anyone know what cause this??
may be bds could not rename with correct form name automatically.
change "TfrmSetupWizards" to correct form name..
|