Click here to Skip to main content
15,886,137 members
Articles / Desktop Programming / MFC

The alxBase classes for work with DBF files

Rate me:
Please Sign up or sign in to vote.
5.00/5 (22 votes)
5 Nov 20021 min read 361.5K   3.8K   57  
The alxBase classes for work with dbf files.
Microsoft Visual Studio Solution File, Format Version 7.00
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "alxBASE", "alxBASE.vcproj", "{08C58ABA-698F-4506-B9D2-98152D1C14F9}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "alxBaseDLL", "alxBaseDLL.vcproj", "{007E4C91-C6B8-41CF-A36D-97A561452353}"
EndProject
Global
	GlobalSection(SolutionConfiguration) = preSolution
		ConfigName.0 = Debug
		ConfigName.1 = Debug static
		ConfigName.2 = Release
		ConfigName.3 = Release static
	EndGlobalSection
	GlobalSection(ProjectDependencies) = postSolution
	EndGlobalSection
	GlobalSection(ProjectConfiguration) = postSolution
		{08C58ABA-698F-4506-B9D2-98152D1C14F9}.Debug.ActiveCfg = Debug|Win32
		{08C58ABA-698F-4506-B9D2-98152D1C14F9}.Debug.Build.0 = Debug|Win32
		{08C58ABA-698F-4506-B9D2-98152D1C14F9}.Debug static.ActiveCfg = Debug static|Win32
		{08C58ABA-698F-4506-B9D2-98152D1C14F9}.Debug static.Build.0 = Debug static|Win32
		{08C58ABA-698F-4506-B9D2-98152D1C14F9}.Release.ActiveCfg = Release|Win32
		{08C58ABA-698F-4506-B9D2-98152D1C14F9}.Release.Build.0 = Release|Win32
		{08C58ABA-698F-4506-B9D2-98152D1C14F9}.Release static.ActiveCfg = Release static|Win32
		{08C58ABA-698F-4506-B9D2-98152D1C14F9}.Release static.Build.0 = Release static|Win32
		{007E4C91-C6B8-41CF-A36D-97A561452353}.Debug.ActiveCfg = Debug|Win32
		{007E4C91-C6B8-41CF-A36D-97A561452353}.Debug.Build.0 = Debug|Win32
		{007E4C91-C6B8-41CF-A36D-97A561452353}.Debug static.ActiveCfg = Debug|Win32
		{007E4C91-C6B8-41CF-A36D-97A561452353}.Debug static.Build.0 = Debug|Win32
		{007E4C91-C6B8-41CF-A36D-97A561452353}.Release.ActiveCfg = Release|Win32
		{007E4C91-C6B8-41CF-A36D-97A561452353}.Release.Build.0 = Release|Win32
		{007E4C91-C6B8-41CF-A36D-97A561452353}.Release static.ActiveCfg = Release|Win32
		{007E4C91-C6B8-41CF-A36D-97A561452353}.Release static.Build.0 = Release|Win32
	EndGlobalSection
	GlobalSection(ExtensibilityGlobals) = postSolution
	EndGlobalSection
	GlobalSection(ExtensibilityAddIns) = postSolution
	EndGlobalSection
EndGlobal

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article has no explicit license attached to it but may contain usage terms in the article text or the download files themselves. If in doubt please contact the author via the discussion board below.

A list of licenses authors might use can be found here


Written By
Web Developer
Russian Federation Russian Federation
Year of birth - 1974.
Eeducation - was ended by Kaliningrad State University in 1997.
Now I work as the engineer-programmer in Kaliningrad (RUSSIA).

Comments and Discussions