Opened 17 years ago

Closed 17 years ago

#35 closed defect (fixed)

VB script word2html

Reported by: oranfry Owned by: nobody
Priority: low Milestone:
Component: Greenstone2 Runtime Severity:
Keywords: Cc:

Description

VB script word2html (probably pptextract as well) does not have the backward compatability to the older version of MS office. [Chi 23/09/2005]

Use the late binding method. The way to do it is to declare all MS office automation variables as just Object. When you use late binding, you instruct your application to use iDispatch for a particular object's interface. GetIDsOfNames is used to locate the dispID of the specific member method you want to use and invoke is used to make the Automation call at run time

Change History (1)

comment:1 by oranfry, 17 years ago

Resolution: fixed
Status: newclosed
Note: See TracTickets for help on using tickets.