ionescu007 / VisualUefi

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

Openssl compiling error #11

Closed fmj95817 closed 7 years ago

fmj95817 commented 8 years ago

Hi Alex, I built VisualUefi with VS2015, but project "OpenSSLlib" and "BaseCryptLib" in that solution failed to be compiled. The first error message sent by compiler is "size_t redefination". What has caused this problem?

regards, Muju

starsoftnl commented 7 years ago

Hi Muju, Same problem here. Did you find a solution for this?

regards, Mark

dannylion commented 7 years ago

Well it's been a long while since you wrote this comment, but I ran into the same issue and solved it.

Make sure you use the edk2 version that Alex tailored for VisualUefi and it should just work. https://github.com/ionescu007/edk2

ionescu007 commented 7 years ago

Thanks for confirming that the one in this repo works as expected. I kept trying to find what the issue was!