When building a project for Galileo (www.windowsondevices.com), app compiles, but when creating an http_client an exception is thrown:
Unhandled exception at 0x7539ACEA (cpprest120d_2_1.dll) in Galileo Wiring App1.exe: 0xC000001D: Illegal Instruction.
Comments: Hi Sowmyan, A Visual Studio project file was added to the code base for building for IoT. Specifically it is located [here](https://casablanca.codeplex.com/SourceControl/latest#Release/src/build/vs12.wod/casablanca120.wod.vcxproj). You can easily build it by opening up our Visual Studio 2013 solution file directly under the root directory. Then at that point you can take the lib, dll, and pdb that contains 'wod' (Windows on Devices) to use with your application/product. We didn't add IoT to the NuGet package yet, because we are unsure what the best way to detect the different in a users project file for IoT vs. Windows Desktop. Steve
Unhandled exception at 0x7539ACEA (cpprest120d_2_1.dll) in Galileo Wiring App1.exe: 0xC000001D: Illegal Instruction.
Comments: Hi Sowmyan, A Visual Studio project file was added to the code base for building for IoT. Specifically it is located [here](https://casablanca.codeplex.com/SourceControl/latest#Release/src/build/vs12.wod/casablanca120.wod.vcxproj). You can easily build it by opening up our Visual Studio 2013 solution file directly under the root directory. Then at that point you can take the lib, dll, and pdb that contains 'wod' (Windows on Devices) to use with your application/product. We didn't add IoT to the NuGet package yet, because we are unsure what the best way to detect the different in a users project file for IoT vs. Windows Desktop. Steve