Archived

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

Hello example problems

Hi,

I compiled ICE 1.1.0 with VC++ 6.0 on Windows XP.

I used the following third party versions

DB 4.1.25
STLPort 4.5.3
openSSL 0.97b
bzip2 1.02
Xerces 2.1.0

I ran all the test with no problems.

When I compile the hello world example in chapter 3 I get this message after starting the client

This application has requested the Runtime to terminate it in an unusual way. Please contact the application's support team for more information.

When I try it without the server running I get a connect failed error - so I know in I am at least connecting to the server.

Any ideas on what to check?

Thanks for you help,

John Mansour

Comments

  • Hi,

    Never mind.

    We figured it out.

    It turns out that RTTI was not enabled.

    Thanks anyhow,

    John Mansour