unmanaged
How to receive the windows messages of an unmanaged Win32 and Win64 app in C#?
I have an unmanaged app both in 32 bit and 64 bit on Windows 7 64. I want to write a C# application to receive the keyboard messages it\'s receiving, so I could do certain things on certain key press[详细]
2023-02-07 21:33 分类:问答Convert 3D(x,y,z) to 2D(x,y) (orthogonal) along its direction
I have gone through all available study resources in the internet as much as possible, which are in form of simple equations, vectors or trigonometric equations.[详细]
2023-02-06 10:49 分类:问答Windows service exception not handled
i have regular C# service based on class ServiceBase. This service loads on startup c++ dynamic link library. Some times it happens that service crash in unmanaged code. Unfortunately Event view开发者[详细]
2023-02-06 08:31 分类:问答Performance factors in networking
Sometimes I just go around in circles wondering whether adding a thread queue开发者_如何转开发 with a single thread querying and updating a database server at the cost of a worker thread processing us[详细]
2023-02-05 18:58 分类:问答How to import and use a unmanaged C++ class from C#?
I have an native C++ dll, some header files and the import library. Is the开发者_JAVA百科re a way how to instantiate an object within C# that is defined in the dll?[详细]
2023-02-05 11:43 分类:问答c++ call delegate from unmanaged code in a different thread
[Apologies in advance. I\'ve read several postings both here and codeproject.com on this topic, but I\'m still missing something.][详细]
2023-02-02 21:08 分类:问答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 分类:问答OpenCv from C# interop hangs on cvSaveImage, if no debugger!
everyone -- I have a Heisenbug, here (only shows up with debugger detached!). Seems to be in the C# to unmanaged interop -- If I do OpenCv cvSaveImage to the %TEMP% directory, it\'s ok, but to other d[详细]
2023-02-01 08:18 分类:问答Tie destruction of an object (sealed) to destruction of an unmanaged buffer
I\'ll explain my situation first: I\'m interested of using the Bitmap constructor that takes scan0, stride and format, because I\'m decoding tiled images and I\'d like to choose my own stride so I can[详细]
2023-01-31 23:10 分类:问答C# DllImport trouble
My question is a little general, so i\'m not looking for an exact answer, but possibly some directions to look into that will help me...[详细]
2023-01-30 19:34 分类:问答