c++ - Word 2013 : OLE in place editing not working? -


I am struggling to fight with In-Place-Editing to work with OLE Objects in Word 2013 64bit.

I took Microsoft's own OLE sample

  • Windows 7 64bit
  • Office 2013 64 bit
  • OLE object is compiled in Visual Studio 2012, 64 bit release
  • Another trial with the compilation of Visual Studio 2005 64 bit is the same The result is produced, so the MFC version is unlikely to affect this behavior.

Editing in place works with Powerpoint 2013, but not in Word 2013. In Word 2013, I get an "out-of-play" edit. In Word, I can add Excel objects and can in-place-edit with it.

The in-place-editing (both in PowerPoint and Word) with the following setup in the same sample project:

  • Windows 7, 64bit
  • Compile to Visual Studio 2012, Win32 Targeted
  • Drop a scribble document in Word 2010 32 bit: Editing works in place
  • Word 2013 is not working in 32 bit with the following setup:

    • Drop a scalable document in PowerPoint 2010 32bit:
    • Windows 7, 64bit

    • Visual Studio 2012, target Windows
    • Drop a scribble document in Word 2013 32bit: in place Editing does not work
    • A Scrbill document in Drop PowerPoint 2013 32 bit: Editing works in place

    It seems that Word 2013 is in place for editing in the OK is not able? Further investigations have shown that this Word looks like a regression bug in 2013. In-PlexEE works in Editing Word 2013, when you change anything in the wrapping style of the OLE object but "Inline with text".


    Comments

    Popular posts from this blog

    Pass DB Connection parameters to a Kettle a.k.a PDI table Input step dynamically from Excel -

    multithreading - PhantomJS-Node in a for Loop -

    c++ - MATLAB .m file to .mex file using Matlab Compiler -