Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c++-cli

memory leaks in C++/CLI code.. what did I do wrong?

Optimizing several million char* to string conversions

cannot use 'new' on the reference type; use 'gcnew' instead ? in VS 2005

Error Compiling C++/CLI Delegate call using Predicate with Array::FindAll()

How do I specify a fixed-size buffer in C++/CLI?

c++-cli

How to convert System::array to std::vector?

.net c++-cli wrapper

Marshal::GetFunctionPointerForDelegate: should I release its result?

c# lambda c++-cli std-function

How to forward overloaded constructor call to another constructor in C++/CLI

LINK : fatal error LNK1221: a subsystem can't be inferred and must be defined

Passing bitmap from c# to c++

c# opencv bitmap c++-cli pinvoke

Long/compound namespaces when using C++/CLI

C++/CLI IEnumerable and IEnumerator implementation

How to port C++ code to C++/CLI in Visual Studio?

c++ visual-studio c++-cli

Call c# from c++: how to pass nullptr to DateTime?

c# c++-cli nullable

Getting error C3352 (specified function doesn't match delegate type), even though function seems to match delegate type

c++-cli

Mixed mode assembly not loading symbol for native C++ pdbs

How to Convert IntPtr to native c++ object

c# .net interop c++-cli

How can I send a managed object to native function to use it?

How do I convert a System::String^ to const char*?

c++-cli char

How do I programmatically change a .lnk to change its target?