ionescu007 / VisualUefi

A project for allowing EDK-II Development with Visual Studio
486 stars 122 forks source link

C++ project #12

Closed genuine-mysli closed 7 years ago

genuine-mysli commented 7 years ago

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?

ionescu007 commented 7 years ago

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 notifications@github.com 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 https://github.com/ionescu007/VisualUefi/issues/12, or mute the thread https://github.com/notifications/unsubscribe-auth/AFxIeA5DwGNPHACS8vfvLhZHHVKNyJ-gks5rCz1ngaJpZM4K-Pdf .

genuine-mysli commented 7 years ago

understood, thank you