| Thread | Last Post | Replies |
|
| Really confused! | 22 May 2005 09:40 GMT | 2 |
I am a vc++ programmer. I have been working in this area for about three years. My present question is what's the position of C++/CLI under the .NET ? You know that the VC++ once was the most powerful IDE of MS, but when the
|
| invalid operand for __typeof, expected a fully defined managed type | 22 May 2005 09:00 GMT | 1 |
Hi all, I wrote a program in C# and now I have to "translate" it i visual C++ (MFC) using .NET, but I had a little problem: *ERRORS* error C3181: 'CTestDlg' : invalid operand for __typeof, expected
|
| problems with friend class in templates | 21 May 2005 07:14 GMT | 1 |
First time posting, thanks in advance for any help you can give me. Basically I am trying to a class that i want to be able to access the private data members of another class, both of which i created. But, I can't get the friend class to work. For example (this is not actually my ...
|
| Intercept some port | 21 May 2005 06:53 GMT | 2 |
I have an web application that listens to requests on port ####. I need to write an app, that will monitor port #### and capture all incoming packets, process them and dispatch them packet to it's final destination. I have no clue where to start. Could you guys give me some ...
|
| Beta 2 compiled executable throwing "The application failed to initialize properly (0xc0150002). Click OK to terminate this application." | 20 May 2005 18:57 GMT | 3 |
I'm testing VS 2005 Beta 2, and I've compiled a program that runs just fine on my computer (where VS is installed). I've tried to run this same program on another computer (after having installed MS .NET Framework 2.0 Beta 2 on it,
|
| Visual Studio 6 (beginner) | 20 May 2005 18:12 GMT | 1 |
How can I use InsertMenuItem in Visual Studio 6??? error C2039: 'InsertMenuItemA' : is not a member of 'CMenu' I have looked up in help and I have done everything they said there. --------------------------------
|
| VC++.NET | 20 May 2005 15:29 GMT | 1 |
Can u brief abt how to use the _gc(Garbage Collector) in VC++.NET.Plz give me an example
|
| C++/CLI question | 20 May 2005 14:41 GMT | 3 |
I apologize if this is a repeat, but I'm a VC (no MFC) programmer and have a couple books on managed C++ (Fraser and Challa books). I am going to have time to go through them soon and was wondering if C++/CLI and .NET 2 will make the study of these books a waste of time. I ...
|
| How Can I solve this error | 19 May 2005 21:23 GMT | 1 |
I have MFC Application with Managed C++ enabled when I try to create below object a compiler generate error ,why? ImageCodecInfo* info; ImageCodecInfo* ice[] = ImageCodecInfo::GetImageEncoders();
|
| C++ managed...force runtime version? | 19 May 2005 21:21 GMT | 2 |
I have a managed C++ dll that exports functions for use in MSI custom actions. The functions break in the 2.0 framework and right now I just need to force it to use the 1.1 framework only. How can this be done?
|
| VC++ Express 2005 is so broken... | 19 May 2005 21:13 GMT | 12 |
lThe compiler output report is seldom correct: Problems here involve not being able to generate an accurate compile report. There are so many problems and I am not on Microsoft's payroll. Neither do I
|
| How to reach unmanaged API functions from managed code? | 19 May 2005 16:42 GMT | 3 |
I've been instructed to work againt a huge unmanaged C++ API from a C# application. Now, the only way, as I've understood it, is to go the Managed Extensions for C++ way. This means I have to write a wrapper between unmanaged API and
|
| WaitForSingleObject blocking | 19 May 2005 16:07 GMT | 5 |
If I have some c++ class exported from a Win32 dll, and from some other console application I created two threads and each thread creates an instance of the exported class. My question is related to using WaitForSingleObject from within the dll
|
| Recursion problems in .NET | 19 May 2005 14:42 GMT | 5 |
The following code is supposed to print all folder names of a folder but it does not work. Why? Change the folder in main() to a folder suitable for your system so as to test it. I created this proof-of-concept example, because I encountered similar recursion problems
|
| windows service | 19 May 2005 14:15 GMT | 2 |
i tried to build a windows service in .net.however when i gave the commmand "installutil" at dos prompt in the right directory,it gives the error "installutil" is not internal or external command,operable or batch file.please help me out -------------------------------- From: ...
|