building some boost libs for Windows ce

View: New views
4 Messages — Rating Filter:   Alert me  

building some boost libs for Windows ce

by rolleman :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi,
I want to build two libs, statechart and signals, for Windows CE using MSVC 8.0. I have found suprisingly little info on how to accomplish this, and I wonder if anyone has done this before and have any configuration files I could refer to, to save some time (I really don't know much about bjam)?  Thanks!

_______________________________________________
Boost-users mailing list
Boost-users@...
http://lists.boost.org/mailman/listinfo.cgi/boost-users

Re: building some boost libs for Windows ce

by Andreas Huber-3 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

"Frank Black" <rolles.dump@...> wrote in message
news:6a1b49480910300136m324ef899wcae5c90fac8d792f@......
> Hi,
> I want to build two libs, statechart and signals, for Windows CE using
> MSVC

Statechart is a header-only library, so you don't have to build anything to
use it. If you want to run the tests, you'll find more info here:

<http://www.boost.org/libs/statechart/doc/index.html#GettingStarted>

HTH,

--
Andreas Huber

When replying by private email, please remove the words spam and trap
from the address shown in the header.


_______________________________________________
Boost-users mailing list
Boost-users@...
http://lists.boost.org/mailman/listinfo.cgi/boost-users

Parent Message unknown Re: building some boost libs for Windows ce

by Tom Aylesworth :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Some parts of this message have been removed. Learn more about Nabble's security policy.

> I want to build two libs, statechart and signals, for Windows CE using

> MSVC 8.0. I have found suprisingly little info on how to accomplish this,

> and I wonder if anyone has done this before and have any configuration

> files I could refer to, to save some time (I really don't know much about

> bjam)?

 

We’re not using statechart or signals, but we are using several of the other Boost libraries under Windows Mobile 5 with MSVC 9.  Best info I found was here:

 

http://cowo.supersized.org/archives/27-Compiling-BOOST-1.35.0-with-STLPort-and-MSVC-8.html

 

I had to make another change to use MSVC 9 but you shouldn’t need to for 8.

 

We’re also using wcelibcex to provide C library routines that aren’t provided by Microsoft.  You may not need them for the statechart and signals libraries, but here’s a link just in case:

 

http://wcelibcex.sourceforge.net/

 

Thomas Aylesworth

Senior Software Engineer

RealityMobile

http://www.realitymobile.com/

 


_______________________________________________
Boost-users mailing list
Boost-users@...
http://lists.boost.org/mailman/listinfo.cgi/boost-users

Re: building some boost libs for Windows ce

by rolleman :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Thanks for the info. I ended up just creating a VS project for Signals and setting the project options manually, for me it felt easier.

2009/10/30 Tom Aylesworth <taylesworth@...>

> I want to build two libs, statechart and signals, for Windows CE using

> MSVC 8.0. I have found suprisingly little info on how to accomplish this,

> and I wonder if anyone has done this before and have any configuration

> files I could refer to, to save some time (I really don't know much about

> bjam)?

 

We’re not using statechart or signals, but we are using several of the other Boost libraries under Windows Mobile 5 with MSVC 9.  Best info I found was here:

 

http://cowo.supersized.org/archives/27-Compiling-BOOST-1.35.0-with-STLPort-and-MSVC-8.html

 

I had to make another change to use MSVC 9 but you shouldn’t need to for 8.

 

We’re also using wcelibcex to provide C library routines that aren’t provided by Microsoft.  You may not need them for the statechart and signals libraries, but here’s a link just in case:

 

http://wcelibcex.sourceforge.net/

 

Thomas Aylesworth

Senior Software Engineer

RealityMobile

http://www.realitymobile.com/

 


_______________________________________________
Boost-users mailing list
Boost-users@...
http://lists.boost.org/mailman/listinfo.cgi/boost-users


_______________________________________________
Boost-users mailing list
Boost-users@...
http://lists.boost.org/mailman/listinfo.cgi/boost-users