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
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