Archived

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

Problem with Hello world Example

Hi,

I'm discovering Ice FrameWork, and following the documentations, I try The hello World Example.
I've rebuilding Ice to have an Ice in Release mode.

I've followed step by step, the example ( printer.ice ). And when I execute the server it is ok, by the way, but the execution of client failed ( "The application has requested the runtime to terminate it in an usual way, contact...").
I found the line which failed, it is simply printer->printString("hello world!").

An idea?

Thanks

Comments