Launching Word from Visual C++ 2005

  • Thread starter Thread starter R.Kaiser
  • Start date Start date
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
 
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"
 
Back
Top