Welcome to MSDN Blogs Sign in | Join | Help

Tablet PC: Getting setup to develop applications with InkAnalysis

In my post yesterday:

http://blogs.msdn.com/gavingear/archive/2006/09/05/741536.aspx

I gave a glimpse of what the new InkAnalysis API is all about, and mentioned that it is a part of the Windows Vista SDK for RC1. In this post, I’ll tell you how to get your dev box setup for InkAnalysis development work.

 

Step 1: Install Visual Studio.NET 2005 or 2005 express products

You can use any of the .NET versions of visual studio, but I would recommend the 2005 version of Visual Studio.NET.

 

Step 2: Make sure you have the core Tablet/Ink components:

You need tablet PC 1.7 core components or greater. If you are running Windows XP Tablet PC Edition 2005 OR Windows Vista you do not need to do anything in this step. Otherwise, install the Tablet PC Platform SDK 1.7 and Recognizer pack from:

http://www.microsoft.com/downloads/details.aspx?familyid=69640b5c-0ee9-421e-8d5c-d40debee36c2&displaylang=en (1.7 SDK)

http://www.microsoft.com/downloads/details.aspx?FamilyID=080184dd-5e92-4464-b907-10762e9f918b&DisplayLang=en (Recognizer Pack)

 

Step 3: Install the Windows Vista SDK for RC1:
http://www.microsoft.com/downloads/details.aspx?FamilyId=117ECFD3-98AD-4D67-87D2-E95A8407FA86&displaylang=en

 

Step 4: Install the InkAnalysis binaries

The Windows Vista SDK for RC1 does not install the InkAnalysis binaries on your machine. I will demonstrate a couple ways to get these binaries installed on your machine

 

Option a: Run the Tablet PC SDK Setup Sample:

Open the Tablet PC SDK Setup solution from:
%ProgramFiles%\Microsoft SDKs\Windows\v6.0\Samples\TabletPC\TabletPCSetupSample\TabletPCSetupSample.sln
Build the sample
Right click on the project in the solution exporer and select “Install”

 

Option b: Manually install the InkAnalysis binaries:

Open a Windows SDK cmd shell from Start->Programs->Microsoft Windows SDK->CMD Shell

Run the following commands:

cd %ProgramFiles%\Reference Assemblies\Microsoft\Tablet PC\v1.7

gacutil –i iacore.dll

gacutil –i microsoft.ink.analysis.dll

cd %ProgramFiles%\Microsoft SDKs\Windows\v6.0\Bin

gacutil –i ialoader.dll

regsvr32 iacom.dll

 

Following those steps, your machine will be ready to start developing tablet PC applications with InkAnalysis. We’ll talk about that next time…

 

See ya,

Gavin

Published Wednesday, September 06, 2006 3:52 PM by GavinGear

Comments

# Tablet PC: Getting started with InkAnalysis – basic handwriting recognition

Thursday, September 07, 2006 6:21 PM by Gavin Gear's Tech Blog
I’ve spent the last few weeks blogging about existing APIs in the Tablet PC Platform SDK related to handwriting...

# InkAnalysis APIs released

Friday, September 08, 2006 10:44 PM by What Is New
In a series of posts, Gavin blogs about InkAnalysis APIs that are now available to software developers.

# Tablet PC: InkAnalysis now available from the RTM Windows Vista SDK

Tuesday, November 07, 2006 12:27 PM by Gavin Gear's Tech Blog

# Tablet PC: Getting started with InkAnalysis in WPF

Thursday, December 07, 2006 7:38 PM by Gavin Gear's Tech Blog

So far, I’ve highlighted working with the new InkAnalysis API (common API that exposes both ink parsing

# Shape recognition with the Tablet PC Platform InkAnalysis API

Wednesday, January 24, 2007 7:08 PM by Gavin Gear's Tech Blog

One of the cool capabilities of the Tablet PC InkAnalysis API is the ability to recognize shapes that

# VS project template for an Ink-Enabled Windows Forms Tablet PC application

Thursday, January 25, 2007 2:28 PM by Gavin Gear's Tech Blog

I recently realized that I have been performing the same sequence of actions over and over in Visual

# Desktop Computers » Gavin Gear’s Tech Blog : VS project template for an Ink-Enabled Windows …

# Desktop Computers » Gavin Gear’s Tech Blog : Tablet PC: Getting setup to develop …

Anonymous comments are disabled
 
Page view tracker