| Thread | Last Post | Replies |
|
| Error Using OpenProcessToken() | 15 Dec 2003 10:03 GMT | 1 |
I used DllImport() to load the function OpenProcessToken () in advapi32.dll, and then called it in my button click event. But the function always returns false. I got the error code it left through GetLastError() function and
|
| Japanese IME is MS-IME2000 | 15 Dec 2003 06:21 GMT | 1 |
additional info, the Japanese IME is MS-IME2000
|
| why application crash under Japanese language default input | 15 Dec 2003 06:20 GMT | 4 |
I have wrote an application which works fine when input local default setting is English. if the setting is changed to Japanese, the program will crash before even goes in the "InitInstance" fucntion call. Anyone have this
|
| Exception Handling | 15 Dec 2003 05:21 GMT | 1 |
I have a VC++ application I have been assigned to modify. The app is getting exceptions from time to time. The current code uses Try / Catch(...) for exception handling. When the catch is processed it simply sets the Hresult to e_fail. I'd like to put in some code that would give me ...
|
| wait for a process end ... | 15 Dec 2003 05:04 GMT | 2 |
I have created a process with ShellExecuteEx() I want my main process to wait untill this process end. how could I do that ?
|
| ScrollBar bugs in XP? | 15 Dec 2003 03:09 GMT | 1 |
I believe I have found a bug in XP, but it seems so bad that it isn't even possible, so I am hoping some folks here can help me verify or dispute it, which in the end will benefit us all. Here is the deal.
|
| upgrade my VC++ .net 2002 to 2003 | 14 Dec 2003 17:03 GMT | 1 |
|
| Why the VC's MVPs Not heared this problem | 14 Dec 2003 08:17 GMT | 2 |
Hi, all: Following question have been submitted to new group by times, I did'nt understand why there are any one can help me, even though say "Yes, you can do ..." or "No, you can not to do..."
|
| WinMain ??? | 13 Dec 2003 09:10 GMT | 2 |
I don't understand !!!!!! Sometimes VS.NET seems to compile fine with a "int main(int, char*)" function sometimes not...
|
| How do I pass a reference to a value type multi-dimensional array? | 13 Dec 2003 09:06 GMT | 3 |
I have a function that I would like to pass a reference to a multi-dimensional managed array so that the function can allocate the array size. I am not sure how to do this. See below: {
|
| Wrapping Unmanaged c++ classes in Managed C++ | 12 Dec 2003 19:31 GMT | 6 |
I am trying to expose the functionality of an unmanaged C++ class to the other languages available in the .NET Framework. I have decided to do this by wrapping the unmanaged C++ class in a managed one. I have taken a look
|
| VC++ Standard ed. (optimizing compiler revisited) | 12 Dec 2003 18:48 GMT | 3 |
In particular, this question goes out to the Microsoft C++ development team. Back in June, Ronald Laeremans posted the following message. Has the optimizing compiler been included with the standard edition of VC++ yet? Don't think that we've forgotten about it....
|
| LNK1120 when compiling a C++ library to .NET managed code | 12 Dec 2003 16:34 GMT | 5 |
When I build a C++ library to .NET using the managed C++ compiler, I get the following error message: Linking... LINK : error LNK2020: unresolved token (0A000005) _CrtDbgReport
|
| Problem with String::Format | 12 Dec 2003 15:30 GMT | 4 |
Does anybody know if String::Format is messed up in C++. Here's a line of code: Console::WriteLine(String::Format(new System::Globalization::CultureInfo("en-US"), "{0} : {1} %", S"Haha",
|
| include files question | 12 Dec 2003 14:41 GMT | 1 |
Hi, I have question which might be more style question, as I've never seen any discussion about this in any C/C++ books. Is there a rules where to include files in .h or .cpp ?
|