Unable to link C static library with Windows Store app when building ARM
-
Hi all I am trying to build a windows run time component which I need to link with a C static library. It build fine when building in Win32 Release configuration. but it generates following error when try to build in ARM Release configuration "LNK2001 unresolved external symbol" I have provided the path to .lib properly. Can anyone please show me what I'm missing Thank You
-
Hi all I am trying to build a windows run time component which I need to link with a C static library. It build fine when building in Win32 Release configuration. but it generates following error when try to build in ARM Release configuration "LNK2001 unresolved external symbol" I have provided the path to .lib properly. Can anyone please show me what I'm missing Thank You
-
Hi all I am trying to build a windows run time component which I need to link with a C static library. It build fine when building in Win32 Release configuration. but it generates following error when try to build in ARM Release configuration "LNK2001 unresolved external symbol" I have provided the path to .lib properly. Can anyone please show me what I'm missing Thank You
As the other reply stated, a full error message would be handy. Just a thought, you're definitely linking against a static library built for ARM as well ?