|
|
| About site: Software/Globalization/Localization/Software and Tools - ResMe |
Return to Computers also Computers |
| About site: http://www.resourcemining.com/ResMe.htm |
Title: Software/Globalization/Localization/Software and Tools - ResMe Tool to automatically move hard-coded user interface strings from VB projects into a resource (.res) file. The moved strings are replaced with a LoadResString() reference. |
|
|
|
|
Computer_Caller_ID_(YES_Telecom) Hardware and free PC software which takes the caller id signal and looks up the number. Keeps a cronological call log of all incoming and outgoing calls.
| i-SAFE_America,_Inc_ Incorporates classroom curriculum with dynamic community outreach to empower students, teachers, parents, law enforcement, and concerned adults to make the Internet a safer place.
| Xcommunycationz Webdesign and web development tutorial and e-books download list.
| CRM_and_BI_Insights_Portal Resource providing insights into tools, technology, trends, success stories, news and views.
| The_Discover_Interview__Marvin_Minsky Legendary pioneer of artificial intelligence ponders brains, bashes neuroscience, suggests plan for superhuman robot servants. (January, 2007)
| RFC_1335 A Two-Tier Address Structure for the Internet: A Solution to the Problem of Address Space Exhaustion. Z. Wang, J. Crowcroft. May 1992.
|
|
| Alexa statistic for http://www.resourcemining.com/ResMe.htm |
Please visit: http://www.resourcemining.com/ResMe.htm
|
| Related sites for http://www.resourcemining.com/ResMe.htm |
| Geeks_that_Gawk A forum for GNU Awk questions and discussions at Yahoo Clubs. | | Crypto-Gram Monthly computer security newsletter written by Bruce Schneier. [RSS] | | De_Baets,_Bernard Fuzzy Relations and Preference Modelling | | Wired__It\'s_a_Poor_Workman_Who_Blames_His_Tools Article by Barlow about the perceived threats of technological change. (November 30, 1995) | | Miller_&_Mckenna_Consulting_Inc, Reseller of Great Plains specializes in implementing software and project management. Lists user group meetings, training and contact details. | | SyberWorks,_Inc_ Provider of e-learning management systems and customized web-based training. | | IntelligentERP Provides archived SAP columns from CMP Media. | | Diagonal_Consulting Provides project management and post-implementation support services. | | Google_AJAXSLT Google's AJAXSLT is an implementation of XSL-T in JavaScript for AJAX applications. Includes links for downloading. | | ElmueSoft Organizer, atomic clock synchronization, and TrayClock for all Windows. | | WinRAR Provides full RAR and ZIP file support, can decompress CAB, GZIP, ACE and other archive formats. | | Selent_and_Associates,_Inc__-_ScheduleVIEW Appointment and resource scheduling software for medical, dental, tax, accounting and other professional practices. Runs on Microsoft Windows platform. Free demo. | | Visual_Basic_Explorer_-_Source_Code A nice collection of useful source code. | | Simplifying_Deployment_and_Solving_DLL_Hell_with_the__NET_Framework Introduces the concept of an assembly and describes how the .NET Framework uses assemblies to solve versioning and deployment problems. By Steven Pratschner, Microsoft. | | FotoFlexer Online photo editor. Removes blemishes, changes skin/hair color, morphs photos or applies filters. | | Peter_A__Moulton Providing web design for small businesses, including scripting and multimedia. Located in Columbia, Maryland, United States. | | 123_Business Web agency in Staffordshire, UK. Services include internet marketing, IT support, consultancy, software development and hosting. | | DontStayIn View photos from bars, clubs and other social events throughout the UK, the US, Spain and Ireland. Profile page, gallery and live chat. | | NetBSD\'s_TCP_implementation Based on TCP in 4.4BSD. | | SyvumClick_for_Internet_Explorer Lookup word meanings, and translate text into another language from the Web pages you visit, simply by selecting the relevant portion of the text. [Win95/98/Me/NT/2000] |
|
This is websites2007.org cache of m/ as retrieved on 2008.10.10 websites2007.org's cache is the snapshot that we took of the page as we crawled the web. The page may have changed since that time.
|
ResMe Visual Basic Resource File Localization String Extractor For Globalization Internationalization
ResMe
5.0 String Extractor For Visual Basic ResMe makes the first step of
localization extremely simple because it automatically moves hard-coded user interface
strings into a resource file. ResMe is a string extraction utility that removes only
"the right strings" from your Visual Basic® source code, replaces them with a
LoadResString() reference, and places the extracted strings in a .RES resource file. Many
days of tedious, error prone work can be reduced to a few minutes of automated processing!
While ResMe performs about 98% of the work, ResMe makes it easy for
you to
inspect which strings should and shouldn't be moved to the Resource file.
Easy to read HTML log files
are generated after the project has been processed. Take a guided tour of how ResMe works, or
check
out the ResMe FAQs page or view the Help files.
See what's new
in version 5.0 or just download
ResMe. Purchase ResMe here.
Overview
ResMe examines all the source code in your Visual
Basic® project to extract user interface strings that should be placed in a Resource
file. Sophisticated, customizable rules are used
to determine if a string is a candidate for being translated. A code generator automatically creates initialization
routines for all the common properties of controls that have user interface strings.
Although automatic selection of user
interface strings is a powerful time saver, no algorithm is flawless. That's why ResMe has
a built-in easy to use manually correction tool to inspect
each string in the project. Strings can be forced into or out of the Resource file with
the click of a button. The real efficiency of ResMe is due to its ability to view the
context of how each string is used in a line of code or to view the source code in any
file of the project.
After the manual review is complete,
all occurrences of the selected user interface strings are replaced by a
LoadResString(#ID) function or your own specified custom
function call. A 32-bit Resource file containing the strings is created,
along with a BAS file of string ID assignments. The
project file is automatically updated with the inclusion of any new routines and files.
ResMe is designed to be run repeatedly in order to pick up incremental additions to your
projects. All existing resource data is carried forward and any existing string resources
carried forward and reused whenever possible.
Both a .RES
and an .RC files are created. The RC file contains strings
grouped according to the file they were found as well as a
comment containing the original source code containing the
string. Resource file strings are alphabetically sorted.
ResMe is
designed to be run on the same project multiple times so that
new strings in new code can be processed while preserving
existing resource strings. It is also possible to add, delete or
modify resource strings with Visual Basic before or after using
ResMe.
ResMe also
supports the creation and use of satellite
DLLs.
ResMe is a
site licensed product, one copy can be used by multiple
developers.
Key Benefits
Automatically
selects user interface strings and ignores programmatic strings.
Creates a compiled Resource file
on-the-fly with the minimum number of string entries.
Creates a pseudo
translated test Resource file, allowing early detection of localization problems.
All user interface strings are replaced
with LoadResString(#ID) with ID Const assignments.
Generates initialization code for all controls. (Caption,
ToolTipText, etc.)
Generates
HTLM reports
of strings that were moved to the resource file, a summary of
resource strings, word usage within the strings, before and
after source code files.
Supports all features of VB 4.0 16-bit,
VB 4.0 32-bit, VB 5.0, and VB 6.0 projects.
Original project's source code is never
modified. An altered clone of the project is made in a new directory.
Streamlines translation efforts by only
having one occurrence of each unique string, unless you ask for
individual strings for each occurrence. (Note that ResMe does not perform any
translation of strings.)
Does not add any proprietary runtime
files to your project. Once you are comfortable with localizable version of your project
that ResMe has generated, this becomes your baseline source code.
ResMe is very easy to use. It takes
seconds to learn and about a minute to run. Just point it at your VBP file and hit
<Enter> to all the dialogs. Download the demo
and
try it on your project. You'll be surprised at how easy yet thorough it is to use.
Pricing
ResMe
String Extractor costs $595 for the Enterprise versions.
Click
here for a free demo... Download
ResMe Now!
Useful VB Links:
Home | Products | Contact Us | FAQs | What's New | Services | Localization Info | Search
For comments about the site, contact
the Webmaster
Copyright © 1999 Resource Mining Incorporated. All rights
reserved.
Page last updated: April 28, 2004
|
|
| |
Tool | to | automatically | move | hard-coded | user | interface | strings | from | VB | projects | into | a | resource | (.res) | file. | The | moved | strings | are | replaced | with | a | LoadResString() | reference. |
|
http://www.resourcemining.com/ResMe.htm
ResMe 2008 October
dvd rental
dvd
Tool to automatically move hard-coded user interface strings from VB projects into a resource (.res) file. The moved strings are replaced with a LoadResString() reference.
Rules
|
© 2008 Internet Explorer 5+ or Netscape 6+
|
|
Recommended Sites: 1.
Arts -
Business -
Computers -
Games -
Health -
Home -
Kids and Teens -
News -
Recreation -
Reference -
Regional -
Science -
Shopping -
Society -
Sports -
World
Miss Gallery
- Top Anime Hentai
- DVD rental by mail
- Xbox Mod Chip - Myspace Proxy - Credit Counseling - Mortgage Calculator - Mortgage Calculator
|