C++ .NET. COM Add-in for word

S

shlomo

Hi,
I am trying to implement a COM Add-in for word 2000/xp using Visual
Studio C++ .NET. I found several examples about implementing Office
Add-ins
with VB .NET or VC 6.0 but nothing about C++ .NET. There is the
example in codeguru using VC++ 6 and also the example from Microsoft .
The Old VC++6 example from Microsoft uses a different method for
referencing the Office objects ; they do not use #import "C:\Program
Files\Microsoft Office\Office\mso97.dll" rename_namespace("Office"),
named_guids using namespace Office;
at all. Well, I am confused and do know what to start with.

Can someone help me and give me any reference or a C++ .net project
he/she worked on w (not the old one from Microsoft). ?


Thank you!
 
B

Balaji Hariharan

I have the same problem too...Can someone throw some light on what's
happening?
 

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