first, thanks to reply.
But I knew the value is defined in wx/dialog.h.
So my action against error was set macro "WX_PRECOMP" and adapt fitting wxprec.h to source.
Because the wx/dialog.h is inclued by wx/wx.h. and the macro enable includes wx/wx.h.
My point is that I thought this method maybe not FUNDAMENTAL.
Of course this method could fix compile error.(really I did.) but more importantly, run time error occured, more headache.
As I think there is more basic cause, ask your valued advice.
Thanks.