http://nagoya.apache.org/bugzilla/show_bug.cgi?id=1704 *** shadow/1704 Thu May 10 12:27:17 2001 --- shadow/1704.tmp.20445 Thu May 10 12:27:17 2001 *************** *** 0 **** --- 1,27 ---- + +============================================================================+ + | COM blows up on 95/IE4 | + +----------------------------------------------------------------------------+ + | Bug #: 1704 Product: Xerces-C | + | Status: NEW Version: Nightly build | + | Resolution: Platform: PC | + | Severity: Normal OS/Version: Windows 9x | + | Priority: Component: Utilities | + +----------------------------------------------------------------------------+ + | Assigned To: [EMAIL PROTECTED] | + | Reported By: [EMAIL PROTECTED] | + | CC list: Cc: | + +----------------------------------------------------------------------------+ + | URL: | + +============================================================================+ + | DESCRIPTION | + When CoCreateInstance is called in an MFC project (with sockets enabled) using + the COM components the application explodes. This appear to be a conflict with + AfxSocketInit , if the called is missed then CoCreateInstance succeeds. + + To reproduce create a default MFC project with socket support, and call the + CoCreateInstance in the InitInstance function. + + To fix - comment out the AfxSocketInit function CoCreate will then succeed. + + Does not happen on Win2K IE5 - is most likely to be DLL loading problems on + Win95. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
