Archive

Archive for September, 2009

Microsoft Application Verifier

September 29th, 2009 No comments

Application Verifier is designed specifically to detect and help debug memory corruptions and critical security vulnerabilities.

This is achieved by monitoring a native application’s interaction with the Windows operating system, profiling its use of objects, the registry, the file system, and Win32 APIs (including heaps, handles, locks, etc), and indicating issues when and where they are discovered.

Application Verifier also includes checks to predict how well an application may perform under various account privileges. These compatibility tests are used in Windows Logo program.

Print verification tests are also available to verify your usage of the print subsystem.

Download

Additional links:

FreeDOS

September 29th, 2009 No comments

FreeDOS is a free DOS-compatible operating system for IBM-PC compatible systems. FreeDOS is made of up many different, separate programs that act as “packages” to the overall FreeDOS Project.

Tags:

Finnish language resources

September 25th, 2009 No comments
Tags:

Qt State Machine Overview

September 24th, 2009 No comments

Защитите свое время – сделайте главное, не отвлекаясь

September 21st, 2009 No comments

Заголовок должен побуждать на прочтение статьи, но порой в ней, кроме заголовка ничего привлекательного и нет, но не так случилось с материалом, который я сегодня вам представляю. Статья мне показалась очень полезной.

Read more…

QtCreator and language IDE

September 21st, 2009 No comments

QtCreator uses default user settings to determine IDE language. To change language IDE preferences you need to set  LANG variable to en_US value, for example.

It can be achieved by:

  • set this variable into Environment Variables section (Start menu -> “Control Panel” -> “System Properties” -> “Advanced”)
  • add “set LANG=en_US” command into qtenv.bat file (Qt\2009.05\bin directory) and run QtCreator from command prompt:
    Qt\2009.05\bin > qtenv.bat
    Qt\2009.05\bin > QtCreator.exe
Tags: ,

VMMap

September 18th, 2009 No comments

VMMap is a process virtual and physical memory analysis utility. It shows a breakdown of a process’s committed virtual memory types as well as the amount of physical memory (working set) assigned by the operating system to those types. Besides graphical representations of memory usage, VMMap also shows summary information and a detailed process memory map. Powerful filtering and refresh capabilities allow you to identify the sources of process memory usage and the memory cost of application features.

Besides flexible views for analyzing live processes, VMMap supports the export of data in multiple forms, including a native format that preserves all the information so that you can load back in. It also includes command-line options that enable scripting scenarios.

VMMap is the ideal tool for developers wanting to understand and optimize their application’s memory resource usage.

Download VMMap

Run VMMap now from Live.Sysinternals.com

Community Clips

September 17th, 2009 No comments

Create videos to share your expertise.

Make help videos quickly and easily using the Community Clips Recorder.

Visual C++ Compiler Options: /showIncludes (List Include Files)

September 17th, 2009 No comments

Causes the compiler to output a list of the include files. Nested include files are also displayed (files that are included from the files that you include).

When an include file is encountered during compilation, a message is output, for example:

Note: including file: d:\MyDir\include\stdio.h

TeamViewer

September 17th, 2009 No comments

TeamViewer establishes connections to any PC or server all around the world within just a few seconds. You can remote control your partner’s PC as if you were sitting right in front of it. Find out why more than 15.000.000 users trust TeamViewer!

The one-stop solution for desktop sharing

TeamViewer is the fast, simple and friendly solution for remote access over the Internet – all applications in one single, very affordable module:

Remote access to PCs and servers via Internet
Instantly take control over a computer anywhere on the Internet, even through firewalls. No installation required, just use it fast and secure.

Training, sales and teamwork
TeamViewer can also be used to present your desktop to a partner on the Internet – great for team collaboration, trainings and sales presentations.
File transfer, chat and more
Share your files, chat, switch the direction during a teamwork session, and a lot more is included in TeamViewer.

Tags: , ,