vendredi 25 septembre 2015

Shared Library from windows Universal Project

I am creating a shared Library from a Windows Universal Project in Visual Studio 2015. The Shared library would be run for desktop apps and phone apps. I am compiling Phone app in ARM whereas Desktop apps in Win32.

Everything is working correctly for ARM.

But When Using object file compiled in Win32, external symbol _AreFileApisANSI not found.

I know, _AreFileApisANSI is not defined in WIN RT environment and I have already did those changes for ARM compilation. But this api should be defined for windows Desktop.

Also, For win32 I have set the WINAPI_FAMILY=WINAPI_FAMILY_DESKTOP_APP.

Please help.

Aucun commentaire:

Enregistrer un commentaire