Subj : Re: Why common dialogs won't work? To : borland.public.cpp.borlandcpp From : "Ed Mulroy [TeamB]" Date : Tue Mar 09 2004 02:12 pm You are in the wrong group. This is the newsgroup for the old Borland C++ compiler. Your question is about the command line tools from C++ Builder 5. C++ Builder newsgroups have the word 'cppbuilder' in their name. Check that before calling GetOpenFileName or GetSaveFileName you set the lStructSize member of the OPENFILENAME structure to the size of the structure. Follow up messages set to the newsgroup: borland.public.cppbuilder.commandlinetools .. Ed > Tihomir Tucakovic wrote in message > news:404e1550@newsgroups.borland.com... > > I wrote a "Text editor" in C. Everything is working fine, except > "Save" and "Open" common dialogs won't display at all. Every > other common dialogs (Print, Find, Replace) is working fine. > > When I compile program in other compiler (Lcc) everything is > OK, but on Borland BCC55 isn't. > > Please help! Borland BCC55 is my favorite compiler! .