//--------------------------------------------------------------------------- #include #pragma hdrstop #include "Define.h" //--------------------------------------------------------------------------- #pragma package(smart_init) //--------------------------------------------------------------------------- //--------------------------------------------------------------------------- AnsiString ProductName = "TexTricot"; AnsiString TTVersion = "3.2"; #ifdef NETHASP AnsiString DefaultDir = "C:\\YoungWoo\\Net" + ProductName + TTVersion; AnsiString RegFilename = "\\Software\\YoungWoo\\Net" + ProductName + "\\" + TTVersion; #else AnsiString DefaultDir = "C:\\YoungWoo\\" + ProductName + TTVersion; AnsiString RegFilename = "\\Software\\YoungWoo\\" + ProductName + "\\" + TTVersion; #endif //---------------------------------------------------------------------------