Monthly Archives: November 2011

RPC and WCF Samples Coming Soon

RPC and WCF Samples Coming Soon In a later article, we will be providing source code and examples of simple RPC client/server and a WCF service/client using the Microsoft Visual Studio environment. If you are looking for information regarding these … Continue reading

Posted in Applications Development, C Programming, C#.net, Uncategorized | 1 Comment

OpenRPCDebugEndpointInfoEnumeration failed: 5

OpenRPCDebugEndpointInfoEnumeration failed: 5 If you have received this error using dbgrpc -e from windows debugging tools or the platform sdk, please use this program from within an administrators command prompt. For instance, if you have UAC activated, then right click … Continue reading

Posted in Applications Development, C Programming | Leave a comment

WM_COPYDATA with .net and c

WM_COPYDATA with .net and c WM_COPYDATA is a window message that you can use as a very simple ipc(Inter Process Communication) mechanism. There are some small issues to overcome when using this with .net, the least of which is the … Continue reading

Posted in Applications Development, C Programming, C#.net | Leave a comment