Powerpoint msppt.olb

J

Jørgen Hovland

When I import msppt.olb (Office 2003) into a c++ program and compile I get a
missing definition for MsoRGBType.

How can this be fixed?

Thanks
Jørgen Hovland
 
J

Jørgen Hovland

Solved the problem by not importing at all, but I also solved the import
problem:

#import <MSO.DLL>
using namespace Office;
#import <VBE6EXT.OLB>
using namespace VBIDE;
#import <msppt.olb>

Jørgen Hovland
 

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