Hi,
I am using boost::bind from boost 1.30.0. When I type "boost::bind(", the
VS.NET 20003 IDE stopped responding. What is wrong?
#include
yxh
Hi, I am using boost::bind from boost 1.30.0. When I type "boost::bind(", the VS.NET 20003 IDE stopped responding. What is wrong? #include
int main(void) { boost::bind( // IDE dies here }
I think the question should be: What is wrong with VS.NET 2003? This is definitely not a boost bind problem. I think you should report the problem to MS. -- Joel de Guzman joel at boost-consulting.com http://www.boost-consulting.com http://spirit.sf.net
yxh
wrote: Hi, I am using boost::bind from boost 1.30.0. When I type "boost::bind(",
At 10:29 PM 8/5/2003, Joel de Guzman wrote: the
VS.NET 20003 IDE stopped responding. What is wrong? #include
int main(void) { boost::bind( // IDE dies here }
I think the question should be: What is wrong with VS.NET 2003? This is definitely not a boost bind problem. I think you should report the problem to MS.
Yes, please report it. Reporting VC++ 7.1 bugs to microsoft.public.dotnet.languages.vc seems to be quite effective. I've been using Google Groups to do the posting, with good results. Lots of Microsoft folks and MVP's follow that newsgroup, and they are very familiar with Boost. You don't have to explain what boost::bind is or where they can get a copy. --Beman
Wednesday, August 6, 2003, 2:35:08 AM, yxh wrote:
y> Hi,
y> I am using boost::bind from boost 1.30.0. When I type "boost::bind(", the
y> VS.NET 20003 IDE stopped responding. What is wrong?
y> #include
Wednesday, August 6, 2003, 2:35:08 AM, yxh wrote:
y> Hi, y> I am using boost::bind from boost 1.30.0. When I type "boost::bind(",
These problems are usually related to auto-completion and parameter
information.
Try to disable those (Options/Text Editor/All Languages/General).
Sted
"Stephen Love"
y> VS.NET 20003 IDE stopped responding. What is wrong? y> #include
y> int main(void) y> { y> boost::bind( // IDE dies here y> }
I have had exactly this problem with the date_time library using VS.Net 2003.
-- Steve Love: steve.love@essennell.co.uk
ACCU - accu.org Promoting Professionalism in Programming
Info: http://www.boost.org Wiki: http://www.crystalclearsoftware.com/cgi-bin/boost_wiki/wiki.pl Unsubscribe: mailto:boost-users-unsubscribe@yahoogroups.com
Your use of Yahoo! Groups is subject to http://docs.yahoo.com/info/terms/
Wednesday, August 6, 2003, 2:35:08 AM, yxh wrote:
y> Hi, y> I am using boost::bind from boost 1.30.0. When I type "boost::bind(",
Hi, Stephen
I solved it by using Visual Assistant .NET
"Stephen Love"
y> VS.NET 20003 IDE stopped responding. What is wrong? y> #include
y> int main(void) y> { y> boost::bind( // IDE dies here y> }
I have had exactly this problem with the date_time library using VS.Net 2003.
-- Steve Love: steve.love@essennell.co.uk
ACCU - accu.org Promoting Professionalism in Programming
Info: http://www.boost.org Wiki: http://www.crystalclearsoftware.com/cgi-bin/boost_wiki/wiki.pl Unsubscribe: mailto:boost-users-unsubscribe@yahoogroups.com
Your use of Yahoo! Groups is subject to http://docs.yahoo.com/info/terms/
participants (5)
-
Beman Dawes
-
Joel de Guzman
-
Stefano Delli Ponti
-
Stephen Love
-
yxh