2bf Subj : About TEXT macro To : borland.public.cpp.borlandcpp From : "Vladimir Grigoriev" Date : Wed Jan 14 2004 07:23 pm Hi everybody. I write with Borland CPP a short programs (Win32) which uses the following headers #define STRICT #include #include #include and when I define constant const TCHAR szOperation[] = TEXT( "open" ); and below in function body I use assert( hRslt > ( HINSTANCE ) HINSTANCE_ERROR ); I'd like to know in what header files are defined macro TEXT and constant HINSTANCE_ERROR ? Myabe my program uses different headers from another compiler? Vladimir Grigoriev vlad.moscow@mail.ru . 0