Hi,
We have a Content Distribution networking "C" application which uses windows networking API from
wsock32.lib
Ws2_32.lib
Iphlpapi.lib
odbc32.lib
odbccp32.lib
I downloaded Visual Studio 2012 and compile for Win32 it works.It also works on Windows 8 Desktop. Now my goal is to evaluate whether it will run on upcoming Windows Tablet on ARM architecture.
So I tried to compile the app with ARM, however it can not find above libraries.
Does this mean that I need to rewrite the modules which make use of the above libraries and make use of Windows Runtime Library.Niles
Nilesh.