| Update of /cvsroot/objecthandler/ObjectHandler/ohxl/ohxllib
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv17350/ohxl/ohxllib
Modified Files:
	ohxllib.vcproj ohxllib_vc8.vcproj 
Log Message:
consolidate conversion functions in preparation for implementation of coercion
Index: ohxllib_vc8.vcproj
===================================================================
RCS file: /cvsroot/objecthandler/ObjectHandler/ohxl/ohxllib/ohxllib_vc8.vcproj,v
retrieving revision 1.14
retrieving revision 1.15
diff -C2 -d -r1.14 -r1.15
*** ohxllib_vc8.vcproj	18 Oct 2006 13:01:29 -0000	1.14
--- ohxllib_vc8.vcproj	16 Nov 2006 12:38:41 -0000	1.15
***************
*** 389,464 ****
  			Name="xl"
  			>
! 			<File
! 				RelativePath="..\callingrange.cpp"
! 				>
! 			</File>
! 			<File
! 				RelativePath="..\callingrange.hpp"
! 				>
! 			</File>
! 			<File
! 				RelativePath="..\conversions.cpp"
! 				>
! 			</File>
! 			<File
! 				RelativePath="..\conversions.hpp"
! 				>
! 			</File>
! 			<File
! 				RelativePath="..\export.hpp"
! 				>
! 			</File>
! 			<File
! 				RelativePath="..\functioncall.cpp"
! 				>
! 			</File>
! 			<File
! 				RelativePath="..\functioncall.hpp"
! 				>
! 			</File>
! 			<File
! 				RelativePath="..\Functions\functioncount.hpp"
! 				>
! 			</File>
! 			<File
! 				RelativePath="..\Functions\functions.cpp"
! 				>
! 			</File>
! 			<File
! 				RelativePath="..\Functions\manual.cpp"
! 				>
! 			</File>
! 			<File
! 				RelativePath="..\objecthandlerxl.cpp"
! 				>
! 			</File>
! 			<File
! 				RelativePath="..\objecthandlerxl.hpp"
! 				>
! 			</File>
! 			<File
! 				RelativePath="..\objhandlerxl.hpp"
! 				>
! 			</File>
! 			<File
! 				RelativePath="..\rangereference.cpp"
! 				>
! 			</File>
! 			<File
! 				RelativePath="..\rangereference.hpp"
  				>
! 			</File>
! 			<File
! 				RelativePath="..\Register\register_all.cpp"
  				>
! 			</File>
! 			<File
! 				RelativePath="..\Register\register_all.hpp"
  				>
! 			</File>
! 			<File
! 				RelativePath="..\Register\register_functions.cpp"
  				>
! 			</File>
  		</Filter>
  	</Files>
--- 389,516 ----
  			Name="xl"
  			>
! 			<Filter
! 				Name="Conversions"
  				>
! 				<File
! 					RelativePath="..\Conversions\all.hpp"
! 					>
! 				</File>
! 				<File
! 					RelativePath="..\Conversions\matrixtooper.hpp"
! 					>
! 				</File>
! 				<File
! 					RelativePath="..\Conversions\opertomatrix.hpp"
! 					>
! 				</File>
! 				<File
! 					RelativePath="..\Conversions\opertoscalar.cpp"
! 					>
! 				</File>
! 				<File
! 					RelativePath="..\Conversions\opertoscalar.hpp"
! 					>
! 				</File>
! 				<File
! 					RelativePath="..\Conversions\opertovector.hpp"
! 					>
! 				</File>
! 				<File
! 					RelativePath="..\Conversions\scalartooper.cpp"
! 					>
! 				</File>
! 				<File
! 					RelativePath="..\Conversions\scalartooper.hpp"
! 					>
! 				</File>
! 				<File
! 					RelativePath="..\Conversions\validations.cpp"
! 					>
! 				</File>
! 				<File
! 					RelativePath="..\Conversions\validations.hpp"
! 					>
! 				</File>
! 				<File
! 					RelativePath="..\Conversions\vectortooper.hpp"
! 					>
! 				</File>
! 			</Filter>
! 			<Filter
! 				Name="Functions"
  				>
! 				<File
! 					RelativePath="..\Functions\export.hpp"
! 					>
! 				</File>
! 				<File
! 					RelativePath="..\Functions\functioncount.hpp"
! 					>
! 				</File>
! 				<File
! 					RelativePath="..\Functions\functions.cpp"
! 					>
! 				</File>
! 				<File
! 					RelativePath="..\Functions\manual.cpp"
! 					>
! 				</File>
! 			</Filter>
! 			<Filter
! 				Name="Register"
  				>
! 				<File
! 					RelativePath="..\Register\register_all.cpp"
! 					>
! 				</File>
! 				<File
! 					RelativePath="..\Register\register_all.hpp"
! 					>
! 				</File>
! 				<File
! 					RelativePath="..\Register\register_functions.cpp"
! 					>
! 				</File>
! 			</Filter>
! 			<Filter
! 				Name="Classes"
  				>
! 				<File
! 					RelativePath="..\callingrange.cpp"
! 					>
! 				</File>
! 				<File
! 					RelativePath="..\callingrange.hpp"
! 					>
! 				</File>
! 				<File
! 					RelativePath="..\functioncall.cpp"
! 					>
! 				</File>
! 				<File
! 					RelativePath="..\functioncall.hpp"
! 					>
! 				</File>
! 				<File
! 					RelativePath="..\objecthandlerxl.cpp"
! 					>
! 				</File>
! 				<File
! 					RelativePath="..\objecthandlerxl.hpp"
! 					>
! 				</File>
! 				<File
! 					RelativePath="..\objhandlerxl.hpp"
! 					>
! 				</File>
! 				<File
! 					RelativePath="..\rangereference.cpp"
! 					>
! 				</File>
! 				<File
! 					RelativePath="..\rangereference.hpp"
! 					>
! 				</File>
! 			</Filter>
  		</Filter>
  	</Files>
