Regexp: std::runtime_error, bad pattern?
Hello, Can anybody tell me what's the problem with this warning: --- non dll-interface class 'std::runtime_error' used base for dll-interface class 'boost::pattern' --- _ Vemund Halvorsen, vemund.halvorsen@kongsberg.com Software Engineer RO CCIT, Kongsberg Defence and Aerospace As PO Box 1003 N-3601 Kongsberg
non dll-interface class 'std::runtime_error' used base for dll-interface class 'boost::pattern'
Good question - Dinkumware don't give std::runtime_error a dll interface, so if you derive from it and try to export/import the result from a dll, then you get that warning. IMO it's a bug in vc7, but Dinkumware may see it differently :-( John Maddock http://ourworld.compuserve.com/homepages/john_maddock/index.htm
participants (2)
-
John Maddock
-
vemundha