On 08/12/06, Jean-Sebastien Delfino <[EMAIL PROTECTED]> wrote:
I made a small change on Windows to call the Win32 SetErrorMode(SEM_FAILCRITICALERRORS) before calling LoadLibrary, to disable the annoying popup dialogs that we were getting when trying to load extension DLLs that didn't have all their dependencies available. Windows MFC and ATL based applications do this by default as well so I think it's safe. What do you think of commenting out the scripts that rename the Ruby and Python and other extensions to .disabled now that this popup issue is fixed, and until we implement the nicer extension packaging scheme that Pete proposed, which will resolve these loading issues in a nicer way? -- Jean-Sebastien --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
+1 That's great -- Pete
