Does GUIX have or will have a C++ extension or any C++ capability?

Rangel, Raul 25 Reputation points
2023-05-29T18:50:38.5966667+00:00

Hello,

I am right now working with the GUIX graphic library and i noticed that it has no c++ capability nor extension, is there any plan to add this in the future?

Thanks!

Raul Rangel

Azure RTOS
Azure RTOS
An Azure embedded development suite including a small but powerful operating system for resource-constrained devices.
331 questions
{count} votes

Accepted answer
  1. Ting Zhu 485 Reputation points Microsoft Employee
    2023-05-30T03:55:28.8266667+00:00

    Hi Raul Rangel, do you want to integrate the GUIX library into your C++ application? GUIX can be used in C++ projects, and when the C++ compiler is used, the GUIX APIs will be encapsulated within an 'extern "C"' block. This ensures that the APIs are treated as C functions.

    1 person found this answer helpful.
    0 comments No comments

0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.