Software for mobile > windows mobile ppc > Playnote 1.0.0

Playnote 1.0.0


18 August 2008.Submit by: admin
Playnote 1.0.0

Playnote is a control that you can add to your eVB application to play a sound. A comprehensive example is given and a small procedure to follow to register the control automatically when installing your application. eVC Source Code available upon request

Deployment
When you are about to deploy your applications that use the PlayNote control, and if you are using the eVB Application Installation Wizard, you will not get the PlayNote control added to the setup. You will have to add this control yourself by updating the installation information (extension INF) file and rebuild the installation cabinet (extension CAB) files.
In short, the updates to the INF file is:

Add playnote.dll to the CESelfRegister key in the [DefaultInstall・ section for each processor type.
Add a "playnote.dll=3" key to the [SourceDisksFiles・ section for each processor type.
Add a "playnote.dll,,0x80000000" key to the [Files・ section for each processor type.
And then you have to copy the playnote.dll for each processor type to the corresponding setup directory. Finally you have to rebuild the cabinet files with the command line supplied in the Readme.txt file created by the Application Installation Wizard and replace the old files in the CD1 subdirectory.

playnote.zip [3.85 Kb] (Count: 0)