|
|
|
date: Sun, 23 Oct 2005 02:39:51 +0200,
group: microsoft.public.word.vba.addins
back
Re: Object Library
No. Depends a little on how your installation is packaged, but usually the
reference is simply to MSWORD.OLB, and the system automatically uses
whatever version is actually installed. Or you can use late binding, in
which case you'll get whatever library is in the registry as
"Word.Application".
"Matthias Langbein" wrote in message
news:0omll1llt1tl55p82b3m70vfri86q53v3b@4ax.com...
> Hi all,
>
> I'm building a Word-Addin with VS.NET. Therein I need a reference to
> the Microsoft Word Object Library, which is in my case the version
> 11.0.
> When I distribute my Addin to other people, is there a problem when
> they've got a different version of the Word Object Library, e.g. 10.0?
> Do I need to build a distribution for every version of the Word Object
> Library (one for Word 2k, one for Word XP, ...)?
>
> THX, yours Langi
date: Sun, 23 Oct 2005 12:57:42 +1000
author: Jezebel
|
|