Launching Word from Visual C++ 2005

R

R.Kaiser

I have a project that launches Word via a Com object. This project
compiles fine on my desktop.

Now I transferred this project to my notebook, where it won't compile.

After typing

using namespace Microsoft::

IntelliSense doesn't even offer me

Office::Interop;

for insertion.

Does anybody have any idea what I am missing?

Thanks
Richard
 
B

Bruno van Dooren [MVP VC++]

I have a project that launches Word via a Com object. This project compiles
fine on my desktop.

Now I transferred this project to my notebook, where it won't compile.

After typing

using namespace Microsoft::

IntelliSense doesn't even offer me

Office::Interop;

for insertion.

Does anybody have any idea what I am missing?

The office interop assemblies, probably.
Are they installed on your laptop?
You have them on your workstation, so you can check where they are and how
they got there.
That should tell you how to get them on your laptop.

--

Kind regards,
Bruno van Dooren
(e-mail address removed)
Remove only "_nos_pam"
 

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