|
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??
|