Archived

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

Ice server in C++

Hi all,

I am trying to add a C++ Server to my Java Ice application. I have done a first try by modifying the Printer example (the code is attached to this message), so now it uses the Ice interface 'Example'. I get the .exe of the server but when I run it, this error message shows:
The procedure entry point @Ice@AdapterNotFoundException@$bdtr$qv could not be located in the dynamic link library ICE33D.DLL

I am running it from the same demo/book folder where before I got successfully run the Printer example. Also, I have updated all the environment variables needed.

I am using the current version of Ice for CodeGear C++ Builder 2007.

Thanks,
Laura

Comments

  • dwayne
    dwayne St. John's, Newfoundland
    I have trued compiling and running you example and I did not have any problem. Are you able to run all the other C++ tests and demos with C++Builder?

    Dwayne