11 Jun
2002
11 Jun
'02
10:24 a.m.
Acctually, I just want to use the boost's regex library. Can I compile the regex manually (by the IDE) so I can use it with include ( #include
) in my codes? If yes, how?
Yes, please read the regex installation docs for full details (basically just compile all the files under boost-path/libs/regex/src/ into a static lib or dll), however, you may find that you do need to patch VC6 with at least sp3. John Maddock http://ourworld.compuserve.com/homepages/john_maddock/index.htm