I have a VB6 app that uses a C# COM DLL. In managed C++ I can write a function as follows: array<String^>^ GetAManagedArray()
I have two c++/cli dlls (i.e. compiled with /clr) where A.dll references B.dll. In assembly B, I have a method, GetMgdClassB, I\'d like to call from assembly A.Here is the code in assembly B (B.cpp):
General: I have a standa开发者_StackOverflow中文版rds compliant C++ API that uses Boost libraries that I would like to support as a native, statically linkable library on Windows, OS X, and Linux, and
Apologies for the trivial question, but im having problems with the ex开发者_开发知识库amples i find on microsoft support website.
In my C++\\CLI i have this piece of code: array<Byte>^ out_buf = gcnew array<Byte>(stream_size);
I have a HBitmap I am recieving from an API i am using to convert pages in PDF documents. The resulting bitmap is 24 bit color bitmap. I am trying to determine, using black and white scanned images th
In the transition from Visual Studio 2005 to Visual Studio 2008 I started getting this error for my (managed) c++ projects:
im not sure why i am having problems with ostream. If i use using namespace std; it throws up a bunch more errors like linker errors.
Blob is defined as follows: unsigned char* blob=new unsigned char[64]; We then try using the immediate window
I am writing a C++-CLI library in VS 2008, it highlights only the keywords. I would like to have highlighting for CLR types and the types that I define as well. Tried Tools->Options->Environment->Font