[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Newsgroup Home]
|
[news.eclipse.newcomer] Re: creating a run-time version
|
Ah, it's a typo in the documentation. The method takes three arguments:
OoServiceManager::createInstance(String host, int port, String package)
"Alexander Bogomolny" <alexb@xxxxxxxxxxxxxxxx> wrote in message
news:<d4ldj6$hlg$1@xxxxxxxxxxxxxxxx>...
> 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?