Well hopefully this email will not get held by the moderator again. I have been trying to find out how I would go about compiling the Regex library with Visual studio 2005 for Win CE. I have seen some defines for Win CE so it looks like people are working on it. If no one has finished it then I will just grab the library and compile it myself. If however there is some thing I have to do at the command line of Jam I would like to know that before I go and try and fix it myself. Ken
Ken Perry wrote:
Well hopefully this email will not get held by the moderator again. I have been trying to find out how I would go about compiling the Regex library with Visual studio 2005 for Win CE. I have seen some defines for Win CE so it looks like people are working on it. If no one has finished it then I will just grab the library and compile it myself. If however there is some thing I have to do at the command line of Jam I would like to know that before I go and try and fix it myself.
Currently we don't have enough people with CE experience and/or willing to run the regression tests on that platform to officially support it. The regex lib is "just a bunch of sources" so in theory you just create a static lib project in your IDE and add all the regex sources and compile. Let me know how you get on. HTH, John.
Thanks I will do that this weekend. Ken -----Original Message----- From: boost-users-bounces@lists.boost.org [mailto:boost-users-bounces@lists.boost.org] On Behalf Of John Maddock Sent: Tuesday, October 02, 2007 1:54 AM To: boost-users@lists.boost.org Subject: Re: [Boost-users] Regex and Win CE Ken Perry wrote:
Well hopefully this email will not get held by the moderator again. I have been trying to find out how I would go about compiling the Regex library with Visual studio 2005 for Win CE. I have seen some defines for Win CE so it looks like people are working on it. If no one has finished it then I will just grab the library and compile it myself. If however there is some thing I have to do at the command line of Jam I would like to know that before I go and try and fix it myself.
Currently we don't have enough people with CE experience and/or willing to run the regression tests on that platform to officially support it. The regex lib is "just a bunch of sources" so in theory you just create a static lib project in your IDE and add all the regex sources and compile. Let me know how you get on. HTH, John. _______________________________________________ Boost-users mailing list Boost-users@lists.boost.org http://lists.boost.org/mailman/listinfo.cgi/boost-users
participants (2)
-
John Maddock
-
Ken Perry