| Thread | Last Post | Replies |
|
| First Visual Studio C++.net Project | 19 Jul 2005 17:33 GMT | 11 |
I'm attempting to build my first VC++ .net project and I'm unable to get a clean compile. Please view code below: // This is the main project file for VC++ application project // generated using an Application Wizard.
|
| Sleep function and threads | 19 Jul 2005 16:56 GMT | 10 |
I need help witht he sleep function as follows. I need to be write som code to do the ff: 1. creates a new thread 2. (in the new thread), Sleep for x milliseconds
|
| How to implement COM callbacks in managed C++? | 19 Jul 2005 15:52 GMT | 1 |
I call from managed C++ a DCOM server interface method that takes a callback interface as parameter. I cannot figure out how to implement such a callback object in managed C++. The callback interface (e.gr. ICallback) is defined by the server type library.
|
| Drawing an Image over Another | 19 Jul 2005 15:09 GMT | 2 |
I develop a multiple forms application on Microsoft Visual Studio C++ .NET 2003. In this application, I draw into a picture box using the Invalidate() method a very "heavy" graphic (composed of lots of elements).
|
| Whats wrong with this code? (nested classes) | 19 Jul 2005 13:57 GMT | 2 |
I have a class that contains a nested class. The outer class is called outer, and the nested class is called inner. When I try to compile the following code, I get a number of errors. It is not obvious to me, where I'm going wrong (the compiler messages do not seem to make much ...
|
| help with "rolling my own" Timer class | 19 Jul 2005 09:23 GMT | 2 |
I am writing a timer class that I want to be able to get to notify me (via a callback func), when a specified interval has elapsed. I have most of the timer functionality figured - however, I need to spawn a new thread to carry out the "time watch" - and I need to do this in a ...
|
| Support link missing for C++.NET 2003 ? | 19 Jul 2005 00:32 GMT | 1 |
I am trying to get a hotfix (KB 832138) for the problem of the designer view taking about 20 minutes to open. ("Contact Technical Support for this hotfix"). However, I cannot find a link for C++.NET 2003 Standard Edition on the
|
| TcpListener | 18 Jul 2005 21:57 GMT | 2 |
Hi Team : I have reviewed in some articles about this command, but there is no more information, what directive do you need to include into our proyect in order to use this command?
|
| Upgrading component from VC6 to VS.Net 2003 | 18 Jul 2005 20:10 GMT | 3 |
I have an ATL COM object compiled with VC 6.0 that needs to be compiled in Visual Studio .Net 2003. So, I going from the 6.0 compiler to the 7.1 compiler. I got the project converted, compiled and linked without errors. It registers correctly but it will not instatiate as an
|
| Socket shuts down unexpectedly | 18 Jul 2005 19:15 GMT | 4 |
I have developed a windows service using C#, TcpListener class and its only function is to listen for clients to connect and send back a respsonse. I have a customer who states that everyday they need to restart the service so that the application starts listening on the sockets ...
|
| Obtain the index of a just clicked checkBox | 18 Jul 2005 12:38 GMT | 2 |
I develop a multiple forms application in Microsoft Visual Studio C++ .NET 2003. I am working with a listView with checkBoxes and an event relative to the clicking of a checkBox in this list (listView1_ItemCheck). When the event starts, I need to know which was
|
| Is 'Cell' a microsoft keyword? (what's wrong with this code?) | 18 Jul 2005 10:25 GMT | 2 |
I have the following code as part of a class: class Cell { public: Cell( int ) ;
|
| VC 6.0 Project File Configuration | 18 Jul 2005 03:11 GMT | 3 |
rWhen you allow VC 60 to generate configuration files for a C++ program, it defaults to a CONSOLE application. Changing Project/Settings to "_WINDOWS" has no effect on the Project file (.dsp) lines that define CONSOLE instead of Win32 app.
|
| No ClassView for MFC projects? | 17 Jul 2005 23:09 GMT | 4 |
I am in the process of upgrading a number of VC++ 6 projects to VC++ .Net. I have noticed that for MFC projects the Class View information is not available. Is this something I am doing wrong or is it by design? The non-MFC projects have Class View information as they
|
| How to prevent a delegate from relocating on the CLR heap | 17 Jul 2005 16:37 GMT | 11 |
I'm trying to write a global hook in C# and C++/CLI. I'm almost done if there wasn't this little delegate problem. I get the function pointer to a delegate and pass it to my hook.dll. The delegate gets called for a few seconds but then the delegate
|