regex compilation under VC++

R

Ram Sundaram

Hi,
I am trying to port some linux code to windows under Visual studio.
The regex package currently used is the GNU regex package which calls
for <strings.h>. This is not found in visual studio. Hence I am in
need of a regex package for visual studio.

I tried
http://ourworld.compuserve.com/homepages/John_Maddock/regexpp.htm

but I am having some problems with compilation since I also use
STLPort. In this case, I am having problems with compiling the regex
package using vc6-stlport.mak

Any pointers to a regex package compliant with the Stlport would be
greatly appreciated.

Cheers
Ram
 
M

Martin Gieseking

(e-mail address removed) (Ram Sundaram) wrote in @posting.google.com:
Hi,
I am trying to port some linux code to windows under Visual studio.
The regex package currently used is the GNU regex package which calls
for <strings.h>. This is not found in visual studio. Hence I am in
need of a regex package for visual studio.

I tried
http://ourworld.compuserve.com/homepages/John_Maddock/regexpp.htm
Any pointers to a regex package compliant with the Stlport would be
greatly appreciated.

Have you had a look at the boost libraries (www.boost.org)? They are highly
portable and contain John Maddock's regex module.

Martin
 
R

Ram Sundaram

Martin Gieseking said:
(e-mail address removed) (Ram Sundaram) wrote in @posting.google.com:



Have you had a look at the boost libraries (www.boost.org)? They are highly
portable and contain John Maddock's regex module.

Martin

Thanks for the information.
Yeah, I did try boost libraries. I am having some problems in building
them since I use STLPort. Plus, I already have the GNU_regex.c and
GNU_regex.h files and the wrapper classes written. Hence, I thought it
would be cool if the GNU type regex libraries existed for VC++.
Someone had said that they did not have any issues compiling the GNU
regex library under VC++. I am wondering what did they do.

Thanks
Ram
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
474,169
Messages
2,570,919
Members
47,458
Latest member
Chris#

Latest Threads

Top