-Copyright (c) 2001-2003 International Business Machines
+Copyright (c) 2001-2010 International Business Machines
Corporation and others. All Rights Reserved.
uresb: Resource Bundle
Files:
uresb.c Main source file in C
- uresb.dsw Windows MSVC workspace. Double-click this to get started.
- uresb.dsp Windows MSVC project file
+ uresb.sln Windows MSVC workspace. Double-click this to get started.
+ uresb.vcproj Windows MSVC project file
resources.dsp Windows project file for resources
resources.mak Windows makefile for resources
To Build uresb on Windows
1. Install and build ICU
- 2. In MSVC, open the workspace file icu\samples\uresb\uresb.dsw
+ 2. In MSVC, open the workspace file icu\samples\uresb\uresb.sln
3. Choose a Debug or Release build.
4. Build.
cd c:\icu\source\samples\uresb\debug
4. Run it (with a locale name, ex. english)
uresb en
+ WARNING: The .txt files must be in the same directory as the executable, which is not the case by default on some systems.
To Build on Unixes
1. Build ICU.