MishaUliutin / MuPDF.WinRT

Windows 8 and Windows Phone 8 WinRT component - MuPDF wrapper
GNU General Public License v3.0
26 stars 24 forks source link

Unresolved external symbol _getenv #29

Open dhaval9217 opened 7 years ago

dhaval9217 commented 7 years ago

I have clone this repo in my local environment and convert it into Windows 8.1

And then when i am trying to build MuPDFWinRT Project, i got error as below.

Severity Code Description Project File Line Suppression State Error LNK2001 unresolved external symbol _getenv MuPDFWinRT (base)\PDFReader\MuPDF.WinRT\Win8\libthirdparty.lib(jmemmgr.obj) 1

Can anyone help me?

Thanks in advance.