Componentes.Terceros.Mustan.../official/1.7.0/Common Library/Include/AddIns.inc
david 778b05bf9f Importación inicial
- Mustangpeak Common Library - 1.7.0
  - EasyListview - 1.7.0

git-svn-id: https://192.168.0.254/svn/Componentes.Terceros.Mustangpeak@2 60b41242-d4b9-2247-b156-4ccd40706241
2007-09-11 08:33:06 +00:00

31 lines
1.5 KiB
PHP

// The packages must be rebuilt to make the changes in this file active
// -----------------------------------------------------------------------------
//
// TNT (TMS) Unicode Controls
//
// If you are using Tnt Unicode controls use this define to enable unicode support
// in the VSTools package.
//
// If using TNT you MUST include the TNT package for your specific compiler in the
// Requires section of this package. It may be possible to compile without doing
// this but you WILL eventually have strange crashes in your application that will
// be difficult to understand. The best way to do this in my opinion is to create
// a new folder in the package install directory called "Delphi_TNT" (or CBuilder_TNT)
// and copy all the files from the Delphi (or CBuilder) folder into it. Now open the
// VirtualShellToolsDx.dpk (or bpk) file in the "Delphi_TNT" (or CBuilder_TNT) based on your compiler
// version in a text editor. In the "Requires" section add "TNTUnicodeVcl_Rx0", where
// the "x" is the version of Delphi you are using. Open the dpk (bpk) file in your
// IDE. Select the menu option Projects>Options>Directories/Conditionals>Conditional
// and enter TNTSUPPORT. Compile the package, then open the VirtualShellToolsDxD.dpk (or bpk)
// and compile and press the Install button.
// Now when you update the packages you won't have to redo all this. Just install
// the update then compile the packages in the "Delphi_TNT" (or CBuilder_TNT) folders
// an you are done.
//
//{$DEFINE TNTSUPPORT}