Posts
  • Paddling Upstream

    My MSIL Wishlist

    • 3 Comments
    My MSIL Wishlist The Microsoft Intermediate Language (MSIL), or as it is officially called now the Common Intermediate Language (the CIL, not to be confused with CLI which stands for Common Language Infrastructure) is the byte-code specification for...
  • Paddling Upstream

    The Cat Programming Language

    • 1 Comments
    When I am not at work, writing multimedia SDK samples and documentation, I am at home working on my side project: the Cat programming language . I have just recently released a nearly stable version (0.9.9) of the interpreter written in C# at http://www...
  • Paddling Upstream

    Formally Understanding Concurrency

    • 1 Comments
    A colleague of mine is interested in the formal basis of concurrent programming, so I decided to gather several resources and post them here. I should start by saying much that much of the research in concurrent programming is based on the theory of pi...
  • Paddling Upstream

    Taming Variable Sized Structures in C++

    • 0 Comments
    I am currently working on the documentation of the Windows Media Format SDK, and I was confronted with some API's which accept variable sized structs in the DRM Client Extended API. Writing clean memory allocation code for variable structs can be a painful...
  • Paddling Upstream

    HD DVD Documentation Online

    • 0 Comments
    In my role as a documentation writer at Microsoft I recently completed and posted a new release of documentation for developing interactive HD DVD content, also known as iHD. You can find the documentation at: http://msdn.microsoft.com/library/en-us/HDDVDATK...
  • Paddling Upstream

    Parsing Windows Media Services 9 Log Files

    • 3 Comments
    This posting is provided "AS IS" with no warranties, and confers no rights. Parsing Windows Media Services 9 Log Files Windows Media Services (WMS) logging is a very broad and complex subject, but it is covered in depth by this white paper about...
Page 1 of 1 (6 items)