OSEC

Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com
 
From: Ken Hagan (K.HaganTHERMOTEKNIX.CO.UK)
Date: Thu Dec 13 2001 - 08:47:34 CST

  • Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

    I'm guessing that your references to constructors and destructors
    in B & C are talking about global variables in those modules. If
    so, then the destructors are being called during the unloading of
    those DLLs. In Win95, FreeLibrary() is not re-entrant, so you can't
    unload D during the unload of B or C.

    This probably makes a mess of your architecture. The fix is to
    drop support for Win95, like Microsoft are doing in three weeks.
    (See http://support.microsoft.com/directory/discontinue.asp )

    ----------------------------------------------------------------
    Users Guide http://discuss.microsoft.com/archives/mailfaq.asp
    contains important info. Save time, search the archives at
    http://discuss.microsoft.com/archives/index.html .
    To unsubscribe, mailto:DCOM-signoff-requestDISCUSS.MICROSOFT.COM