Re: generated stubs fail to compile

Keith Cochran <[email protected]> Wed, 26 Jul 2006 18:07:18 -0400
Newsgroups gmane.comp.windows.devel.jawin
Message-ID <LISTSERV%[email protected]>
I have a similar problem with the stub generator and the PowerPoint OLB
MSPPT.OLB.  I have many methods in the _Application class, however there are
many undefined symbols:

Script
WebPageFonts
CommandBars
Assistant
FileSearch
IFind
VBE
AnswerWizard
COMAddIns
LanguageSettings
MsoDebugOptions
FileDialog
NewFile

It appears that I'm missing a jar file that contains these definitions, or
the stub generator didn't generate them. When I compile I get the "cannot
find symbol" error on each.  I get that error on many files.

I'm using PPT 2003 SP2, and Java 1.5 to generate stubs and compile.

Thanks,
Keith