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 >>
|