Hello !
I try to learn how to use Ice and so I tried to compile and execute the Hello world application discribe in the Ice documentation.
I wrote exactly the Server.cpp file, the compilation on windows was successful but when I execute it I have an "std::bad_alloc à l'emplacement mémoire 0x0012f0b8" error !
The exact line which throws the error is :
Ice::ObjectAdapterPtr adapter = ic->createObjectAdapterWithEndpoints("SimplePrinterAd apter", "default -p 1000");
Thank you for your help !
Matthieu

Reply With Quote
