c++-cli
How do I make a vector/array of System::Windows::Forms::Checkbox^
Couldn\'t find any answer to this problem, or not even any questions asked. So what I\'m trying to do, is a std::vector, maybe just a normal array, of Checkboxes.[详细]
2023-04-06 22:56 分类:问答Custom Actions within c++/cli Setup project
I have done over 20 installer classes for MSI\'s in c#, i\'m now attempting one in c++/cli. I add my project output file (which contains my installer class) to the custom actions \"Install\"... i over[详细]
2023-04-06 17:58 分类:问答C++/CLI DLL project stops linking after conversion from VS2008 to VS2010
I converted a perfectly working Managed C++ DLL project that uses Unmanaged C++ LIBs from VS2008 to VS2010. Beforehand I separately rebuilt the LIBs with VS2010 (they are part of another project that[详细]
2023-04-06 17:36 分类:问答how to turn boost::asio socket into C++/CLI .Net socket?
What I want is simple - code sample of creating newC++/CLI .Net socket from boost asio socket. How to create such thing?[详细]
2023-04-06 16:53 分类:问答How do I pass a char and a char* from C# to C++/CLI?
The title contains all. How do I pass a char and char* fro开发者_开发百科m C# to C++/CLI. Here is my cpp function declaration:[详细]
2023-04-05 22:51 分类:问答Problem using Managed C++ (.Net 2.0) in .Net 2.0 project in VS2010. Referencing 4.0 .NET functionalities
I have exactly the same problem asked here. Problem using Managed C++ (.Net 2.0) in .Net 2.0 project in VS2010.[详细]
2023-04-05 16:59 分类:问答Porting C/C++ game logic to Windows Phone 7 - how?
I have mobile phone game cores - by this I mean the pure game logic - (framework independent, i.e. gfx rendering, data loading, user input, sound/music playing is separated), written either开发者_如何[详细]
2023-04-05 13:54 分类:问答Pointer to an abstract class
I am trying to wrap unmanaged c++ code using c++/cli. In C++/cli a class has to be declared abstract if it has all pure virtual functions. Now suppose I have the following code in C++:[详细]
2023-04-05 12:51 分类:问答Calling a native C compiled with VS 2005 from C++/CLI Visual studio 2010 - Cannot open .lib file...
Hi I want to call functions from a C dll to C++/CLI. The C functions are declared extern. I followed this tutorial for linking the dll: http://social.msdn.microsoft.com/Forums/en/Vsexpressvc/thread/84[详细]
2023-04-05 05:12 分类:问答How to read from dictionary?
I have a dictionary as follows: static Dictionary<String ^, List<String ^>^> ^ language_strin开发者_开发问答g_table;[详细]
2023-04-05 04:31 分类:问答