Re: compiling error using boost::fsm by Andreas Huber

boost::fsm currently does not work with any version of MSVC before 7.1 and probably never will. Very early versions of boost::fsm did support VC7.0 but I had to drop it because I kept running into the weirdest compilation problems. Most of them were due to the notorious ETI bug.
Sorry,
Andreas
thats mean I must upgrade? ot it can be fixed with patch? _________________________________________________________________ Tired of spam? Get advanced junk mail protection with MSN 8. http://join.msn.com/?page=features/junkmail

Ahmed Ali wrote:
boost::fsm currently does not work with any version of MSVC before 7.1 and probably never will. Very early versions of boost::fsm did support VC7.0 but I had to drop it because I kept running into the weirdest compilation problems. Most of them were due to the notorious ETI bug.
Sorry,
Andreas
thats mean I must upgrade? ot it can be fixed with patch?
If you want to use boost::fsm now, yes, you must upgrade to MSVC7.1. As I said, I don't think it will ever work on MSVC < 7.1... Regards, Andreas
participants (2)
-
Ahmed Ali
-
Andreas Huber