Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!uunet!mnemosyne.cs.du.edu!isis!ebergman From: ebergman@isis.cs.du.edu (Eric Bergman-Terrell) Newsgroups: comp.windows.ms.programmer Subject: Re: HELLOWIN.C question Message-ID: <1991Mar24.050158.20133@isis.cs.du.edu> Date: 24 Mar 91 05:01:58 GMT References: <2949@kluge.fiu.edu> Reply-To: ebergman@isis.UUCP (Eric Bergman-Terrell) Organization: Math/CS, University of Denver Lines: 8 Problems with dialogs often result from failing to "export" the functions that manage the dialogs. See Petzold, p. 19 - add the export line to your .def file. That'll probably fix your problem. Terrell