]> git.saurik.com Git - apple/icu.git/blobdiff - icuSources/samples/uresb/readme.txt
ICU-461.12.tar.gz
[apple/icu.git] / icuSources / samples / uresb / readme.txt
index a088452d53833018ffec54ba2efd2851dc6ad5c3..8ca2c8f01443865c89df5d5a790f62339e6d42ce 100644 (file)
@@ -1,4 +1,4 @@
-Copyright (c) 2001-2003 International Business Machines
+Copyright (c) 2001-2010 International Business Machines
 Corporation and others. All Rights Reserved.
 uresb: Resource Bundle
 
@@ -9,8 +9,8 @@ This sample demonstrates
          
 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
 
@@ -20,7 +20,7 @@ Files:
 
 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.
        
@@ -33,6 +33,7 @@ To Run on Windows
             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.