Ice server in C++

in Help Center
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 @[email protected]@$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
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 @[email protected]@$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
0
Comments
Dwayne