Log
File Results
All versions of ResMe String Extractor will generate a
report of all strings that were found in the Visual Basic® project. The strings are
summarized in two reports- Moved.log and NotMoved.log.
The file Moved.log contains a listing of all the strings that were processed by being
replaced with a LoadResString function. The file NotMoved.log shows all strings that were
detected but not modified. The usage of the string in the line of code is also included.
Contents of a Sample Moved.log
C:\Program Files\Microsoft Visual
Studio\MSDN98\98VSa\1033\SAMPLES\VB98\visdata\NEW14\Visdata.vbp STRINGS MOVED TO THE
RESOURCE FILE AND REPLACED WITH A LoadResString REFERENCE
-------------------- C:\Program Files\Microsoft Visual
Studio\MSDN98\98VSa\1033\SAMPLES\VB98\visdata\ABOUTBOX.FRM --------------------
STRING: "About Visual Data Manager"
USAGE: FORMCAPTION = "About Visual Data Manager"
STRING: "Microsoft Visual Basic"
USAGE: LABEL0 = "Microsoft Visual Basic"
STRING: "Visual Data Manager"
USAGE: Label1 = "Visual Data Manager"
STRING: "Version 6.0"
USAGE: Label2 = "Version 6.0"
Contents of a Sample NotMoved.log
C:\Program Files\Microsoft Visual
Studio\MSDN98\98VSa\1033\SAMPLES\VB98\visdata\NEW14\Visdata.vbp STRINGS NOT MOVED TO THE
RESOURCE FILE
-------------------- C:\Program Files\Microsoft Visual
Studio\MSDN98\98VSa\1033\SAMPLES\VB98\visdata\ABOUTBOX.FRM --------------------
-------------------- C:\Program Files\Microsoft Visual
Studio\MSDN98\98VSa\1033\SAMPLES\VB98\visdata\ADDFIELD.FRM --------------------
STRING: "Byte"
USAGE: cboFieldType.AddItem "Byte"
STRING: "Integer"
USAGE: cboFieldType.AddItem "Integer"
STRING: "DBWindowTop"
USAGE: SaveSetting APP_CATEGORY, APPNAME, "DBWindowTop", Me.Top
STRING: "DBWindowWidth"
USAGE: Me.Width = Val(GetRegistryString("DBWindowWidth", "3835"))
STRING: "(BOF)/"
USAGE: sCurrStat = "(BOF)/" & mlNumRows
STRING: "Double"
USAGE: cboFieldType.AddItem "Double"
STRING: "select Distinct "
USAGE: Set rec = gdbCurrentDB.OpenRecordset("select Distinct " &
StripOwner(cboField) & " from " & stSTF((cboField), 0))
|