Read. Learn. Build.

Documenting JavaScript with Doxygen
October 01, 2012 Workflow

As you already know (Coherent UI announcement) we are developing a large C++ and JavaScript project. We have documentation for

Read More
Announcing Coherent UI
September 24, 2012 Release

Finally! We, the Coherent Labs team, are very proud to announce our first product – Coherent UI. After a mammoth

Read More
Debugging undebuggable applications with PIX
September 10, 2012 TechTutorials

Developers can ask DirectX 9 not to allow PIX to debug their application by calling D3DPERF_SetOptions(1). I knew that and

Read More
Building a shared memory IPC implementation – Part II
August 28, 2012 TechTutorials

 Memory management This post is a follow-up on Building a shared memory IPC implementation – Part I. I’d like to discuss

Read More
DLL export quirks
August 11, 2012 TechTutorials

Can you spot an error in this code (compiled with MSVC 2010 SP1 running on Win7; TestDLL is just a

Read More
Building a shared memory IPC implementation – Part I
August 11, 2012 Blog

Overview Inter-process communication has become a very wide-spread pattern in many modern applications. The nice sandboxing that a multi-process architecture

Read More
1 18 19 20