How do I develop C++Builder and Delphi applications that manage markup?

Last reviewed: 9/1/2010

HOW Article ID: H100906

The information in this article applies to:

  • VoiceMarkupKit 3

Summary

VoiceMarkupKit 3 includes VCLs to support C++Builder and Delphi from Embarcadero.

More Information

Since VCL component libraries are release dependent, you need to ensure you select the appropriate VCL version of C++Builder and Delphi that you use.

For C++Builder, select your version using the following table.

C++Builder ReleaseVCL Version
C++Builder 5VCL5
C++Builder 6VCL6
C++Builder 2006 (Borland Developer Studio 2006)VCL10
C++Builder 2007 (RAD Studio 2007)VCL11
C++Builder 2009 (RAD Studio 2009)VCL12
C++Builder 2010 (RAD Studio 2010)VCL14
C++Builder XE (RAD Studio XE)VCL15

Configure your C++Builder system to use the Chant VoiceMarkupKit VCL Component Library with the following steps:

  1. copy the DCVoiceMarkupKit.DLL, voicemarkupkit3.bpl, and voicemarkupkit3.res files from the Program Files\Chant\VoiceMarkupKit 3\Win32 Developer\CBuilderVCL\VCLX\bin directory where X is the VCL version to your Embarcadero (CodeGear, Borland) CBuilder bin directory (e.g., C:\Program Files\Borland\CBuilderX\bin directory where X is the CBuilder version, or to the BDS bin directory C:\Program Files\CodeGear\RAD Studio\BDS\X.0\bin or C:\Program Files\Embarcadero\RAD Studio\BDS\X.0\bin where X is the version number);
  2. copy the voicemarkupkit3.bpi, voicemarkupkit3.lib, and tchantvm.res files from the Program Files\Chant\VoiceMarkupKit 3\Win32 Developer\CBuilderVCL\VCLX\lib directory where X is the VCL version to your Embarcadero (CodeGear, Borland) CBuilder lib directory (e.g., C:\Program Files\Borland\CBuilderX\lib directory where X is the CBuilder version, or to the BDS lib directory C:\Program Files\CodeGear\RAD Studio\BDS\X.0\lib, C:\Program Files\Embarcadero\RAD Studio\BDS\X.0\lib, or C:\Program Files\RAD Studio\Embarcadero\BDS\X.0\lib\win32\release where X is the version number);
  3. copy the chantvm.hpp file from the Program Files\Chant\VoiceMarkupKit 3\Win32 Developer\CBuilderVCL\VCLX\Include\Vcl directory where X is the VCL version to your CodeGear (Borland) CBuilder Vcl directory (e.g., C:\Program Files\Borland\CBuilderX\Include\Vcl directory where X is the CBuilder version, or to the BDS bin directory C:\Program Files\CodeGear\RAD Studio\BDS\X.0\Include\Vcl, C:\Program Files\Embarcadero\RAD Studio\BDS\X.0\Include\Vcl, or C:\Program Files\Embarcadero\RAD Studio\BDS\X.0\include\windows\vcl where X is the version number);
  4. install the Chant VoiceMarkupKit 3 VCL components:
    1. select the CBuilder Components Install Packages menu item;
    2. click the add button;
    3. locate the voicemarkupkit3.bpl located in your Embarcadero (CodeGear, Borland) CBuilder lib directory (e.g., C:\Program Files\Borland\CBuilderX\lib directory where X is the CBuilder version or the BDS lib directory C:\Program Files\CodeGear\RAD Studio\BDS\X.0\lib, C:\Program Files\Embarcadero\RAD Studio\BDS\X.0\lib, or C:\Program Files\RAD Studio\Embarcadero\BDS\X.0\lib\win32\release where X is the version number); and
    4. click the OK button.

C++Builder VCL sample projects are installed at [My] Documents\Chant VoiceMarkupKit 3\CBuilderVCL\VCLx where x is the VCL version compatible with your C++Builder version.

For Delphi, select your version using the following table.

Delphi ReleaseVCL Version
Delphi 7VCL7
Delphi 2005VCL9
Delphi 2006 (Borland Developer Studio 2006)VCL10
Delphi 2007 (RAD Studio 2007)VCL11
Delphi 2009 (RAD Studio 2009)VCL12
Delphi 2010 (RAD Studio 2010)VCL14
Delphi XE (RAD Studio XE)VCL15

Configure your Delphi system to use the Chant VoiceMarkupKit VCL Component Library with the following steps:

  1. copy the DCVoiceMarkupKit.DLL file from the Program Files\Chant\VoiceMarkupKit 3\Win32 Developer\DelphiVCL\bin directory to your CodeGear (Borland) Delphi bin directory (e.g., C:\Program Files\Borland\DelphiX\bin directory where X is the Delphi version, or to the BDS bin directory C:\Program Files\CodeGear\RAD Studio\BDS\X.0\bin or C:\Program Files\Embarcadero\RAD Studio\BDS\X.0\bin where X is the version number);
  2. copy the VoiceMarkupKit VCL files from the Program Files\Chant\VoiceMarkupKit 3\Win32 Developer\DelphiVCL\VCLX\lib directory where X is the VCL version to your CodeGear (Borland) Delphi lib directory (e.g., C:\Program Files\Borland\DelphiX\lib directory where X is the Delphi version, or to the BDS lib directory C:\Program Files\CodeGear\RAD Studio\BDS\X.0\lib, C:\Program Files\Embarcadero\RAD Studio\BDS\X.0\lib, or C:\Program Files\RAD Studio\Embarcadero\BDS\X.0\lib\win32\release where X is the version number);
  3. install the Chant VoiceMarkupKit 3 VCL components:
    1. select the Delphi Components Install Packages menu item;
    2. click the add button;
    3. locate the voicemarkupkit3.bpl located in your CodeGear (Borland) Delphi lib directory (e.g., C:\Program Files\Borland\DelphiX\lib directory where X is the Delphi version, the BDS lib directory C:\Program Files\RAD Studio\CodeGear\BDS\X.0\lib, C:\Program Files\RAD Studio\Embarcadero\BDS\X.0\lib, or C:\Program Files\RAD Studio\Embarcadero\BDS\X.0\lib\win32\release where X is the version number); and
    4. click the OK button.

Delphi VCL sample projects are installed at [My] Documents\Chant VoiceMarkupKit 3\DelphiVCL\VCLx where x is the VCL version compatible with your Delphi version.