Index: ohxllib.vcproj
===================================================================
RCS file: /cvsroot/objecthandler/ObjectHandler/ohxl/ohxllib/ohxllib.vcproj,v
retrieving revision 1.12
retrieving revision 1.13
diff -C2 -d -r1.12 -r1.13
*** ohxllib.vcproj	18 Oct 2006 13:01:29 -0000	1.12
--- ohxllib.vcproj	16 Nov 2006 12:38:41 -0000	1.13
***************
*** 383,440 ****
  			Name="xl"
  			Filter="">
! 			<File
! 				RelativePath="..\callingrange.cpp">
! 			</File>
! 			<File
! 				RelativePath="..\callingrange.hpp">
! 			</File>
! 			<File
! 				RelativePath="..\conversions.cpp">
! 			</File>
! 			<File
! 				RelativePath="..\conversions.hpp">
! 			</File>
! 			<File
! 				RelativePath="..\export.hpp">
! 			</File>
! 			<File
! 				RelativePath="..\functioncall.cpp">
! 			</File>
! 			<File
! 				RelativePath="..\functioncall.hpp">
! 			</File>
! 			<File
! 				RelativePath="..\Functions\functioncount.hpp">
! 			</File>
! 			<File
! 				RelativePath="..\Functions\functions.cpp">
! 			</File>
! 			<File
! 				RelativePath="..\Functions\manual.cpp">
! 			</File>
! 			<File
! 				RelativePath="..\objecthandlerxl.cpp">
! 			</File>
! 			<File
! 				RelativePath="..\objecthandlerxl.hpp">
! 			</File>
! 			<File
! 				RelativePath="..\objhandlerxl.hpp">
! 			</File>
! 			<File
! 				RelativePath="..\rangereference.cpp">
! 			</File>
! 			<File
! 				RelativePath="..\rangereference.hpp">
! 			</File>
! 			<File
! 				RelativePath="..\Register\register_all.cpp">
! 			</File>
! 			<File
! 				RelativePath="..\Register\register_all.hpp">
! 			</File>
! 			<File
! 				RelativePath="..\Register\register_functions.cpp">
! 			</File>
  		</Filter>
  	</Files>
--- 383,483 ----
  			Name="xl"
  			Filter="">
! 			<Filter
! 				Name="Conversions"
! 				Filter="">
! 				<File
! 					RelativePath="..\Conversions\all.hpp">
! 				</File>
! 				<File
! 					RelativePath="..\Conversions\matrixtooper.hpp">
! 				</File>
! 				<File
! 					RelativePath="..\Conversions\opertomatrix.hpp">
! 				</File>
! 				<File
! 					RelativePath="..\Conversions\opertoscalar.cpp">
! 				</File>
! 				<File
! 					RelativePath="..\Conversions\opertoscalar.hpp">
! 				</File>
! 				<File
! 					RelativePath="..\Conversions\opertovector.hpp">
! 				</File>
! 				<File
! 					RelativePath="..\Conversions\scalartooper.cpp">
! 				</File>
! 				<File
! 					RelativePath="..\Conversions\scalartooper.hpp">
! 				</File>
! 				<File
! 					RelativePath="..\Conversions\validations.cpp">
! 				</File>
! 				<File
! 					RelativePath="..\Conversions\validations.hpp">
! 				</File>
! 				<File
! 					RelativePath="..\Conversions\vectortooper.hpp">
! 				</File>
! 			</Filter>
! 			<Filter
! 				Name="Functions"
! 				Filter="">
! 				<File
! 					RelativePath="..\Functions\export.hpp">
! 				</File>
! 				<File
! 					RelativePath="..\Functions\functioncount.hpp">
! 				</File>
! 				<File
! 					RelativePath="..\Functions\functions.cpp">
! 				</File>
! 				<File
! 					RelativePath="..\Functions\manual.cpp">
! 				</File>
! 			</Filter>
! 			<Filter
! 				Name="Classes"
! 				Filter="">
! 				<File
! 					RelativePath="..\callingrange.cpp">
! 				</File>
! 				<File
! 					RelativePath="..\callingrange.hpp">
! 				</File>
! 				<File
! 					RelativePath="..\functioncall.cpp">
! 				</File>
! 				<File
! 					RelativePath="..\functioncall.hpp">
! 				</File>
! 				<File
! 					RelativePath="..\objecthandlerxl.cpp">
! 				</File>
! 				<File
! 					RelativePath="..\objecthandlerxl.hpp">
! 				</File>
! 				<File
! 					RelativePath="..\objhandlerxl.hpp">
! 				</File>
! 				<File
! 					RelativePath="..\rangereference.cpp">
! 				</File>
! 				<File
! 					RelativePath="..\rangereference.hpp">
! 				</File>
! 			</Filter>
! 			<Filter
! 				Name="Register"
! 				Filter="">
! 				<File
! 					RelativePath="..\Register\register_all.cpp">
! 				</File>
! 				<File
! 					RelativePath="..\Register\register_all.hpp">
! 				</File>
! 				<File
! 					RelativePath="..\Register\register_functions.cpp">
! 				</File>
! 			</Filter>
  		</Filter>
  	</Files>
 |