Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c++-cli

Why does the WPF designer fail to load libraries that call into unmanaged DLLs?

How to get full intellisense tooltip comments working?

How can one get a property name as a string in managed c++

How do i convert const wchar_t* to System::String?

.net string c++-cli wchar-t

C++/CLI stack semantics equivalent of C#'s existing-object using statement?

Visual C++ unamanged and managed

Strange C++/CLI linking issue - unresolved external symbols but header file is linked

C++ - ofstream doesn't output to file until I close the program

a member of managed class cannot be of a non-managed class type

c++-cli

C++/CLI interface class vs. interface struct

c++-cli

How do I export class functions, but not the entire class in a DLL

c++ dll c++-cli

How can I use a 'native' pointer in a reference class in C++/CLI?

c++-cli clr

Using ClassInterfaceType.AutoDual is really a bad idea, even with VB6?

.net com vb6 c++-cli

How do I Forward Declare a Property in C++/CLI?

What is the difference between ANSI/ISO C++ and C++/CLI?

c++ c++-cli

Explicit override of virtual function

Thread Programming in C++/CLR

Resolving error C3821: managed type or function cannot be used in an unmanaged function

.net windows c++-cli interop

Embedding resource in a C++/CLI project

How do you 'cancel' a UdpClient::BeginReceive?