C++ project
genuine-mysli opened this issue · comments
genuine-mysli commented
Hi,
I wanted to write C++ code using the VisualUefi framework, but failed with quite some errors in the MdePkg.
Compiling the sme code as C-code works fine.
Is there way to also write C++ code, or is this currently not supported?
Alex Ionescu commented
I'm not sure if using C++ in UEFI environment is a good idea, even if you
can get it to compile :)
Best regards,
Alex Ionescu
…On Mon, Nov 28, 2016 at 12:45 PM, genuine-mysli ***@***.***> wrote:
Hi,
I wanted to write C++ code using the VisualUefi framework, but failed with
quite some errors in the MdePkg.
Compiling the sme code as C-code works fine.
Is there way to also write C++ code, or is this currently not supported?
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#12>, or mute the thread
<https://github.com/notifications/unsubscribe-auth/AFxIeA5DwGNPHACS8vfvLhZHHVKNyJ-gks5rCz1ngaJpZM4K-Pdf>
.
genuine-mysli commented
understood, thank you