How to Build .tel Windows Mobile Client Code
Follow these steps to get and build the source code for the application.
- Get the latest source code from SVN; see Source Code for instructions on navigating the repository and checking out the code from SVN.
- Check that you have all the prerequisites:
- Microsoft Visual Studio® 2005
- Microsoft Windows Mobile® 5.0 SDK for Pocket PC or for Smartphones
- Microsoft Windows Mobile 6.0 Standard and Professional SDK Refresh
- Navigate to the project for your platform (Pocket PC or Smartphone) and build it.
- For Pocket PC
- Browse to the directory with checked-out source code and open the solution file Dottel.sln in Visual Studio. The solution will have the following projects:
- Dottel - menu extension Lookup.tel, Change.tel, Add.tel
- MenuExtensibility - Menu extension .tel Options
- SetupDLL - Support DLL for cab installation
- telInvoke - Protocol handler
- TelnicMain - Main Program Add/change, lookup, Options, friends
- TelnicSoapUtil - DLL for the SOAP functionality made with g-Soap
- TelnicPI - Setup Project, will make the Cab installer for the Solution
- Configure the solution to run in release mode on the platform "Windows Mobile 6 Professional SDK".
- Right-click TelnicPI and select "Rebuild". This builds the whole solution and creates the Installer .cab file.
- Browse to the directory with checked-out source code and open the solution file Dottel.sln in Visual Studio. The solution will have the following projects:
- For Smartphone
- Browse to the directory with checked-out source code and open the solution file Dottel.sln in Visual Studio. The solution will have the following projects:
- Dottel - menu extension Lookup.tel, Change.tel, Add.tel
- MenuExtensibility - Menu extension .tel Options
- SetupDLL - Support DLL for cab installation
- telInvoke - Protocol handler
- TelnicMain - Main Program Add/change, lookup, Options, friends
- TelnicSoapUtil - DLL for the SOAP functionality made with g-Soap
- TelnicPI - Setup Project, will make the Cab installer for the Solution
- Configure the solution to run in release mode on the platform "Windows Mobile 6 Professional SDK"
- Right-click TelnicPI and select "Rebuild". This builds the whole solution and creates the Installer .cab file.
- Browse to the directory with checked-out source code and open the solution file Dottel.sln in Visual Studio. The solution will have the following projects:
- For Pocket PC
- Install the application: navigate to the location of the TelnicPI.cab file and run it.
- For Pocket PC: go PocketPC\TelnicPlugin\Plugin\TelniPI\Release
- For Smartphone: go Smartphone\DottelSP\CabSetup\Release
- Run the newly built application to ensure it works correctly.








