17 Jun
2002
17 Jun
'02
2:27 p.m.
From: "lognez"
Hi all,
I am trying to pass a smart pointer (boost::shared_ptr<T>) as an argument to a function that is implemented by a dll and called by an executable, but whenever I execute the application, it goes into a loop, no matter what the type of T is. When the function is implemented in the exe or when the function is called from inside the dll it works fine.
Which version of boost?