To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=57960





------- Additional comments from [EMAIL PROTECTED] Fri Nov 18 09:39:12 -0800 
2005 -------
I don't know if this is going to be of any help, but here are the dissasemlies
VS2003
                private XMultiServiceFactory connect()          {               
                m_xContext =
uno.util.Bootstrap.bootstrap();
00000000  push        ebp  
00000001  mov         ebp,esp 
00000003  sub         esp,0Ch 
00000006  push        edi  
00000007  push        esi  
00000008  push        ebx  
00000009  mov         esi,ecx 
0000000b  xor         ebx,ebx 
0000000d  mov         dword ptr [ebp-0Ch],esi 
00000010  call        dword ptr ds:[00A46994h] 
00000016  mov         edi,eax 
00000018  mov         eax,dword ptr [ebp-0Ch] 
0000001b  lea         edx,[eax+4] 
0000001e  call        FFB5351F 
                        return (XMultiServiceFactory) 
m_xContext.getServiceManager();
00000023  mov         ecx,dword ptr [esi+4] 
00000026  mov         eax,dword ptr [ecx] 
00000028  mov         eax,dword ptr [eax+0Ch] 
0000002b  mov         eax,dword ptr [eax+3Ch] 
0000002e  call        dword ptr [eax+4] 
00000031  mov         edi,eax 
00000033  mov         edx,edi 
00000035  mov         ecx,0A454F0h 
0000003a  call        78361732 
0000003f  mov         ebx,eax 
00000041  jmp         00000043 
                }
00000043  mov         eax,ebx 
00000045  pop         ebx  
00000046  pop         esi  
00000047  pop         edi  
00000048  mov         esp,ebp 
0000004a  pop         ebp  
0000004b  ret            


VS2005
        private XMultiServiceFactory connect()
        {
00000000  push        ebp  
00000001  mov         ebp,esp 
00000003  push        edi  
00000004  push        esi  
00000005  push        ebx  
00000006  sub         esp,38h 
00000009  xor         eax,eax 
0000000b  mov         dword ptr [ebp-10h],eax 
0000000e  xor         eax,eax 
00000010  mov         dword ptr [ebp-1Ch],eax 
00000013  mov         esi,ecx 
00000015  cmp         dword ptr ds:[011F57B0h],0 
0000001c  je          00000023 
0000001e  call        793F0A86 
00000023  xor         ebx,ebx 
00000025  nop              
          
            m_xContext = uno.util.Bootstrap.bootstrap();
00000026  mov         dword ptr [ebp-44h],esi 
00000029  call        dword ptr ds:[011F7454h] 
0000002f  mov         edi,eax 
00000031  mov         eax,dword ptr [ebp-44h] 
00000034  lea         edx,[eax+4] 
00000037  call        791D21D7 


            return (XMultiServiceFactory)m_xContext.getServiceManager();
0000003c  mov         ecx,dword ptr [esi+4] 
0000003f  call        dword ptr ds:[00970020h] 
00000045  mov         edi,eax 
00000047  mov         edx,edi 
00000049  mov         ecx,11F7300h 
0000004e  call        7924D1A7 
00000053  mov         ebx,eax 
00000055  nop              
00000056  jmp         00000058 
        }
00000058  mov         eax,ebx 
0000005a  lea         esp,[ebp-0Ch] 
0000005d  pop         ebx  
0000005e  pop         esi  
0000005f  pop         edi  
00000060  pop         ebp  
00000061  ret              

In VS2005 code breaks at line 
00000029  call        dword ptr ds:[011F7454h] 

I removed string[] from function argument because there is no use for it.

---------------------------------------------------------------------
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to