| Thread | Last Post | Replies |
|
| malloc in .net.. | 21 Jul 2004 11:59 GMT | 7 |
hi is there malloc command for native arrays to enlarge size of the array ???
|
| How to examine Thread location programatically | 21 Jul 2004 03:42 GMT | 1 |
I can fetch a pointer to my current thread as follows Thread *pThread = Thread::CurrentThread; How do I cast this to something that I can then use to display the object address e.g. IntPtr(pThread) or something similar?
|
| How to determine the current thread | 21 Jul 2004 03:41 GMT | 1 |
I would like to know what thread my form is running on in a Managed C++ Windows Form Application I tried using namespace System::Diagnostics;
|
| multimodule assemblies and IJW/C++ Interop | 19 Jul 2004 20:16 GMT | 2 |
I have a mixed DLL that "extends" an existing application and works just fine. It makes significant use of IJW to interact with the native interfaces of the application that it is extending. I would like to show that such application extensions can have parts authored in other ...
|
| Placing form class inside Namespace | 19 Jul 2004 17:32 GMT | 1 |
When I'm wrapping a form class inside a namespace it breaks the form designer. The message "An error occured while loading the document. Fix the error, and then try loading the document again."
|
| .NET scope of Visual C++ Express | 19 Jul 2004 14:59 GMT | 3 |
I have downloaded and installed VC++ Express Beta and still I did not manage to find out in what .NET scope this edition works. May someone tell, what part of .NET does it cover and which part it does not cover please?
|
| "typed" null ? | 19 Jul 2004 06:56 GMT | 2 |
I'd like to know, whether it is possible to have type information associated with "null". I am implementing a wrapper (MC++) for our legacy method that accepts variable number of arguments and I need to distinguish types of passed parameters, which can have "null" values: int ...
|
| Visual studio 7 | 18 Jul 2004 23:53 GMT | 2 |
How do you create a project to create C code. I've continually gotten error messages everytime I compile. Visual 6 never gave me this issue. Please help =/
|
| Stack overflow in vs.net c++ program | 18 Jul 2004 01:59 GMT | 2 |
I am attempting to port a C code that runs OK on a number of Linux and Unix machines to Windows XP using Visual Studio C++. I have set the program up as a console application, but when I try to run it I get a stack overflow: Unhandled exception at 0x0041e715 in NewMD.exe: 0xC00000FD ...
|
| WIN32 API | 17 Jul 2004 21:59 GMT | 1 |
Does anyone know how to make a windowed C++ programming for Windows 2K? I have Windows Programming with WIN32 API but none of the programs compiled. It seems like its not loading windows.h ? Does anyone have any advise?
|
| What exactly is the compiler thinking? | 17 Jul 2004 03:28 GMT | 6 |
Visual Studio .Net 2003 Enterprise Architect. (VC++ code) a developer in our team made a typo and his code looks like this if (sendMessage == NULL) m_ErrorCode = 0 ERR_MESSAGE_EMPTY;
|
| translate c# to c++ | 17 Jul 2004 00:45 GMT | 7 |
How to translate this to c++ public new Bar this[int nIndex] { get{ return (Bar)base[nIndex]; }
|
| Object browser for unmanaged c++ code in vs.net | 17 Jul 2004 00:36 GMT | 2 |
How to build an object browser for unmanaged C++ code which is similar to the one in VS.Net? It is easy to build one for .Net assemblies with Reflection but how about the C++ browser? Is there any sample or tool available?
|
| RBN_AUTOBREAK help request | 16 Jul 2004 23:29 GMT | 1 |
I'd like to be able to use this message (RBN_AUTOBREAK) with my rebar control in Windows XP, and I just can't seem to get there. The application I'm working on is a .dll that is loaded by another application. To start with, the RBN_AUTOBREAK definition in commctrl.h is ...
|
| Task List | 16 Jul 2004 19:47 GMT | 1 |
I am using C++ in Visual Studio .Net and I just discovered that I can use /TODO to setup a task list which is great for me who have poor memory. However, I can only view individual task list per file. Is there anyway that I can see the consolidated task list per solution / project?
|