these templates are based on the documented outlines from Tim Ryan s "The
Anatomy of a Design Document" articles (published on Gamasutra). The filler
text comes straight from the articles, and have been slightly edited for
clarity (and to use the British spelling NMP).
To read the articles (which I would highly suggest), check out these links:
http://www.gamasutra.com/features/19991019/ryan_01.htm -- Part 1
http://www.gamasutra.com/features/19991217/ryan_01.htm -- Part 2
these are the kernel patches against the 2.6.11_rc5 kernel from
linux-mips.org for the AMD Alchemy(TM) DBAu1200(TM) and AMD Alchemy(TM)
Pb1200(TM) development boards.
these tools are for use by developers so that they can create more robust applications. Especially of use to those developing multi-threaded applications in C++ with templates. Includes TCMalloc, heap-checker, heap-profiler and cpu-profiler. http://www.soft234.com
upsd_flash.c
these functions are provided to help you develop your initial code.
They are optimized for speed rather that size. As a result, you will
see very few nested function calls. If speed is not critical, you
can use function calls for common tasks (like dat polling after
writing a byte to Flash) The penalty is the extra processor
time to make the nested calls.
// Hint: these classes are intended to be used as base classes. Do not
// simply add your code to these files - instead create a new class
// derived from one of CSizingControlBarXX classes and put there what
// you need. See CMyBar classes in the demo projects for examples.
these listed libraries are written in WTL. But it s really hard to mix both MFC & WTL together. Obviously, it s not reasonable to ask a developer or a team to giving up MFC and move to the WTL world just because there were some great controls or visual Frameworks written in WTL (there are many things that should be considered especially in a company with hundreds of developers like the company I work for). Unfortunately, there was no such good and free visual Framework in MFC until now. Whatever difficulties there are, I still desire to be able to use them and now my effort is here to be shared with you.
Under the Hood