c++-cli
Will using of non CLS compliant types in a language which doesn't support unsigned cause issue?
My case is: I\'m working a .net library 开发者_Go百科which wraps an existing C++ library. One method in C++ returns an unsigned int and I also want to return the .net corresponding method with an Sys[详细]
2023-04-02 11:34 分类:问答CLI/C++ Virtual EventHandler
I have a class A which implements a interface I. In interface I is the declaration: virtual event System::EventHandler ^eh;[详细]
2023-04-01 23:19 分类:问答Visual C++ project runs fine through VStudio but from Explorer dies after appearing in Notify Tray
I just modified my C++/CLI project to change the way it was parsing its config.ini text file. But it still accesses the file on the disk just as before:[详细]
2023-04-01 22:17 分类:问答C++/CLI msvc++2010 class problem
I want to call the member function of a class created in my main f开发者_如何学JAVAunction, but I get some error, that I can\'t call a non-static member function. How to call the public member functio[详细]
2023-04-01 17:35 分类:问答How can I include a .zip file in a .net (C++-CLI) assembly?
Is it possible to include a .zip file as a resource inside a .net assembly? and if so, how is it done and how do I access it?[详细]
2023-04-01 10:53 分类:问答Language Attribute for C++/CLI assembly
My C++/CLI assembly shows Langauge as Engl开发者_开发技巧ish (United States) (right click assembly > chose properties > Details tab)[详细]
2023-04-01 07:21 分类:问答Using HTML Tidy in Visual C++ 2010 Windows Forms project
I am using VC++ 2010 Express and I am attempting to include HTML Tidy to perform cleanup on HTML code strings. What I want to do is process the HTML as a string (NOT from a file) and save the processe[详细]
2023-04-01 03:11 分类:问答Is there a better way to redirect stdout in C++/CLI then with system()?
In 2 parts of the C++/CLI code I\'m working on, the program needs to run a different executable and have its STDOUT output redirected to a file. Its being attempted in 2 different ways, and only one o[详细]
2023-04-01 02:06 分类:问答Base class undefined when including header file in .cpp file
I have the following interface declared in C#: public interface ArtistInterface { bool Flag { get; set; }[详细]
2023-03-31 14:02 分类:问答Native c++ dll running slower when called from VB.net vs. running called from native .exe
I have some code in native C++ (Visual C++ 2010) to process a file of some GB. I compiled it to an .exe and it takes about 8 minutes. But I need to call it from a Visual Basic .net interface, so I put[详细]
2023-03-31 13:13 分类:问答