Skip to main content



      Home
Home » Newcomers » Newcomers » creating a run-time version
creating a run-time version [message #57600] Tue, 26 April 2005 08:49 Go to next message
Eclipse UserFriend
Originally posted by: alexb.cut-the-knot.com

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
Re: creating a run-time version [message #57687 is a reply to message #57600] Tue, 26 April 2005 10:38 Go to previous message
Eclipse UserFriend
Originally posted by: alexb.cut-the-knot.com

Ah, it's a typo in the documentation. The method takes three arguments:

OoServiceManager::createInstance(String host, int port, String package)

"Alexander Bogomolny" <alexb@cut-the-knot.com> wrote in message

news:<d4ldj6$hlg$1@news.eclipse.org>...

> 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?
Previous Topic:java 1.5 compliance
Next Topic:working with content in IWorkbenchWindowActionDelegate
Goto Forum:
  


Current Time: Sat Jun 07 14:00:17 EDT 2025

Powered by FUDForum. Page generated in 0.07732 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top