| Thread | Last Post | Replies |
|
| C++/CLI for each bug | 12 May 2006 08:12 GMT | 4 |
Is this a known bug? int main() { System::Collections::ArrayList a;
|
| your help urgently required... | 12 May 2006 06:32 GMT | 1 |
i am anil kumar, pursuing master's degree in Computer applications . now i have got some opensource project. that is related to USB sniffing. tha t is snoopypro. Actalluy this is developed under Microsoft visual c++. i am getting the folloeing problems at following code. ...
|
| c++/cli method signature limitation | 12 May 2006 06:25 GMT | 10 |
Anybody know what the "internal limitation" of a method signature is for c++/cli? I've got a mixed assembly that throws an exception for one particular function (very large if-else control). It throws a
|
| CreateProcessAsUser Error | 12 May 2006 00:53 GMT | 1 |
Hey There, I am trying to execute the CreateProcessAsUser function, but when I do, I get this error: "Cannot create a file when that file already exists.". What would cause
|
| 'is' operator is giving compile error when used with switch statem | 11 May 2006 14:23 GMT | 1 |
public static void HandleException(ref Exception io_exException, bool i_blnPropagateException) {
|
| Programmer,coder or debuger ? | 11 May 2006 13:58 GMT | 3 |
I am student in 4th year, Computer Science,and already have been working for 1.5 year. I really like programming, I this is what I do a lot. Before getting a job, I wrote lots of programs by myself,enjoying it
|
| Cannot open include file: 'windows.h': ?? | 11 May 2006 10:49 GMT | 3 |
I just installed the DirectX SDK, and I install the Tutorial00 project, I compile it, but it shows: ------ Build started: Project: Tutorial00, Configuration: Debug Win32 ------
|
| error LNK2005:already defined | 10 May 2006 17:19 GMT | 3 |
I am getting the following LINK 2005 error when I tried to build my project in vc++7.1. I am doing the build process in win32release mode. I have searched google on this but whatever I found was related to
|
| What's the limitation in express edtion? | 10 May 2006 17:05 GMT | 3 |
If I use express edtion, can I still develop directX game program? If yes, what's the limitation? Best regards, Boki.
|
| what about "mscfront" a c++.NET to c++/cli conversion tool? | 10 May 2006 15:08 GMT | 1 |
Hello NG, I' heavily searching for a tool to convert my c++.net apps to c++/cli syntax (semi)automatic. I found some indication from a memeber of the VC++ dev team about a tool
|
| How to get keypresses from the system when my program does not have focus? | 10 May 2006 07:01 GMT | 1 |
I'm working on a .NET C++ project. The program loads and creates a tray icon, but is not visible on the screen. So what I'm looking for is a way to detect when a specific key combination is pressed to control when the program is brought to the screen. Anyone have a good
|
| Is Dipose( ) a contractual obligation, if you provide one? | 10 May 2006 06:16 GMT | 1 |
If you have a class that manages a resource (or something similar such as an unmanaged pointer), and you implement a Dispose( ) method, are you mandating to the users of your assembly that they *must* use this method to clean up (or endure leaks or whatever)? Does this become one ...
|
| Debugging Unmanaged C++ Dll | 10 May 2006 05:02 GMT | 3 |
I have created an unmanaged C++ dll project with some exported functions in it. I am trying to call these functions from my VS 2005 C# project for a Windows CE device using PInvoke. This seems to be working fine except that the values returned by the functions (in unmanaged
|
| Missed jmp Optimization? | 10 May 2006 02:00 GMT | 1 |
I am using MSVC++ 2005, and compiling with /02, Maximum Speed (/0x Full Optimizations doesn't change anything). Never mind what my code does, it's what the compiler does with my code that I'm posting about.
|
| Changing logon session | 09 May 2006 19:58 GMT | 1 |
Hey There, I have a process which launches an application (i.e. firefox) using ShellExecuteEx. When it launches the app, the settings are that for the system, for example all the firefox user information is located under
|