From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00 autolearn=ham autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,f95357b07ebf392d X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 1995-03-25 00:26:40 PST Newsgroups: comp.lang.ada Path: nntp.gmd.de!news.rwth-aachen.de!news.rhrz.uni-bonn.de!news.uni-stuttgart.de!rz.uni-karlsruhe.de!xlink.net!howland.reston.ans.net!news.sprintlink.net!crash!telesoft!east.alsys.com!news From: jlo@east.thomsoft.com (John Lo) Subject: Re: Windows Programming With ActiveAda for Win32s Message-ID: Sender: news@thomsoft.com Organization: Thomson Software Products (formerly Alsys) X-Newsreader: Date: Fri, 24 Mar 1995 19:51:24 GMT Date: 1995-03-24T19:51:24+00:00 List-Id: charliel@ansel.intersource.com (Charlie Lenahan) writes: >We are trying to Use ActiveAda for Windows 5.1.3 to Create a Dialog Box. >Regular Windows Programming you must use a call to MakeProcINstance before you >call CreateDialog(). How do you Get around this by using the address of the >callback function for that dialog box. > As for the issue of MakeProcINstance, this is what Win32 API Reference (which is included on-line with ActivAda for Windows) says: "The MakeProcInstance function is obsolete. Win32 functions can be called directly. This function is provided in Win32 only for compatibility with earlier versions of Windows. Win32 applications should not use this function." John Lo