managed-c++
C++: Getting the "error C2065: 'pst' : undeclared identifier" while using pstsdk?
Following the suggestion of working with the pstsdk in this question: Processing Microsoft Office Outlook 2003/2007 email messages…[详细]
2023-02-02 15:59 分类:问答BitmapSource::Create compile error C2665 - Array parameter invalid?
First post here: -Deep Breath- In order to \'windowise\' an app that works pretty well fullscreen in OpenGL (which essentially takes data from a webcam, mucks about a bit before displaying it) I\'ve[详细]
2023-02-01 21:56 分类:问答How does one create structures for C# originally written in C++
I am working on an embedded ARM platform and wish to have control over some of the GPIO pins.I\'ve experience in C and am a newcomer to C#.It seems that controlling low-level hardware is difficult fro[详细]
2023-01-29 05:16 分类:问答Using /clr and noclr libraries in one project
I am e开发者_C百科ncountering some issues with one project. I need to use two libraries but one needs to be compiled with the /clr switch as the other cannot be compiled with this switch.[详细]
2023-01-21 00:36 分类:问答Marshal void* to array<byte>^
I am looking to write a void* buffer to a MemoryStream in a C++/CLI. As I don\'t think this is possible dire开发者_如何学运维ctly, alternatively I would like to convert this buffer to an array<byte[详细]
2023-01-20 10:27 分类:问答managed c++ strong name/signing
How can I sign a managed c++ dll with a .pfx file?? Or is there a way to include the unsigned m开发者_运维问答anaged c++ dll in a signed c# project?[详细]
2023-01-20 09:00 分类:问答Using dependency property in WPF
I have a readonly .NET property exposed from a managed wrapper which gets the name of the database, let\'s say the property name is DBName. The DBNa开发者_运维百科me may vary depending upon the databa[详细]
2023-01-20 08:56 分类:问答When to use __gc for classes and structs?
I am updating some old c++ code and am finding that many of the classes are define开发者_StackOverflowd as:[详细]
2023-01-18 17:08 分类:问答Best practice of sending array from native code to managed code(C++/CLI)?
I\'m writing a win32 dll for read/write USB HID device. The data for exchange is a 64 byte unsigned char array. The client program is written in C++/CLI.[详细]
2023-01-17 16:41 分类:问答Should a WPF application be written in C++/CLI or C#?
WPF applications are, at its core, managed applications?Right?So, I have to choose between using managed C++ or managed C#.I experimented with managed C++ years ago.It seemed to be not quite be ready[详细]
2023-01-11 12:03 分类:问答