How are calls to Ada library packages converted (wind32, calendar, text_io)

How are calls to Ada library packages converted (wind32, calendar, text_io)

When generating C++, each Ada package becomes a separate C++ namespace. For bindings like Win32, the generated C/C++ code has direct calls on the corresponding C interface, using export "C" {}.