Links

C/C++ Section

You can use these C++ classes in your own program
  • MFCScriptHost Article Explains how you can add support for scripting in your own MFC application.
  • ATLScriptHost Article Explains how you can add support for scripting in your own ATL/WTL application.
  • Win32 Socket Class Simple but powerful class to use socket in your program. This socket class can be used in server/client applicaton using threadpool.
  • NamedPipe Communication Class Simple but powerful class to use Win32 NamedPipe in your program. This class supports both server and client code.
  • Event Recorder Windows DLL that you can use to record and playback mouse and keyboard events. Useful for testing.
  • SoundStudio SoundStudio Demo Application and C# version dependent on WindowsMedia (Audio Streaming).
  • VideoPlayer VideoPlayer Demo Application and C# version dependent on WindowsMedia (DirectShow Graph Builder).
  • MPEG-4 Encoder/Decoder DMO An MPEG-4 Encoder/Decoder DMO (based on XvidCore GPL Library).
  • GDI+ for Windows Mobile A Wrapper static library making it possible to use GDI+ C++ classes on Windows Mobile
  • Windowless ActiveX Container A powerful windowless container for ATL/WTL project. Windowless support for Adobe Flash, Windows Media Player and Silverlight ActiveX controls and more.
  • Silverlight ActiveX Hosting Hosting Silverlight application as a binary resource in C++ application.
  • Base64 Encoding A Base64 Encoder/Decoder class