The information in this article applies to:
SYMPTOMSThe Setup Toolkit provided with Visual Basic version 3.0 is used to create distribution disks for applications created with Visual Basic. If Norton Desktop for Windows version 2.0 or 2.2 is being used as the Windows Shell, Windows will report the error message, "An application using DDE did not respond to the system's exit command," shortly after SETUP1 is complete. CAUSEThe error message occurs because the Norton Desktop shell and the Program Manager each handle DDE messages differently. SETUP1 calls two routines to create groups and items, CreateProgManGroup and CreateProgManItem. Each routine establishes a DDE link and then terminates it after the group or item is created. After the termination of the link, not enough time is being given to the Norton Desktop shell to acknowledge the terminated link. RESOLUTION
A customer has reported that this problem does not occur with version 3.0
of Norton Desktop.
As you can see, the loop of DoEvents is included after each and every call
to CreateProgManGroup and CreateProgManItem. If more calls to these
procedures are added, additional loops of DoEvents must be included after
those calls. If the SETUP1A.MAK program is being used, the same changes
must be made to the SETUP1A.FRM Form_Load event. These changes will not
affect installations on computers that use the Program Manager shell.
MORE INFORMATION
The SETUP1.MAK program is part of the Setup Toolkit provided with Visual
Basic version 3.0. SETUP1.MAK can be modified by the user or the Setup
Wizard to design a custom setup that will install the user's application
on other computers. It is typically located in the \VB\SETUPKIT\SETUP1
directory.
Additional query words: 3.00 norton desktop progman dde error
Keywords : |
Last Reviewed: January 25, 2000 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |