--------------------Configuration: Text - Win32 Release--------------------
Begining build with project "H:\u004\prog\text.13\Text.dsp", at root.
Active configuration is Win32 (x86) Application (bas
/*
* this is a header file that defines all the text strings
*/
#define NO_LANG 7 // we are using 7 languages in this example
extern char * const far text0 []; // text stri
# Microsoft Developer Studio Project File - Name="text" - Package Owner=
# Microsoft Developer Studio Generated Build File, Format Version 6.00
# ** DO NOT EDIT **
# TARGTYPE "Win32 (x86) Cons
// Copyright (c) 1994 James Clark
// See the file COPYING for copying permission.
#ifdef __GNUG__
#pragma implementation
#endif
#include "splib.h"
#include "Text.h"
// for memcmp()
#include