c++-cli
Early finalization and memory leaks in C++/CLI library
I\'m having issues with finalizers seemingly being called early in a C++/CLI (and C#) project I\'m working on.This seems to be a very complex problem and I\'m going to be mentioning a lot of different[详细]
2023-04-13 09:04 分类:问答Starting a method in another thread C++
I\'m having trouble finding out how to run a method in a seperate thread in C++ (using Visual C++ 2008), I\'ve tried a number of ways to do this but none of them so far have been successful.[详细]
2023-04-13 08:51 分类:问答Call Delphi DLL from C++\CLI with many parameters
I have Delphi 2010 built DLL with two methods: function Foo1(a, b: Integer):PChar; export; stdcall; function Foo2(a, b, c:Integer):PChar; export; stdcall;[详细]
2023-04-13 08:13 分类:问答LNK2020 & LNK1120 errors in old class in old working project since other project added that includes same class
I am getting unexpected linker errors after refactoring my solution from 1 to 3 projects. In this first instance I get two unresolved tokens, like[详细]
2023-04-13 08:08 分类:问答Memory leak detection for mixed mode projects: managed, unmanaged and native
I have a Visual Studio 2010 solution that contains C# (managed), C++/CLI (unmanaged) and pure C++ (native) projects. I would like to perform memory leak detection across all 3 projects or at least aro[详细]
2023-04-13 07:29 分类:问答Are C++/CLI apps more secure than C# apps?
Is it true that the applications that are written in C++/CLI with /clr switch are more complicated for the crackers than C# applications? Does C++/CLI generate applications that are in general more co[详细]
2023-04-13 06:52 分类:问答Link error in a C++/CLI application linking a static C++/CLI library
I have a static C++/CLI library in which the following class is defined: ObjectWrapper.h: public ref class CObjectWrapper: System::Object[详细]
2023-04-13 03:50 分类:问答Any CPU dependent on C++/CLI dependent on native C dll (any cpu for c++/cli)
Here\'s my problem. I am wrapping a C dll in C#. To do this, I am first writing a C++/CLI wrapper. The native C library is linked to the C++/CLI wrapper. (Linker properties in C++/cli project).[详细]
2023-04-12 19:03 分类:问答How do I convert a cli::array to a native array from native code?
I\'m writing a native wrapper around a managed component written in C++\\CLI. I have the following function in managed code:[详细]
2023-04-12 16:58 分类:问答How to show a video file in winforms?
I wa开发者_如何学Cnt to play a video file in winforms, having a control that decides if to play or stop.[详细]
2023-04-12 16:44 分类:问答