[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.newcomer] creating a run-time version

Hello:

I've been following UserDocumentation_en.pdf up to 5.2.11 which describes 
how to stop wrapper class generation. One of two approaches - and I believe 
the better of the two - suggests replacing a 6 arguments call to

OoServiceManager::createInstance

with a 2 arguments call:

OoServiceManager::createInstance(String, int)

The problem is the method is not recognized by the compiler. Where is it?

Thank you,
Alexander