About Microsoft Windows Platforms
CCS has a variety of experience developing software in Microsoft Windows. Our specific experiences is with Win32, specifically Windows 95, 98, NT and 2000.
We use Microsoft Visual C++ 6.0 (MSVC) with COM, MFC and ATL. In some cases, we use pure Win32 and ANSI C programs for extremely small programs, and direct access to the platform. We also have used Windows Template Library (WTL) for basic applications that are very light-weight and wish to avoid the overhead of using MFC.
For most applications, which require rapid application development (RAD) techniques, we use Borland Delphi. Sometimes pure Win32 calls are required, but most development uses the Borland Visual Component Library (VCL) and CLX components.
|