Boost logo

Boost Users :

From: Metasebia Moges (mtsbmoges_at_[hidden])
Date: 2007-04-14 18:05:35


Hi All,

I wanted to use boost::regex in a DLL whose methods are called a number of times by the main program. The code I wrote in the DLL compiles and builds without any problem. The code in the DLL seems to do the job the first time the DLL is called by the main program but the next time the DLL is called to do the same job again in the same run of the program, it halts.

When I do the same piece of job using the standard C++ libraries somehow, everything works fine but not with boost regex. Why? I am not sure if there is any #define or something I missed when boost regex is used in a DLL. Just confused ....
FYI: I use Visual C++ 2003.

I appreciate any help.

mmoges

__________________________________________________
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around
http://mail.yahoo.com



Boost-users list run by williamkempf at hotmail.com, kalb at libertysoft.com, bjorn.karlsson at readsoft.com, gregod at cs.rpi.edu, wekempf at cox.net