Windows IoT Core Boost C

0 votes

I'm using Visual Studio 2015 with Universal Windows Project to build it on RaspberryPi 2 (ARM). For the program I'm trying to run, there's a necessity to use the Boost C++ Libraries, are these libraries compatible with Win10 IoT Core? 

I've linked Boost to Visual Studio 2015. An error is thrown at me when cross-compiling: 

LINK : fatal error LNK1104: cannot open file 'libboost_regex-vc140-mt-gd-1_63.lib'

May 8, 2019 in IoT (Internet of Things) by Shubham
• 13,490 points
739 views

1 answer to this question.

0 votes
Since boost does not provide pre-built binaries for Windows ARM yet, meaning it's not yet officially supported.

The linking error message shows you're trying to reference the wrong library format(x86 or x64) for your Windows ARM project. You should be a reference the arm build binaries for your Windows IoT project.
answered May 8, 2019 by Upasana
• 8,620 points

Related Questions In IoT (Internet of Things)

0 votes
1 answer

Display time in a Windows Core IoT app with a clock!

It is possible, but you should understand ...READ MORE

answered Jul 10, 2018 in IoT (Internet of Things) by nirvana
• 3,130 points
1,324 views
0 votes
1 answer

Deploy my Windows 10 IOT core application locally!

Of course, you, can! That is, in ...READ MORE

answered Jul 17, 2018 in IoT (Internet of Things) by nirvana
• 3,130 points
886 views
0 votes
1 answer

MQTT broker for Windows IOT Core?

 There are a few options available for ...READ MORE

answered Sep 26, 2018 in IoT (Internet of Things) by Upasana
• 8,620 points
1,153 views
0 votes
1 answer

Can Qt be used for developing apps for windows IoT core?

QT does seem to support a compatible ...READ MORE

answered Sep 27, 2018 in IoT (Internet of Things) by Annie97
• 2,160 points
1,296 views
0 votes
1 answer
0 votes
1 answer

Setting time on Raspberry Pi using just PowerShell

The Enter-PSSession is for interactive sessions, so ...READ MORE

answered Aug 10, 2018 in IoT (Internet of Things) by nirvana
• 3,130 points
770 views
0 votes
1 answer

Connecting GSM Module to Raspberry Pi 2

Hey, just use any 'supported' USB-to-Serial adapter ...READ MORE

answered Nov 22, 2018 in IoT (Internet of Things) by DataKing99
• 8,240 points
837 views
0 votes
1 answer
0 votes
1 answer

Windows 10 IOT Core: real-time image processing DLL using C++

Yes, but it requires some work. The C++ ...READ MORE

answered Jan 28, 2019 in IoT (Internet of Things) by Upasana
• 8,620 points
1,381 views
webinar REGISTER FOR FREE WEBINAR X
REGISTER NOW
webinar_success Thank you for registering Join Edureka Meetup community for 100+ Free Webinars each month JOIN MEETUP GROUP