Click here to Skip to main content
15,895,557 members
Articles / Mobile Apps

Palm OS 3.5 Development -- Part 2, HotSync Conduits

Rate me:
Please Sign up or sign in to vote.
4.52/5 (8 votes)
4 Jan 2006CPOL11 min read 59.8K   200   21  
An introduction to Palm OS development - HotSync conduits.
Microsoft Visual Studio Solution File, Format Version 7.00
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "TestConduit", "TestConduit.vcproj", "{039BBE8E-0561-4DC7-A9E0-607B6D3A6C4A}"
EndProject
Global
	GlobalSection(SolutionConfiguration) = preSolution
		ConfigName.0 = Debug
		ConfigName.1 = Release
	EndGlobalSection
	GlobalSection(ProjectDependencies) = postSolution
	EndGlobalSection
	GlobalSection(ProjectConfiguration) = postSolution
		{039BBE8E-0561-4DC7-A9E0-607B6D3A6C4A}.Debug.ActiveCfg = Debug|Win32
		{039BBE8E-0561-4DC7-A9E0-607B6D3A6C4A}.Debug.Build.0 = Debug|Win32
		{039BBE8E-0561-4DC7-A9E0-607B6D3A6C4A}.Release.ActiveCfg = Release|Win32
		{039BBE8E-0561-4DC7-A9E0-607B6D3A6C4A}.Release.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, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Web Developer
United States United States
Developer for hire.
.NET/C# ; PalmOS ; SQL ; Win32/MFC/COM/ADO/DirectX ; ASP/VBScript/PerlScript ; Perl/CGI/mod_perl ; HTML/Javascript ; C/C++ ; x86 ; 6502 ; AtariBasic ... what's next?

On my free time, I'm also a big sports car buff and apprentice do it yourself home improvement contractor.

Feel free to discuss. Visit my home page at www.explodingcoder.com or email me at spoulson@explodingcoder.com.

Comments and Discussions