I\'m writing a c# / c++ application I\'ve ran into problems when I tried passing a structure containing only two floats across.For example:
I\'m writing Ruby app and I want to use some top-secret algorithms. So how would be the best to protect them from unauthorized access.
i\'m having problems calling a delphi function from C# (attempted to read or write protected memory), and was wondering what the correct way of calling the method should be. The Delphi function signat
I am having problem. This is C definition of the structure: typedef struct _UNIMDM_CHG_DEVCFG { DWORD dwCommand;
I am having a struct defined in C++ which contains int and std::string arrays which is a native C++ code (dll). I have used following method to get it in C#:
How do I convert this expression from C++ to C#? struct MyStruct { uint8_t *rcSource; uint8_t *rcMask; uint32_t *clientAuthSchemes;
How can I create a custom windows message that passes any data to a different program. I am messaging between a GUI-program and a server-program. My background is in *nix programming and I am a bit l
I am trying to Marshall c call backs that are in a struct. I am pretty sure I have everything correct, but when using my C# example I don\'t get events, when using c++ I do get events.
I would like to marshall an object using JAXB, the problems is that I would like to marshall just some fields depending on some business logic. For example I have an object like this:
Im working towards a dll file for a software\'s SDK and i\'m trying to call a function to get information about the host of the software.