Subj : Re: dialog boxes To : borland.public.cpp.borlandcpp From : "Ed Mulroy [TeamB]" Date : Tue Sep 30 2003 08:33 pm It sounds as if you didn't load step01.ide as the project file (or whatever the appropriate project file name in that directory is, it could be steps.ide - I don't have Borland C++ on this machine so can't check). .. Ed > Rob C. wrote in message > news:3f79c3e0@newsgroups.borland.com... > > platform Win32 > > Here is code fragment: > > void TDrawWindow::EvRButtonDown(uint, TPoint&) > { > TDialog dialog1( GetApplication()->GetMainWindow(), > IDD_DIALOG1 ); > dialog1.Execute(); > } > > Here are errors: > > Info :Making... > Info :Making... > Info :Compiling > C:\BC5\EXAMPLES\OWL\TUTORIAL\step01.cpp > Error: step01.cpp(53,67):Undefined symbol 'IDD_DIALOG1' > > [*.rc is included in my project, and I know 'IDD_DIALOG1' > is in it because i can retrieve it to change it.] .