App fails when creating/showing Modeless Dialog 
Author Message
 App fails when creating/showing Modeless Dialog

Hi

I have an SDI in VC++ 5.0 into which I have recently introduced a modeless
dialog. This dialog includes an SSTab control, an MSFlexgrid Control, a
Slider Control, and several other Edit and Combo controls. I think I have
included and registered all of the necessary libraries (.ocx files and .dll
files). I have one user who has attempted to install the app and execute it.
During the initialization it gives her the following 'Debug Assertion
Failed' message:

occsite.cpp
line 652

If she presses 'ignore' the app finishes initializing and seems to work ok,
until she attempts to show the modeless dialog, at which point she receives
another 'Debug Assertion failed' message with the following:

wincore.cpp
line 3130.

The odd thing is that this app works fine on 2 other stations where I have
installed it/developed it, so it points to a distributed component of the
app, most specifically MFC (I think).

Is there anyone out there who can provide some helpful hints??

Cheers & TIA

Charlie




Sat, 22 Sep 2001 03:00:00 GMT  
 
 [ 1 post ] 

 Relevant Pages 

1. App fails when creating/showing Modeless Dialog

2. Assertion failed on creating Modeless dialog

3. Create modeless dialog box in console app

4. Create modeless dialog box in console app

5. Modeless dialog in a dialog-based app

6. dialog based app making modeless dialogs

7. App created with VC6 won't run on NT4 SP3 (failed to create empty document)

8. Overlapping dialog app and modeless dialog

9. Showing taskbar visible dialog from dialog based app

10. Modal vs. Modeless dialog and controls not showing

11. Modeless dialogs in dlls showing help

12. modeless dialog not showing

 

 
Powered by phpBB® Forum Software