managed-c++
Using Visual C++ String Variables As Object
I am just learning C++ and slowly getting the hang of it after such a shock from working with HTML, CSS and Javascript to a completely new way of writing code which I still don\'t really understand. B[详细]
2023-02-28 16:01 分类:问答C++/CLI Community
Sort of curious as to how many pe开发者_高级运维ople actually use C++/CLI? So how many people are using it? Are there specific jobs that people are only looking for programmers under a managed environ[详细]
2023-02-20 10:46 分类:问答Compiler error with list<string>
I\'m trying to create a list of strings, following the example here. This below gives me syntax errors:[详细]
2023-02-18 01:55 分类:问答Problems with freeing memory
I have a form with the following fields: List<String^>^images; PictureBox^box;. List<Picture开发者_StackOverflowBox^>^boxes;[详细]
2023-02-18 01:36 分类:问答Relation between 'This' Pointer and Vtable Functions
I do not have much idea about the functionality of the Virtual Table, but in the code pasted below - the this pointer passed is obviously points to different locations in the 2 cases - but the functio[详细]
2023-02-17 21:42 分类:问答c++ managed class constructor can not have parameters?
please help me out , why my code cannot compile, the compiler complains that: error C2629: 意外的“StringToAnsi (”[详细]
2023-02-17 05:53 分类:问答How to generate a 32bit only Managed C++ Assembly
I need to compile a DLL in Managed C++ in Visual Studio 2005. I want it with 32Bit corflag on. See http://illuminatedcomputing.com/blog/?p=117 for reference.[详细]
2023-02-10 12:40 分类:问答Managed C++ Error when using a snk file:: "missing the private key needed for signing"
Why am I getting this error when trying to sign a Managed C++ project using a .snk file. \"......SlimDX\\build\\vs2010\\x86\\Debug\\VOS.snk\' is missing the private key needed for signing\"[详细]
2023-02-05 07:34 分类:问答Managed C++ ref class
Any good site or explanation on what is a ref class开发者_Python百科 and when to declare a class to be a "ref class"?[详细]
2023-02-04 10:07 分类:问答How to define custom path to Interop *.dll
Well, I have an ActiveX (*.ocx) component, and i use it in a managed C++/CLI project: write a managed wrapper around ActiveX component[ NET has a great Interop services : provides me genarated dll so[详细]
2023-02-03 05:28 分类:问答