Update of /cvsroot/objecthandler/ObjectHandler/ohxl/ohxllib
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv3145/ohxl/ohxllib
Modified Files:
ohxllib.vcproj ohxllib_vc8.vcproj
Log Message:
rename ohParseFields() to ohSplit() and modify behavior:
- no need to specify "DOUBLE/STRING" datatype
- if index omitted, all fields returned as array
Index: ohxllib_vc8.vcproj
===================================================================
RCS file: /cvsroot/objecthandler/ObjectHandler/ohxl/ohxllib/ohxllib_vc8.vcproj,v
retrieving revision 1.17
retrieving revision 1.18
diff -C2 -d -r1.17 -r1.18
*** ohxllib_vc8.vcproj 3 Dec 2006 14:35:03 -0000 1.17
--- ohxllib_vc8.vcproj 3 Dec 2006 21:08:46 -0000 1.18
***************
*** 497,538 ****
</File>
<File
! RelativePath="..\Functions\utilities.cpp"
>
- <FileConfiguration
- Name="Debug CRTDLL|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- ObjectFile="$(IntDir)\$(InputName)1.obj"
- XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Release|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- ObjectFile="$(IntDir)\$(InputName)1.obj"
- XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Release CRTDLL|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- ObjectFile="$(IntDir)\$(InputName)1.obj"
- XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Debug|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- ObjectFile="$(IntDir)\$(InputName)1.obj"
- XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc"
- />
- </FileConfiguration>
</File>
<File
--- 497,502 ----
</File>
<File
! RelativePath="..\Functions\ohutils.cpp"
>
</File>
<File
***************
*** 565,569 ****
</File>
<File
! RelativePath="..\Register\register_utilities.cpp"
>
</File>
--- 529,533 ----
</File>
<File
! RelativePath="..\Register\register_ohutils.cpp"
>
</File>
Index: ohxllib.vcproj
===================================================================
RCS file: /cvsroot/objecthandler/ObjectHandler/ohxl/ohxllib/ohxllib.vcproj,v
retrieving revision 1.15
retrieving revision 1.16
diff -C2 -d -r1.15 -r1.16
*** ohxllib.vcproj 3 Dec 2006 14:35:03 -0000 1.15
--- ohxllib.vcproj 3 Dec 2006 21:08:46 -0000 1.16
***************
*** 470,510 ****
</File>
<File
! RelativePath="..\Functions\utilities.cpp">
! <FileConfiguration
! Name="Debug CRTDLL|Win32">
! <Tool
! Name="VCCLCompilerTool"
! ObjectFile="$(IntDir)/$(InputName)1.obj"/>
! </FileConfiguration>
! <FileConfiguration
! Name="Release SingleThread|Win32">
! <Tool
! Name="VCCLCompilerTool"
! ObjectFile="$(IntDir)/$(InputName)1.obj"/>
! </FileConfiguration>
! <FileConfiguration
! Name="Release|Win32">
! <Tool
! Name="VCCLCompilerTool"
! ObjectFile="$(IntDir)/$(InputName)1.obj"/>
! </FileConfiguration>
! <FileConfiguration
! Name="Release CRTDLL|Win32">
! <Tool
! Name="VCCLCompilerTool"
! ObjectFile="$(IntDir)/$(InputName)1.obj"/>
! </FileConfiguration>
! <FileConfiguration
! Name="Debug|Win32">
! <Tool
! Name="VCCLCompilerTool"
! ObjectFile="$(IntDir)/$(InputName)1.obj"/>
! </FileConfiguration>
! <FileConfiguration
! Name="Debug SingleThread|Win32">
! <Tool
! Name="VCCLCompilerTool"
! ObjectFile="$(IntDir)/$(InputName)1.obj"/>
! </FileConfiguration>
</File>
<File
--- 470,474 ----
</File>
<File
! RelativePath="..\Functions\ohutils.cpp">
</File>
<File
***************
*** 562,566 ****
</File>
<File
! RelativePath="..\Register\register_utilities.cpp">
</File>
<File
--- 526,530 ----
</File>
<File
! RelativePath="..\Register\register_ohutils.cpp">
</File>
<File
|