Re: [Boost-users] How do i only get Regex??
I'm using VC++ 8 and I am trying to use the boost regex in order to use regular expressions. I can get it to work, but it requires 60mb of files! What is the simplest, smallest subset of files that I need to get this to work. If there is a way to only have to import a dll or lib, that would be ideal. I would like it to be separate and standalone from the massive file collection that comes with boost as a whole.
You can use bcp to extract a subset of Boost: http://www.boost.org/doc/libs/1_38_0/tools/bcp/bcp.html Of course your final executable will be the same size regardless of whether you extract out Boost.Regex or not :-) HTH John.
Nevermind about the bpc executable... The rest of the question still stands -----Original Message----- From: boost-users-bounces@lists.boost.org [mailto:boost-users-bounces@lists.boost.org] On Behalf Of John Maddock Sent: Friday, March 27, 2009 5:32 AM To: boost-users@lists.boost.org Subject: Re: [Boost-users] How do i only get Regex??
I'm using VC++ 8 and I am trying to use the boost regex in order to use regular expressions. I can get it to work, but it requires 60mb of files! What is the simplest, smallest subset of files that I need to get this to work. If there is a way to only have to import a dll or lib, that would be ideal. I would like it to be separate and standalone from the massive file collection that comes with boost as a whole.
You can use bcp to extract a subset of Boost: http://www.boost.org/doc/libs/1_38_0/tools/bcp/bcp.html Of course your final executable will be the same size regardless of whether you extract out Boost.Regex or not :-) HTH John. _______________________________________________ Boost-users mailing list Boost-users@lists.boost.org http://lists.boost.org/mailman/listinfo.cgi/boost-users
Sorry for the mail bombing... I am trying to run the exe and no matter what I try typing in, I get a usage error. I have the path set to boost\boost_1_38\bin so I can run bcp anywhere. I go to boost\boost_1_38 and type: bcp boost\regex.hpp \temp (temp is the output dir for me), and I get the usage error? What am I doing wrong? Jason -----Original Message----- From: boost-users-bounces@lists.boost.org [mailto:boost-users-bounces@lists.boost.org] On Behalf Of John Maddock Sent: Friday, March 27, 2009 5:32 AM To: boost-users@lists.boost.org Subject: Re: [Boost-users] How do i only get Regex??
I'm using VC++ 8 and I am trying to use the boost regex in order to use regular expressions. I can get it to work, but it requires 60mb of files! What is the simplest, smallest subset of files that I need to get this to work. If there is a way to only have to import a dll or lib, that would be ideal. I would like it to be separate and standalone from the massive file collection that comes with boost as a whole.
You can use bcp to extract a subset of Boost: http://www.boost.org/doc/libs/1_38_0/tools/bcp/bcp.html Of course your final executable will be the same size regardless of whether you extract out Boost.Regex or not :-) HTH John. _______________________________________________ Boost-users mailing list Boost-users@lists.boost.org http://lists.boost.org/mailman/listinfo.cgi/boost-users
participants (2)
-
Green, Jason M NSWCDL, W33
-
John Maddock