About Microsoft Visual C++ (MSVC)
We use Microsoft Visual C++ (MSVC) with COM, MFC, ATL and WTL. In some cases, we use pure Win32 and ANSI C programs for extremely small programs. We have written Windows shell extensions for the context menu, drag and drop, system properties hooks, file icon handlers, and others. This use of the Windows shell provides a powerful custom look and feel.
Database applications typically use Active Data Objects (ADO) libraries. This allows us to develop database applications that connect with any ODBC compliant database such as MS SQL Server, ORACLE and MySQL. Typically for a larger application, we recommend the use of a powerful environment such as Borland Delphi.
|