[sword-cvs] swordreader/src/Dll1 Dll1.vcl,1.10,1.11

sword@www.crosswire.org sword@www.crosswire.org
Sat, 24 Jan 2004 18:03:26 -0700


Update of /cvs/core/swordreader/src/Dll1
In directory www:/tmp/cvs-serv16015/src/Dll1

Modified Files:
	Dll1.vcl 
Log Message:
fixed utf8utf16 conversion a little (for greek and english, at least)

Index: Dll1.vcl
===================================================================
RCS file: /cvs/core/swordreader/src/Dll1/Dll1.vcl,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -d -r1.10 -r1.11
--- Dll1.vcl	24 Jan 2004 22:29:59 -0000	1.10
+++ Dll1.vcl	25 Jan 2004 01:03:24 -0000	1.11
@@ -6,7 +6,7 @@
 --------------------Configuration: Dll1 - Win32 (WCE ARM) Release--------------------
 </h3>
 <h3>Command Lines</h3>
-Creating temporary file "C:\DOCUME~1\scribe\LOCALS~1\Temp\RSPD8.tmp" with contents
+Creating temporary file "C:\DOCUME~1\scribe\LOCALS~1\Temp\RSP110.tmp" with contents
 [
 /nologo /W3 /I "..\..\..\sword\include" /I "winceSword\include" /I "..\STL_eVC" /D "ARM" /D "_ARM_" /D "NDEBUG" /D "DEBUG" /D _WIN32_WCE=300 /D "WIN32_PLATFORM_PSPC=310" /D "_i386_" /D UNDER_CE=300 /D "UNICODE" /D "_UNICODE" /D "_USRDLL" /D "DLL1_EXPORTS" /D "SWMAKINGDLL" /U "USE_AUTOTOOLS" /U "__GNUC__" /U "_ICU_" /Fp"ARMRel/Dll1.pch" /YX /Fo"ARMRel/" /Oxs /MC /c 
 "D:\src\sword\src\utilfuns\zlib\adler32.c"
@@ -143,8 +143,8 @@
 "D:\src\swordreader\src\Dll1\winceSword\src\swwinlog.cpp"
 "D:\src\swordreader\src\Dll1\winceSword\src\unistd.cpp"
 ]
-Creating command line "clarm.exe @C:\DOCUME~1\scribe\LOCALS~1\Temp\RSPD8.tmp" 
-Creating temporary file "C:\DOCUME~1\scribe\LOCALS~1\Temp\RSPD9.tmp" with contents
+Creating command line "clarm.exe @C:\DOCUME~1\scribe\LOCALS~1\Temp\RSP110.tmp" 
+Creating temporary file "C:\DOCUME~1\scribe\LOCALS~1\Temp\RSP111.tmp" with contents
 [
 commctrl.lib coredll.lib /nologo /base:"0x00100000" /stack:0x10000,0x1000 /entry:"_DllMainCRTStartup" /dll /incremental:no /pdb:"ARMRel/sword.pdb" /nodefaultlib:"libc.lib /nodefaultlib:libcd.lib /nodefaultlib:libcmt.lib /nodefaultlib:libcmtd.lib /nodefaultlib:msvcrt.lib /nodefaultlib:msvcrtd.lib /nodefaultlib:oldnames.lib" /out:"../../sword.dll" /implib:"ARMRel/sword.lib" /subsystem:windowsce,3.00 /align:"4096" /MACHINE:ARM 
 .\ARMRel\adler32.obj
@@ -281,7 +281,7 @@
 .\ARMRel\swwinlog.obj
 .\ARMRel\unistd.obj
 ]
-Creating command line "link.exe @C:\DOCUME~1\scribe\LOCALS~1\Temp\RSPD9.tmp"
+Creating command line "link.exe @C:\DOCUME~1\scribe\LOCALS~1\Temp\RSP111.tmp"
 <h3>Output Window</h3>
 Compiling...
 adler32.c
@@ -1349,8 +1349,7 @@
 ..\..\..\sword\include\swbuf.h(213) : warning C4800: 'int' : forcing value to bool 'true' or 'false' (performance warning)
 ..\..\..\sword\include\swkey.h(71) : warning C4275: non dll-interface class 'sword::SWObject' used as base for dll-interface class 'sword::SWKey'
         ..\..\..\sword\include\swobject.h(41) : see declaration of 'SWObject'
-D:\src\sword\src\modules\filters\utf8utf16.cpp(67) : warning C4244: '=' : conversion from 'unsigned long' to 'unsigned short', possible loss of data
-D:\src\sword\src\modules\filters\utf8utf16.cpp(21) : warning C4101: 'len' : unreferenced local variable
+D:\src\sword\src\modules\filters\utf8utf16.cpp(19) : warning C4101: 'digit' : unreferenced local variable
 rawgenbook.cpp
 ..\..\..\sword\include\swbuf.h(47) : warning C4018: '<' : signed/unsigned mismatch
 ..\..\..\sword\include\swbuf.h(196) : warning C4018: '<' : signed/unsigned mismatch
@@ -1693,7 +1692,7 @@
 
 
 <h3>Results</h3>
-sword.dll - 0 error(s), 1100 warning(s)
+sword.dll - 0 error(s), 1099 warning(s)
 </pre>
 </body>
 </html>