Registry / networking / zeroc-ice

zeroc-ice

JSON →
library3.7.10vcpkgunverified

Comprehensive RPC framework with support for C++, CSharp, Java, JavaScript, Python and more.

vcpkg install zeroc-ice
INSTALL
IMPORT
SIG · ZEROC-ICE
Z
zeroc-ice
networkingcppv3.7.10
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Ice/Ice.h
#include <Ice/Ice.h>

Initialize the Ice runtime

#include <Ice/Ice.h> #include <iostream> int main() { try { Ice::CommunicatorHolder ich = Ice::initialize(); std::cout << "Ice initialized successfully" << std::endl; } catch (const Ice::Exception& e) { std::cerr << e << std::endl; return 1; } return 0; }
Debug
Known issues
gotchaRequires slice2cpp code generation from .ice files before compilation
fix
Run slice2cpp on your Slice definitions to generate C++ stubs/skeletons
affects: all
Upgrade
Version history
3.7.10latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
35 hits · last 30 days
node
28
Amazon
1
OpenAI (training)
1
Resources

No resource links recorded.

zeroc-ice — pip install zeroc-ice · libregistry