Archived

This forum has been archived. Please start a new discussion on GitHub.

IceBox.Service.helloserviced

I defines properties and arguments for the service:
"IceBox.Service.helloserviced=entry_point[helloserviced:create]"



Is it correctly?

Comments

  • benoit
    benoit Rennes, France
    Hi,

    Please specify the operating system and Ice version you're using, I'll assume you're using Windows.

    If the DLL name is "helloserviced.dll" and if it's built with the debug runtime (the /MDd compiler option), the property should look like:
    IceBox.Service.Hello=helloservice:create
    

    (assuming the C function instantiating the service is named "create").

    Please see cpp/demo/IceBox/hello for an example and here in the Ice manual for more information.

    Cheers,
    Benoit.