| Thread | Last Post | Replies |
|
| Browser information in .NET | 30 Oct 2003 13:51 GMT | 2 |
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,
|
| assertion problem in Mixed mode DLL | 29 Oct 2003 16:38 GMT | 2 |
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.
|
| Opening a file within Visual.NET IDE as a Post-Build Event? | 24 Oct 2003 05:37 GMT | 1 |
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.
|
| How to Know System Idle Status | 23 Oct 2003 16:05 GMT | 1 |
Hai All, How do we programmatically get to know weather the system is idle or not ???? Pls F1 F1 :-)
|
| Unresolved symbol __abs64 | 17 Oct 2003 11:41 GMT | 1 |
Under Visual Net 2003, the linker gives the error: LNK2019: unresolved external symbol __abs64 I can call int abs(int), etc. just fine. Problem is the _int64 version (it compiles, but won't link).
|
| creating windows user control in Visual C+= .Net | 11 Oct 2003 00:58 GMT | 1 |
I wants to create a windows user control in Visual C++ .Net. How to do that? I can easily do in Visual C#, because there is a project templeate "Windows Control Library", but there is no such
|
| question | 10 Oct 2003 14:21 GMT | 2 |
1. Can you perform selection or conditioning without using any selection mechanism in c++? Can you perform such things in any other programming language? Under what conditions can this work in either case?
|
| need help to create a driver with C# , C++ ,VB or java | 09 Oct 2003 06:23 GMT | 2 |
Hy I'm a computing student I looking for some one who can help me to create driver by using one of this compiler (see subject)
|
| C++ to C# Wrapper | 07 Oct 2003 10:40 GMT | 2 |
How to write method in wrapper for method from C++: HRESULT Add(WCHAR *wcPath) ??? I've write something like this
|
| problem static linking MFC C++ | 03 Oct 2003 18:52 GMT | 1 |
I am trying to "wrap" an MFC C++ class in Managed C++. I am getting a System.NullReferenceException everytime i try to execute a function. I don't ahve a clue if i'm doing it right, but i'm trying very hard :)
|
| unresolved external symbol ___security_cookie | 02 Oct 2003 20:01 GMT | 1 |
I am converting some projects from VS 6.0 to VS .NET 2003 and I get a linker error error LNK2001: unresolved external symbol ___security_cookie or error LNK2001: unresolved external symbol ___security_cookie
|
| unhandled exception in _CrtIsValidHeapPointer | 02 Oct 2003 19:58 GMT | 3 |
i am using a static library dll , for the static library i am passing a reference of STL list( list of STL string ) which fills the list. when i clear the list in the client side i am getting unhandled exception in
|