VSTO Word COM add-in without .NET?

H

hafabee

I have developed a Word Add-in commercial app as a global template. I
use Inno Setup to have my setup.exe install this template in the
WORD/STARTUP folder which works fine as far as it goes.

I would like to redevelop this app as a COM add-in for Word rather than
as a DOT template. I have Visual Studio 2005 Tools for Office (VSTO)
and would like to use this to create the COM add-in for Word. The catch
is I want to make the add-in WITHOUT using the .NET framework.

Is this possible? Can anybody point me to a sample or tuturial on this?
I have tried several resources but they are not for VSTO 2005 but
rather for VB6, etc. and I have been unscusessful.

Any help would be greatly appreciated!
 
X

XL-Dennis

Hi,

"The catch is I want to make the add-in WITHOUT using the .NET framework"

Develop the COM Add-in with VB 6.0 as it will work with version 2000 to 2007
of Word.
 
H

hafabee

So is there no way at all to create a non-.NET Word COM add-in using
VSTO 2005? None?
 
N

Nick Hebb

hafabee said:
So is there no way at all to create a non-.NET Word COM add-in using
VSTO 2005? None?

As far as I know, the most common approaches to writing unmanaged
(i.e., non-.Net) COM add-ins are as follows, ranked by order of
popularity:
- VB6
- Delphi
- C++
- Python

Since you have VSTO, is it safe to assume you have VS 2005? If so, and
you know C++, that maybe your best bet.

Personally, I use VB6 and will probably switch to Delphi in the future.
PIA's look like a PITA. The popularity order above is not scientific -
it's just a guesstimate based on my observations.

-- Nick Hebb
http://www.breezetree.com
 
C

Cindy M.

<[email protected]>
<[email protected]>
Newsgroups: microsoft.public.office.developer.com.add_ins
NNTP-Posting-Host: 27.197.77.83.cust.bluewin.ch 83.77.197.27
Lines: 1
Path: number1.nntp.dca.giganews.com!border1.nntp.dca.giganews.com!nntp.giganews.com!newsfeed00.sul.t-online.de!newsfeed01.sul.t-online.de!t-online.de!news.germany.com!feeder.news.tin.it!207.46.248.126.MISMATCH!TK2MSFTFEEDS01.phx.gbl!TK2MSFTNGP01.phx.gbl!TK2MSFTNGP04.phx.gbl
Xref: number1.nntp.dca.giganews.com microsoft.public.office.developer.com.add_ins:10682

Hi Hafabee,
So is there no way at all to create a non-.NET Word COM add-in using
VSTO 2005? None?
No. Certainly not. VSTO *IS* part of Visual Studio .NET. Since it's
NET, it won't create non-.NET.

Cindy Meister
INTER-Solutions, Switzerland
http://homepage.swissonline.ch/cindymeister (last update Jun 17 2005)
http://www.word.mvps.org

This reply is posted in the Newsgroup; please post any follow question
or reply in the newsgroup and not by e-mail :)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top