Skip to main content

I'am right that you can not mixed 32 bit and 64 bit?

Situation: Windows10 PC with 64bit, Office version 32bit.

Running the 32bit Extend runtime 10.0.1 and sending mail with

      * C:\\OutlookTest\\Copylib\\outlook-2016.def - ActiveX control definitions
      * This is a 32-bit control
      * Generated by axdefgen version 10.0.0
      * Generated: Thursday, November 19, 2015
      * Typelib..: C:\\Program Files\\Microsoft Office\\Root\\Office16\\MSOUTL.OLB
          
           OBJECT @Outlook

Is running well.

On the same PC, running with 64bit Extend runtime and sending mail with

      * C:\\OutlookTest\\Copylib\\outlook-2016.def - ActiveX control definitions
      * This is a 32-bit control
      * Generated by axdefgen version 10.0.0
      * Generated: Thursday, November 19, 2015
      * Typelib..: C:\\Program Files\\Microsoft Office\\Root\\Office16\\MSOUTL.OLB
          
           OBJECT @Outlook

gives me a invalid handle by the second modify:

           MODIFY    OUTLOOK-APP, CREATEITEM (OLMAILITEM)
                                             GIVING  OUTLOOK-MAIL
           MODIFY    OUTLOOK-MAIL @SUBJECT H11-ONDERWERP

 

P.S. It is oke to with 64bit Extend runtime and Office version 64 bit installed on a 64bit PC.


#extend

I'am right that you can not mixed 32 bit and 64 bit?

Situation: Windows10 PC with 64bit, Office version 32bit.

Running the 32bit Extend runtime 10.0.1 and sending mail with

      * C:\\OutlookTest\\Copylib\\outlook-2016.def - ActiveX control definitions
      * This is a 32-bit control
      * Generated by axdefgen version 10.0.0
      * Generated: Thursday, November 19, 2015
      * Typelib..: C:\\Program Files\\Microsoft Office\\Root\\Office16\\MSOUTL.OLB
          
           OBJECT @Outlook

Is running well.

On the same PC, running with 64bit Extend runtime and sending mail with

      * C:\\OutlookTest\\Copylib\\outlook-2016.def - ActiveX control definitions
      * This is a 32-bit control
      * Generated by axdefgen version 10.0.0
      * Generated: Thursday, November 19, 2015
      * Typelib..: C:\\Program Files\\Microsoft Office\\Root\\Office16\\MSOUTL.OLB
          
           OBJECT @Outlook

gives me a invalid handle by the second modify:

           MODIFY    OUTLOOK-APP, CREATEITEM (OLMAILITEM)
                                             GIVING  OUTLOOK-MAIL
           MODIFY    OUTLOOK-MAIL @SUBJECT H11-ONDERWERP

 

P.S. It is oke to with 64bit Extend runtime and Office version 64 bit installed on a 64bit PC.


#extend

I'am right that you can not mixed 32 bit and 64 bit? You are correct. With 32 bit ActiveX. or .Net or 32 odbc you need to use 32 runtime. If you have 64 bit ActiveX, .Net (Office 64 bit) or 64 bit ODBC, you needs to use the 64 bit runtime.


I'am right that you can not mixed 32 bit and 64 bit?

Situation: Windows10 PC with 64bit, Office version 32bit.

Running the 32bit Extend runtime 10.0.1 and sending mail with

      * C:\\OutlookTest\\Copylib\\outlook-2016.def - ActiveX control definitions
      * This is a 32-bit control
      * Generated by axdefgen version 10.0.0
      * Generated: Thursday, November 19, 2015
      * Typelib..: C:\\Program Files\\Microsoft Office\\Root\\Office16\\MSOUTL.OLB
          
           OBJECT @Outlook

Is running well.

On the same PC, running with 64bit Extend runtime and sending mail with

      * C:\\OutlookTest\\Copylib\\outlook-2016.def - ActiveX control definitions
      * This is a 32-bit control
      * Generated by axdefgen version 10.0.0
      * Generated: Thursday, November 19, 2015
      * Typelib..: C:\\Program Files\\Microsoft Office\\Root\\Office16\\MSOUTL.OLB
          
           OBJECT @Outlook

gives me a invalid handle by the second modify:

           MODIFY    OUTLOOK-APP, CREATEITEM (OLMAILITEM)
                                             GIVING  OUTLOOK-MAIL
           MODIFY    OUTLOOK-MAIL @SUBJECT H11-ONDERWERP

 

P.S. It is oke to with 64bit Extend runtime and Office version 64 bit installed on a 64bit PC.


#extend
I suppose you mean in the last sentence: 64 bit runtime?

I'am right that you can not mixed 32 bit and 64 bit?

Situation: Windows10 PC with 64bit, Office version 32bit.

Running the 32bit Extend runtime 10.0.1 and sending mail with

      * C:\\OutlookTest\\Copylib\\outlook-2016.def - ActiveX control definitions
      * This is a 32-bit control
      * Generated by axdefgen version 10.0.0
      * Generated: Thursday, November 19, 2015
      * Typelib..: C:\\Program Files\\Microsoft Office\\Root\\Office16\\MSOUTL.OLB
          
           OBJECT @Outlook

Is running well.

On the same PC, running with 64bit Extend runtime and sending mail with

      * C:\\OutlookTest\\Copylib\\outlook-2016.def - ActiveX control definitions
      * This is a 32-bit control
      * Generated by axdefgen version 10.0.0
      * Generated: Thursday, November 19, 2015
      * Typelib..: C:\\Program Files\\Microsoft Office\\Root\\Office16\\MSOUTL.OLB
          
           OBJECT @Outlook

gives me a invalid handle by the second modify:

           MODIFY    OUTLOOK-APP, CREATEITEM (OLMAILITEM)
                                             GIVING  OUTLOOK-MAIL
           MODIFY    OUTLOOK-MAIL @SUBJECT H11-ONDERWERP

 

P.S. It is oke to with 64bit Extend runtime and Office version 64 bit installed on a 64bit PC.


#extend
Yes, apologies for the typo.