Archived Months
July 2003
August 2003
September 2003
October 2003
November 2003
December 2003
January 2004
February 2004
March 2004
April 2004
May 2004
June 2004
July 2004
August 2004
September 2004
October 2004
November 2004
December 2004
January 2005
February 2005
March 2005
April 2005
May 2005
June 2005
July 2005
August 2005
September 2005
October 2005
November 2005
December 2005
January 2006
February 2006
March 2006
April 2006
May 2006
June 2006
August 2006
September 2006
October 2006
December 2006
January 2007
March 2007
April 2007
May 2007
September 2007
October 2007


all groups > visual c libraries > october 2003 > threads for october 22 - 28, 2003

Filter by week: 1 2 3 4 5

Browser information in .NET
Posted by Sucharit Dutta at 10/28/2003 4:24:35 AM
Hi, Is there any equivalent of the VC6 'Source Browser' in .NET. I couldn't find anything to get 'Definitions and References', 'Call Graph', etc. Thanks, Sucharit...more >>

<auto_ptr> inside <map> problem in VC 7!??
Posted by Evgeny at 10/27/2003 3:45:25 PM
Hi, all! I didn't find yet solution for this problem! Somebody knows where is a catch? Looks like "operator =" or copy constructor not implemented in one of internal templates.... Thanks in advance class CMyBase; typedef auto_ptr<CMyBase> MyBasePtr; typedef map<int, MyBasePtr> MAP_BASE...more >>

assertion problem in Mixed mode DLL
Posted by Craig Klementowski at 10/27/2003 11:20:34 AM
Pardon the cross post, but I'm not sure where exactly to post this question. We have MFC application using many MFC extention DLL's. We started using a new MFC extention DLL that is mixed mode so we could use some .Net components we have built. We are getting an assertion in ~CCmdTarget when...more >>

bug in .net Framework?
Posted by boris NO[at]SPAM crabel.com at 10/27/2003 10:04:10 AM
char* str = "hello, World"; System::String* sys_str = new System::String(str); if I compile the above code with 'Program Database (/Zi)' then it works fine. if I disable 'Debug Information Format' (set to 'Disable'), then it results in corrupted sys_str once in a while. E.g. If I ran the a...more >>

Opening a file within Visual.NET IDE as a Post-Build Event?
Posted by Ramen at 10/23/2003 8:45:36 PM
After my Build, a file gets generated "a.txt". I want to open "a.txt" as a Post-Build Event on Visual.NET window (like doing a File>Open>File). I know I can launch wordpad or notepad as a Post-Build Event, but I want it opened within Visual.NET. Anyone have any ideas? ...more >>

How to Know System Idle Status
Posted by Justine at 10/22/2003 10:30:19 PM
Hai All, How do we programmatically get to know weather the system is idle or not ???? Pls F1 F1 :-) Thanz... Justine...more >>



DevelopmentNow Blog