Category Archives: C Programming

MAPI Without GetProcAddress

If you have ever worked with extended MAPI I am sure that you have come across the need to use the win32 API function GetProcAddress. There is now a stub library over at codeplex and some sample code to show … Continue reading

Posted in Applications Development, C Programming, Uncategorized | Leave a comment

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

EM_UNIVERSAL_ARGUMENT undeclared – Building Asterisk 1.8.2 on Solaris 10 x86

EM_UNIVERSAL_ARGUMENT undeclared – Building Asterisk 1.8.2 on Solaris 10 x86 When building on Solaris there are a few Rules to follow and these are shared with regular building as well, but sometimes there are some particularities

Posted in C Programming | 3 Comments

Sqlite Hashing Functions Library

Looking for Sqlite Hashing Functions Library? Look No Further! I have found a way to quite easily use the existing digest functions provided by OpenSSL. I have successfully been able to compile and run this on Solaris 10×86 and I … Continue reading

Posted in C Programming | Tagged , , , , , | 2 Comments

Gzip Headers in Php Output

Gzip Headers in Php Output I have noticed wierd binary characters being generated after var_dump of ( $_POST, $HTTP_POST_VARS, and $_REQUEST ) when debugging CMS code. Before these characters there were empty array(0){} statements in the output.

Posted in C Programming | Tagged , , , | Leave a comment