unmanaged
Sync video play over network
I have made a media player that plays basically anything that\'s scheduled to it via a text file. The player can also play the exact same clip on multiple machines(PC\'s). The problem is the syncing.[详细]
2023-02-16 08:40 分类:问答Passing unmanaged pointer to unmanaged object in managed class in C++/CLI
Let\'s assume the following situation: class A { public: void MyMethod() { a->AnotherMethod(b); } private:[详细]
2023-02-15 16:17 分类:问答RaceOnRCWCleanup when closing WPF application with COM and "Enable unmanaged code debugging"
During development of my WPF application I suddenly got the seemingly much-dreaded RaceOnRCWCleanup when closing the application while debugging. When executing without debugger attached everything wa[详细]
2023-02-15 11:22 分类:问答How to push data from unmanaged to managed code?
I am using a C++/CLI Wrapper to access a purely C++ library (-> unmanaged) from a C# framework (-> managed). I want to build in a mechanism which enables the C++ library to push information about its[详细]
2023-02-15 08:03 分类:问答C++ CLR loading .net 4.0 dll when .net 4.0 is not installed
I have an application, written on c++ and compiled with VS 2010. I need to load .net dll written on C# and compiled for .net 4.0 platform from c++ code and call some functions. I have already done thi[详细]
2023-02-14 21:15 分类:问答How do I add a reference to an unmanaged C++ project called by a C# project?
One solution (the.sln) One C++ project (mycppproject.vcxproj in 2010or mycppproject.vcproj in 2008) which compiles a native DLL exporting some function(s). In debug this builds c:\\output\\Debug\\myc[详细]
2023-02-13 18:40 分类:问答Unmanaged dependency dll fails to load when functions called
I am working in with Makefiles in Cygwin in XP but using the Visual Studio 2005 commandline compiler. The unmanged code is written in C++ and the managed code is Managed C++.[详细]
2023-02-12 03:23 分类:问答Access CPUIDs (cpu serial numbers) WITHOUT using WMI using VB.net or C# [duplicate]
开发者_开发技巧This question already has answers here: Closed 11 years ago. Possible Duplicate: x86/x64 CPUID in C#[详细]
2023-02-11 11:12 分类:问答Add a postbuild event in a nuget package
I am creating a nuget package and I want it to add a post-build event to my project that will copy some dll files to its target directory.[详细]
2023-02-11 07:51 分类:问答Help Marshaling a C function in C#
I\'m trying to call a C function from C#. Here is the function from the C header file : int __stdcall GetImageKN (unsigned short *ndat );[详细]
2023-02-09 13:43 分类:问答