| Thread | Last Post | Replies |
|
| COM+ | 17 Jan 2004 15:41 GMT | 1 |
I would like to know if I should invest to learn COM+ (ATL). Or Microsoft will discontinue it. (the NET substituted it in some way) Thank you very much.
|
| impersonate in vc++ .net | 17 Jan 2004 12:18 GMT | 4 |
I have written a windows service in vc++ .net with "SystemAccount" rights and I want to get access to the user's desktop so I have heard that I have to impersonate the user when it login. How I can impersonate the user?
|
| Arrays within classes | 17 Jan 2004 03:41 GMT | 10 |
How do you add elements to an array defined within another class? For instance, class CEntity
|
| I am a new programmer...Plz help me! | 17 Jan 2004 02:36 GMT | 1 |
How can I create a blank project with MFC support in VS.NET ? When I create a blank win32 project, I cannot use wizard to add MFC class... Thanks for answering !
|
| More about command-line tools | 16 Jan 2004 19:08 GMT | 1 |
I have Visual Studio .NET 2003 Professional and I wanted to create a GUI tool which generates code (this part is done already) and then compiles this code and runs it. I would imagine I can do this with a command-line version of VC++, right? Does the command-line version come ...
|
| VC++ 7.1 optimizer bug | 15 Jan 2004 17:40 GMT | 1 |
We've recently encountered a bug in the optimization of floating point computations inside loops. To summarize, the optimizer reorders floating point operations in a fashion that is not permitted by the C++ Standard; even worse, when the
|
| Comparing Object* and int | 15 Jan 2004 17:26 GMT | 2 |
I am trying to do a simple comparison and finding it quite difficult. I call a SQL Server stored procedure which returns a Bit as one of the record fields. All I want to do is see if the Bit being read is a 1. I have
|
| Number generator problem... | 15 Jan 2004 11:54 GMT | 2 |
I'm creating a number generator program, that is supposed to generate 6 unique random numbers for each game. I want to generate this for 6 games. The problem is, that it works for the first game, but then all the other games have exactly the same numbers (e.g. Game 1:
|
| How can you control the content of the assembly manifest. | 15 Jan 2004 08:37 GMT | 5 |
For example, how do I prevent the following function from appearing in the assembly manifest? #pragma unmanaged void Fn() { int a = 1;
|
| SSL and web services - Repost | 15 Jan 2004 01:57 GMT | 5 |
I'm trying to consume a .net web service with VC++.net. It works fine without SSL but will not work at all with SSL and no exception is thrown. Can someone please explain possible causes as to why this is happening? By the way, no client certificate is required and you can
|
| internal compile error | 14 Jan 2004 23:17 GMT | 2 |
with following example: //main.cpp #include <string> using std::string;
|
| CLR metadata | 14 Jan 2004 15:49 GMT | 2 |
Does it exist some C++ API or functions to get metadata from a managed module.
|
| Compiler generated code bug in Debug build | 14 Jan 2004 15:42 GMT | 2 |
I have found a bug in generated code in debug build. I have Visual C++ .NET 7.1.3088. Function Buggy::isBug() returns true and it should return false. The sample is contrived to exhibit the bug in small code. The expression m_array + sizeof(Buggy) * m_used
|
| how can i use c# dll with namespace in c++ | 14 Jan 2004 14:08 GMT | 2 |
i have this error with this code: An unhandled exception of type 'System.IO.FileNotFoundException' please help.... //---------------------------
|
| mixed DLL w/ managed Class | 14 Jan 2004 13:54 GMT | 1 |
Hello NG, my DLL contains both managed and unmanaged code. I have problems with a pointer declaration in a managed class public __gc class MClass {
|