<?xml version='1.0' encoding='UTF-8'?><?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?><feed xmlns='http://www.w3.org/2005/Atom' xmlns:openSearch='http://a9.com/-/spec/opensearchrss/1.0/' xmlns:georss='http://www.georss.org/georss' xmlns:gd='http://schemas.google.com/g/2005' xmlns:thr='http://purl.org/syndication/thread/1.0'><id>tag:blogger.com,1999:blog-856409148481613463</id><updated>2012-02-16T06:24:57.769-08:00</updated><category term='Hints'/><category term='Welcome'/><category term='Books'/><title type='text'>Windows CE</title><subtitle type='html'></subtitle><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://senthilraj-wince.blogspot.com/feeds/posts/default'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/856409148481613463/posts/default?max-results=100'/><link rel='alternate' type='text/html' href='http://senthilraj-wince.blogspot.com/'/><link rel='hub' href='http://pubsubhubbub.appspot.com/'/><author><name>SenthilRaj</name><uri>http://www.blogger.com/profile/10943299415430972065</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://3.bp.blogspot.com/_UzhR-IcPIG4/TOKHCtog7sI/AAAAAAAAAAQ/DS2fCep2mmQ/S220/17102010192.jpg'/></author><generator version='7.00' uri='http://www.blogger.com'>Blogger</generator><openSearch:totalResults>5</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>100</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-856409148481613463.post-4670992834780546389</id><published>2011-06-27T07:04:00.000-07:00</published><updated>2011-06-27T07:04:28.657-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Hints'/><title type='text'>How to clone the KBDHID client driver into your platform</title><content type='html'>&lt;div dir="ltr" style="text-align: left;" trbidi="on"&gt;1. Create a folder for the MyKbdHid under the following directory"&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; _PLATFORMROOT\MyPlatform\src\drivers\.&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;br /&gt;2. Copy all files from _PUBLICROOT\Common\Oak\Drivers\USB\class\hid\clients\KBDHID.&lt;br /&gt;&lt;br /&gt;3. Rename mouhid.def to MyKbdHid.def.&lt;br /&gt;&lt;br /&gt;4. Find the following line of code:&lt;br /&gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; TARGETNAME=KBDHID&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;br /&gt;&amp;nbsp;&amp;nbsp; Change the above line of code to the following:&lt;br /&gt;&amp;nbsp;&amp;nbsp; &lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; TARGETNAME=MyKbdHid&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;br /&gt;5. Find the following line of code:&lt;br /&gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; TARGETTYPE=LIBRARY&lt;br /&gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp; Change the above line to the following:&lt;br /&gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; TARGETTYPE=DYNLINK&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;br /&gt;6. Change the build target type from generating a library file to generating a DLL file.&lt;br /&gt;&lt;br /&gt;7. Find the following line of code:&lt;br /&gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; TARGETDEFNAME=KBDHID&lt;br /&gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp; Change the above line of code to&lt;br /&gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; TARGETDEFNAME=MyKbdHid&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;br /&gt;8. Add the following line of code near the beginning of the file:&lt;br /&gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; RELEASETYPE=PLATFORM&lt;br /&gt;&lt;br /&gt;9. Find the following line of code:&lt;br /&gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; WINCETARGETFILE0=$(_COMMONOAKROOT)\lib\$(_CPUINDPATH)\$(TARGETDEFNAME).def&lt;br /&gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp; Change the above line of code to&lt;br /&gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; WINCETARGETFILE0=$(_TARGETPLATROOT)\lib\$(_CPUINDPATH)\$(TARGETDEFNAME).def&lt;br /&gt;&lt;br /&gt;11. Add the following TARGETLIBS entries after the SOURCELIBS line:&lt;br /&gt;&lt;br /&gt;TARGETLIBS=\&lt;br /&gt;$(_WINCEROOT)\OSDesigns\YOUR_OSDESIGN\YOUR_OSDESIGN\Wince600\YOUR_PLATFORM_x86\cesysgen\sdk\lib\x86\debug\Coredll.lib \&lt;br /&gt;$(_WINCEROOT)\OSDesigns\YOUR_OSDESIGN\Wince600\YOUR_PLATFORM_x86\cesysgen\sdk\lib\x86\debug\Ceddk.lib \&lt;br /&gt;$(_WINCEROOT)\public\common\oak\lib\x86\debug\hidparse_lib.lib \&lt;br /&gt;$(_SYSGENSDKROOT)\lib\$(_CPUINDPATH)\ddguid.lib \&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;br /&gt;With the above modifications to the Sources file, the cloned MyKbdHid driver source code can be&lt;br /&gt;compiled to generate the mymouhid.dll binary in the build release directory.&lt;br /&gt;&lt;br /&gt;12. Add the below lines in platform.reg&lt;br /&gt;&lt;br /&gt;&lt;span style="color: blue; font-size: x-small;"&gt;&lt;span style="color: blue; font-size: x-small;"&gt;&lt;span style="font-family: Verdana, sans-serif;"&gt;;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family: Verdana, sans-serif;"&gt;&lt;span style="font-size: x-small;"&gt; &lt;/span&gt;&lt;span style="color: blue; font-size: x-small;"&gt;&lt;span style="color: blue; font-size: x-small;"&gt;@CESYSGEN&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size: x-small;"&gt; &lt;/span&gt;&lt;span style="color: blue; font-size: x-small;"&gt;&lt;span style="color: blue; font-size: x-small;"&gt;IF&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size: x-small;"&gt; &lt;/span&gt;&lt;b&gt;&lt;span style="color: maroon; font-size: x-small;"&gt;&lt;span style="color: maroon; font-size: x-small;"&gt;CE_MODULES_KBDHID&lt;/span&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;span style="font-size: x-small;"&gt;&lt;span style="font-family: Verdana, sans-serif;"&gt;[HKEY_LOCAL_MACHINE\Drivers\HID\LoadClients\Default\Default\1_6\Keyboard]&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family: Verdana, sans-serif;"&gt;"DLL"="MYKBDHID.DLL"&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family: Verdana, sans-serif;"&gt;[HKEY_LOCAL_MACHINE\Drivers\HID\ClientDrivers\Keyboard]&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family: Verdana, sans-serif;"&gt;"DLL"="MYKBDHID.DLL"&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family: Verdana, sans-serif;"&gt;"Prefix"="KBD"&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family: Verdana, sans-serif;"&gt;"IClass"="{CBE6DDF2-F5D4-4e16-9F61-4CCC0B6695F3}"&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family: Verdana, sans-serif;"&gt;"RemoteWakeup"=dword:1&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family: Verdana, sans-serif;"&gt;"Flags"=dword:00010000&lt;/span&gt;&lt;/span&gt;&lt;span style="color: blue; font-size: x-small;"&gt;&lt;span style="color: blue; font-size: x-small;"&gt;&lt;span style="font-family: Verdana, sans-serif;"&gt;;&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;13. Add the below lines in platform.reg&lt;br /&gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; mykbdhid.DLL&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; $(_FLATRELEASEDIR)\mykbdhid.DLL&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; NK SHK&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family: Verdana, sans-serif;"&gt;&lt;span style="font-size: x-small;"&gt; &lt;/span&gt;&lt;span style="color: blue; font-size: x-small;"&gt;&lt;span style="color: blue; font-size: x-small;"&gt;@CESYSGEN&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size: x-small;"&gt; &lt;/span&gt;&lt;span style="color: blue; font-size: x-small;"&gt;&lt;span style="color: blue; font-size: x-small;"&gt;ENDIF&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size: x-small;"&gt;&lt;span style="font-family: Verdana, sans-serif;"&gt; CE_MODULES_KBDHID&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&amp;nbsp;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/856409148481613463-4670992834780546389?l=senthilraj-wince.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://senthilraj-wince.blogspot.com/feeds/4670992834780546389/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://senthilraj-wince.blogspot.com/2011/06/how-to-clone-kbdhid-client-driver-into.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/856409148481613463/posts/default/4670992834780546389'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/856409148481613463/posts/default/4670992834780546389'/><link rel='alternate' type='text/html' href='http://senthilraj-wince.blogspot.com/2011/06/how-to-clone-kbdhid-client-driver-into.html' title='How to clone the KBDHID client driver into your platform'/><author><name>SenthilRaj</name><uri>http://www.blogger.com/profile/10943299415430972065</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://3.bp.blogspot.com/_UzhR-IcPIG4/TOKHCtog7sI/AAAAAAAAAAQ/DS2fCep2mmQ/S220/17102010192.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-856409148481613463.post-2344039603890578906</id><published>2011-06-07T05:55:00.001-07:00</published><updated>2011-06-07T05:56:13.003-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Hints'/><title type='text'>How to clone the MOUHID client driver into your platform</title><content type='html'>&lt;div dir="ltr" style="text-align: left;" trbidi="on"&gt;1. Create a folder for the MyMouHid under the following directory"&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; _PLATFORMROOT\MyPlatform\src\drivers\.&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;br /&gt;2. Copy all files from _PUBLICROOT\Common\Oak\Drivers\USB\class\hid\clients\MOUHID.&lt;br /&gt;&lt;br /&gt;3. Rename mouhid.def to MyMouHid.def.&lt;br /&gt;&lt;br /&gt;4. Find the following line of code:&lt;br /&gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; TARGETNAME=MOUHIDBASE&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;br /&gt;&amp;nbsp;&amp;nbsp; Change the above line of code to the following:&lt;br /&gt;&amp;nbsp;&amp;nbsp; &lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; TARGETNAME=MyMouHid&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;br /&gt;5. Find the following line of code:&lt;br /&gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; TARGETTYPE=LIBRARY&lt;br /&gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp; Change the above line to the following:&lt;br /&gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; TARGETTYPE=DYNLINK&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;br /&gt;6. Change the build target type from generating a library file to generating a DLL file.&lt;br /&gt;&lt;br /&gt;7. Find the following line of code:&lt;br /&gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; TARGETDEFNAME=MOUHID&lt;br /&gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp; Change the above line of code to&lt;br /&gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; TARGETDEFNAME=MyMouHid&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;br /&gt;8. Add the following line of code near the beginning of the file:&lt;br /&gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; RELEASETYPE=PLATFORM&lt;br /&gt;&lt;br /&gt;9. Find the following line of code:&lt;br /&gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; WINCETARGETFILE0=$(_COMMONOAKROOT)\lib\$(_CPUINDPATH)\$(TARGETDEFNAME).def&lt;br /&gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp; Change the above line of code to&lt;br /&gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; WINCETARGETFILE0=$(_TARGETPLATROOT)\lib\$(_CPUINDPATH)\$(TARGETDEFNAME).def&lt;br /&gt;&lt;br /&gt;11. Add the following TARGETLIBS entries after the SOURCELIBS line:&lt;br /&gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; TARGETLIBS=\&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; $(_COMMONSDKROOT)\lib\$(_CPUINDPATH)\Coredll.lib \&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; $(_COMMONSDKROOT)\lib\$(_CPUINDPATH)\Ceddk.lib \&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; $(_SYSGENSDKROOT)\lib\$(_CPUINDPATH)\ddguid.lib \&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; $(_WINCEROOT)\public\common\oak\lib\x86\debug\hidparse_lib.lib \&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; $(_WINCEROOT)\public\common\oak\lib\x86\debug\MouHidStd.lib \&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;br /&gt;With the above modifications to the Sources file, the cloned MyMouHid driver source code can be&lt;br /&gt;compiled to generate the mymouhid.dll binary in the build release directory.&lt;br /&gt;&lt;br /&gt;12. Add the below lines in platform.reg&lt;br /&gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ; @CESYSGEN IF CE_MODULES_MOUHID&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; [HKEY_LOCAL_MACHINE\Drivers\HID\LoadClients\Default\Default\1_2\Mouse]&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp; "DLL"="mymouhid.DLL"&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp; "RemoteWakeup"=dword:1&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ; @CESYSGEN ENDIF CE_MODULES_MOUHID&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;13. Add the below lines in platform.reg&lt;br /&gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; mymouhid.DLL&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; $(_FLATRELEASEDIR)\mymouhid.DLL&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; NK SHK&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/856409148481613463-2344039603890578906?l=senthilraj-wince.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://senthilraj-wince.blogspot.com/feeds/2344039603890578906/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://senthilraj-wince.blogspot.com/2011/06/how-to-clone-mouhid-client-driver-into.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/856409148481613463/posts/default/2344039603890578906'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/856409148481613463/posts/default/2344039603890578906'/><link rel='alternate' type='text/html' href='http://senthilraj-wince.blogspot.com/2011/06/how-to-clone-mouhid-client-driver-into.html' title='How to clone the MOUHID client driver into your platform'/><author><name>SenthilRaj</name><uri>http://www.blogger.com/profile/10943299415430972065</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://3.bp.blogspot.com/_UzhR-IcPIG4/TOKHCtog7sI/AAAAAAAAAAQ/DS2fCep2mmQ/S220/17102010192.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-856409148481613463.post-4292982840199390024</id><published>2011-04-08T01:06:00.000-07:00</published><updated>2011-04-08T01:06:30.780-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Books'/><title type='text'>Books to sharp your wince Knowledge</title><content type='html'>&lt;div dir="ltr" style="text-align: left;" trbidi="on"&gt;&lt;b&gt;&lt;span style="color: blue;"&gt;1. CE Exam 70-571 PrepKit eBook&lt;/span&gt;&lt;br style="color: blue;" /&gt;&lt;span style="color: blue;"&gt;2. Professional Windows Embedded CE 6.0 by &lt;i&gt;Samuel Phung&lt;/i&gt;.&lt;/span&gt;&lt;br style="color: blue;" /&gt;&lt;span style="color: blue;"&gt;3. windows Embedded CE6.0 Fundamentals by &lt;i&gt;Stanislav Pavlov &amp;amp; Pavel Belevsky&lt;/i&gt;.&lt;/span&gt;&lt;/b&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/856409148481613463-4292982840199390024?l=senthilraj-wince.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://senthilraj-wince.blogspot.com/feeds/4292982840199390024/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://senthilraj-wince.blogspot.com/2011/04/books-to-sharp-your-wince-knowledge.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/856409148481613463/posts/default/4292982840199390024'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/856409148481613463/posts/default/4292982840199390024'/><link rel='alternate' type='text/html' href='http://senthilraj-wince.blogspot.com/2011/04/books-to-sharp-your-wince-knowledge.html' title='Books to sharp your wince Knowledge'/><author><name>SenthilRaj</name><uri>http://www.blogger.com/profile/10943299415430972065</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://3.bp.blogspot.com/_UzhR-IcPIG4/TOKHCtog7sI/AAAAAAAAAAQ/DS2fCep2mmQ/S220/17102010192.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-856409148481613463.post-2529532417234025949</id><published>2011-04-08T00:49:00.000-07:00</published><updated>2011-04-08T00:49:58.821-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Hints'/><title type='text'>Support for .CAB Installer in WinCE image</title><content type='html'>&lt;div dir="ltr" style="text-align: left;" trbidi="on"&gt;&lt;b&gt;To support .cab installer:&lt;/b&gt;&lt;br /&gt;&lt;br /&gt;&lt;b&gt;1. Open Catalog Items view (&lt;i&gt;view-&amp;gt;other windows-&amp;gt;Catalog Items View&lt;/i&gt;).&lt;br /&gt;2. Select "&lt;i&gt;Core OS -&amp;gt; Applications - End User -&amp;gt; CAB File Installer/Uninstaller&lt;/i&gt;".&lt;br /&gt;3. give &lt;i&gt;Build-&amp;gt; clean sysgen&lt;/i&gt;.&lt;/b&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/856409148481613463-2529532417234025949?l=senthilraj-wince.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://senthilraj-wince.blogspot.com/feeds/2529532417234025949/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://senthilraj-wince.blogspot.com/2011/04/support-for-cab-installer-in-wince.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/856409148481613463/posts/default/2529532417234025949'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/856409148481613463/posts/default/2529532417234025949'/><link rel='alternate' type='text/html' href='http://senthilraj-wince.blogspot.com/2011/04/support-for-cab-installer-in-wince.html' title='Support for .CAB Installer in WinCE image'/><author><name>SenthilRaj</name><uri>http://www.blogger.com/profile/10943299415430972065</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://3.bp.blogspot.com/_UzhR-IcPIG4/TOKHCtog7sI/AAAAAAAAAAQ/DS2fCep2mmQ/S220/17102010192.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-856409148481613463.post-8892713996463092715</id><published>2011-01-29T01:34:00.000-08:00</published><updated>2011-01-29T01:41:37.615-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Welcome'/><title type='text'>Welcome to WinCE world !!!</title><content type='html'>&lt;div dir="ltr" style="text-align: left;" trbidi="on"&gt;&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://4.bp.blogspot.com/_UzhR-IcPIG4/TUPe2gEa1OI/AAAAAAAAACU/Tgj0D7q6VqE/s1600/images.jpg" imageanchor="1" style="clear: left; float: left; margin-bottom: 1em; margin-right: 1em;"&gt;&lt;img border="0" height="152" src="http://4.bp.blogspot.com/_UzhR-IcPIG4/TUPe2gEa1OI/AAAAAAAAACU/Tgj0D7q6VqE/s200/images.jpg" width="200" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;div style="font-family: Times,&amp;quot;Times New Roman&amp;quot;,serif;"&gt;&lt;span style="font-size: large;"&gt;Hi Pals and Gals,&lt;/span&gt;&lt;/div&gt;&lt;br /&gt;&lt;div style="font-family: Times,&amp;quot;Times New Roman&amp;quot;,serif;"&gt;&lt;span style="font-size: large;"&gt;This Blog shows the b-e-a-utiful way to learn WinCE and gives a lot of tricks and tips for your future troubleshooting. The main source to learn WinCE is the great unbeatable __GOOGLE__ site. In google, you can find a tons and tons of resources to learn WinCE. But this site saves your most valuable time by listing out the important things in a single blog.&lt;/span&gt;&lt;/div&gt;&lt;div style="font-family: Times,&amp;quot;Times New Roman&amp;quot;,serif;"&gt;&lt;span style="font-size: large;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;&lt;div style="font-family: Times,&amp;quot;Times New Roman&amp;quot;,serif;"&gt;&lt;span style="font-size: large;"&gt;I hope, this blog should help the developers who are all willing to learn and improve WinCE knowledge.&lt;/span&gt;&lt;/div&gt;&lt;div style="font-family: Times,&amp;quot;Times New Roman&amp;quot;,serif;"&gt;&lt;span style="font-size: large;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;&lt;div style="font-family: Times,&amp;quot;Times New Roman&amp;quot;,serif;"&gt;&lt;span style="font-size: large;"&gt;All the best !!!&lt;/span&gt;&lt;/div&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/856409148481613463-8892713996463092715?l=senthilraj-wince.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://senthilraj-wince.blogspot.com/feeds/8892713996463092715/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://senthilraj-wince.blogspot.com/2011/01/welcome-to-wince-world.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/856409148481613463/posts/default/8892713996463092715'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/856409148481613463/posts/default/8892713996463092715'/><link rel='alternate' type='text/html' href='http://senthilraj-wince.blogspot.com/2011/01/welcome-to-wince-world.html' title='Welcome to WinCE world !!!'/><author><name>SenthilRaj</name><uri>http://www.blogger.com/profile/10943299415430972065</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://3.bp.blogspot.com/_UzhR-IcPIG4/TOKHCtog7sI/AAAAAAAAAAQ/DS2fCep2mmQ/S220/17102010192.jpg'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://4.bp.blogspot.com/_UzhR-IcPIG4/TUPe2gEa1OI/AAAAAAAAACU/Tgj0D7q6VqE/s72-c/images.jpg' height='72' width='72'/><thr:total>0</thr:total></entry></feed>
