managed-c++
run .exe file in another folder with windows form application in C++
I am developing windows form application in C++. I want to run different .exe files from different folders. For example, if the application is in Folder1, I want to run some .exe files from Folder2. I[详细]
2023-03-18 03:13 分类:问答/clr option on managed inproc com-server crashes .net client
I have inproc com-server (dll) implemented within MSVS 2010. Client is pretty simple: static void Main()[详细]
2023-03-16 08:54 分类:问答Embedding standard C++ into a .NET application
I want to write an algorithmic library in standard, platform-independent C++. Can I then开发者_StackOverflow中文版 take the same C++ code and compile it for .NET so that a C# application can use the[详细]
2023-03-13 01:22 分类:问答Namespace nesting in C++/CLI
I know nesting of namespaces is allowed in C++/CLI. So my question is if we have something like this:[详细]
2023-03-12 22:55 分类:问答Verify in advance if assembly can be found
My .net program is using an assembly, which should be installed in the GAC. If the assembly is properly installed, it will be loaded as soon as I use it the first time, which is great. If, for exampl[详细]
2023-03-09 01:28 分类:问答Writing C# managed code in native C++
I am developing a managed lib (using Microsoft Web Services) and I am including it into a c++ project. The project doesn\'t use /clr option,[详细]
2023-03-07 23:23 分类:问答How memory is managed for C# objects when C++ code uses as C# class?
How memory is managed for C# objects when C++ code uses as C# class? NOTE: I am not specific in this question 开发者_如何转开发but just wondering how it is done.It works exactly the same... objects[详细]
2023-03-07 12:10 分类:问答Trying to get an int value from a String with Enum::Parse
I am working with C++ and .NET 1.1, and need to parse String values into their corresponding int values from an enumerator.[详细]
2023-03-07 01:48 分类:问答Whats the diffrence between an array<Byte>^ and a byte*?
And is it possible to cast the array< Byte>^ to an byte*? how would the below code need to changed to return a byte*?[详细]
2023-03-05 00:09 分类:问答How to use UTF8Encoding in Visual C++
I need to change the below c# code to c++ code. public static byte[] StrToByteArray(string str) { System.Text.UTF8Encoding encoding = new System.Text.UTF8Encoding();[详细]
2023-03-03 19:15 分类:问答