On Oct 23, 2006, at 5:19 AM, Michael Krugman wrote:

Norman:

This is exactly what is happening. I do have many Declares (and SoftDeclares too) i also have identified the library that is causing the problem. If the library is in, the app opens. If I take out the library, the app immediately crashes upon opening. Problem is, there are no calls In the App Class, no Global methods. In fact, no window opens when the app does. This is selected later. I can't locate where the declare for this library is called....only that it's before the App.Open event. Have you seen this before? Any help is appreciated. Thank you.

Mike Krugman
If it's a DECLARE that makes sense
The library is loaded but if it's missing you probably get an error saying the library could not be found.
You don't even have to call it.

IF you use a Soft declare the library can be missing and you can even detect it and deal with it gracefully
_______________________________________________
Unsubscribe or switch delivery mode:
<http://www.realsoftware.com/support/listmanager/>

Search the archives of this list here:
<http://support.realsoftware.com/listarchives/lists.html>

Reply via email to