question for developers

Y

yana

hi,
I'm working with PP Objects from VC++.
I created classes from msppt.olb type library and
everything is OK, but I can't find where are the property
definitions. For example,
PpSaveAsFileType.ppSaveAsPresentation?

thanks,
Yana
 
M

Mike M.

There is no help for VC++. You have to use the VB help and compare against
msppt.tlh or msppt.tli files for actual implementation.
 
Y

yana

thanks, Mike
but I don't have no msppt.tlh, no .tli in my system.
Part of what are those files?
 
M

Mike M.

They are generated when I build my program. I use the import feature to
import the PowerPoint type library.
#import <msppt.olb> implementation_only
 
M

Mike M.

Hmmm, that reminds of a time in Mexico...... :-O

Steve Rindsberg said:
In addition to Mike's suggestions, you can anonymous ftp to rdpslides.com and
download CONSTDUMP.EXE

Put it on your desktop and drag a TLB or OLB file onto it to get a listing of
the constants.
 
Y

yana

thanks, Steve.
probably nice application, but it fall with error 76:
"Path not found".
I'll try Mike's idea with #import.
Now I used "Add MFC class from type library" option in VS.

yana
 
M

Mike M.

You have to admit it was a great setup. I couldn't resist spiking that one.
<g>
 

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