<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?>
<feed xmlns="http://www.w3.org/2005/Atom">
  <id>http://groups.google.com/group/microsoft.public.windowsce.platbuilder</id>
  <title type="text">microsoft.public.windowsce.platbuilder Google Group</title>
  <subtitle type="text">
  Microsoft Windows CE newsgroup.
  </subtitle>
  <link href="/group/microsoft.public.windowsce.platbuilder/feed/atom_v1_0_msgs.xml" rel="self" title="microsoft.public.windowsce.platbuilder feed"/>
  <updated>2010-01-08T08:05:25Z</updated>
  <generator uri="http://groups.google.com" version="1.99">Google Groups</generator>
  <entry>
  <author>
  <name>Luca Calligaris [eMVP]</name>
  <email>luca.calligaris.nos...@eurotech.com.nospam</email>
  </author>
  <updated>2010-01-08T08:05:25Z</updated>
  <id>http://groups.google.com/group/microsoft.public.windowsce.platbuilder/browse_thread/thread/b10803e945e49d76/746efb6ebd9f778c?show_docid=746efb6ebd9f778c</id>
  <link href="http://groups.google.com/group/microsoft.public.windowsce.platbuilder/browse_thread/thread/b10803e945e49d76/746efb6ebd9f778c?show_docid=746efb6ebd9f778c"/>
  <title type="text">Re: Bootvars</title>
  <summary type="html" xml:space="preserve">
  Check your registry to be sure that the entries related to USB storage (the &lt;br&gt; storage class driver, the host controller driver) are wrapped in ; HIVE BOOT &lt;br&gt; SECTION / ; END HIVE BOOT SECTION
  </summary>
  </entry>
  <entry>
  <author>
  <name>karthik. kubendiran</name>
  <email>karthikkubendi...@discussions.microsoft.com</email>
  </author>
  <updated>2010-01-08T07:07:01Z</updated>
  <id>http://groups.google.com/group/microsoft.public.windowsce.platbuilder/browse_thread/thread/b10803e945e49d76/fc5c9f2d3755c8c6?show_docid=fc5c9f2d3755c8c6</id>
  <link href="http://groups.google.com/group/microsoft.public.windowsce.platbuilder/browse_thread/thread/b10803e945e49d76/fc5c9f2d3755c8c6?show_docid=fc5c9f2d3755c8c6"/>
  <title type="text">Bootvars</title>
  <summary type="html" xml:space="preserve">
  Hi All, &lt;br&gt; When building windows CE 6.0 R3, i am facing a problem that USB storages &lt;br&gt; are not mounted. While debugging it found that When [HKLM\Init\BootVars] &lt;br&gt; Flags is set to 1, USB storages are mounted. But when Flags key set into 3, &lt;br&gt; USB storages are not mounted. &lt;br&gt; We used persistent storage to store hives. So it need to start storage
  </summary>
  </entry>
  <entry>
  <author>
  <name>Bradley Remedios</name>
  <email>bremed...@gmail.com</email>
  </author>
  <updated>2010-01-07T21:57:36Z</updated>
  <id>http://groups.google.com/group/microsoft.public.windowsce.platbuilder/browse_thread/thread/ef82921c984d992d/6b1ad0d457456f6c?show_docid=6b1ad0d457456f6c</id>
  <link href="http://groups.google.com/group/microsoft.public.windowsce.platbuilder/browse_thread/thread/ef82921c984d992d/6b1ad0d457456f6c?show_docid=6b1ad0d457456f6c"/>
  <title type="text">Re: linking a library(dll) to a project file in platform builder environment</title>
  <summary type="html" xml:space="preserve">
  I don&#39;t know the actual answer to this, but I would guess that a .dll &lt;br&gt; is generated in the same way that a static lib or .exe is generated. &lt;br&gt; I would guess that the compiler will have a bunch of intermediate &lt;br&gt; files that get generated from your various source files &lt;br&gt; (.asm, .c, .cpp, ...) and then get linked together at the last stage
  </summary>
  </entry>
  <entry>
  <author>
  <name>cdew4545</name>
  <email>carson...@gmail.com</email>
  </author>
  <updated>2010-01-07T20:24:44Z</updated>
  <id>http://groups.google.com/group/microsoft.public.windowsce.platbuilder/browse_thread/thread/ef82921c984d992d/8a3fcbf8ab012685?show_docid=8a3fcbf8ab012685</id>
  <link href="http://groups.google.com/group/microsoft.public.windowsce.platbuilder/browse_thread/thread/ef82921c984d992d/8a3fcbf8ab012685?show_docid=8a3fcbf8ab012685"/>
  <title type="text">Re: linking a library(dll) to a project file in platform builder environment</title>
  <summary type="html" xml:space="preserve">
  A couple thoughts I&#39;m having.... &lt;br&gt; Code has to come from somewhere. From what I looked up after your &lt;br&gt; comment above, coredll.lib is basically a listing of symbols without &lt;br&gt; code so that linking can occur properly. But coredll.dll has to be &lt;br&gt; compiled from actual code, of which I&#39;m assuming static library .lib
  </summary>
  </entry>
  <entry>
  <author>
  <name>Bradley Remedios</name>
  <email>bremed...@gmail.com</email>
  </author>
  <updated>2010-01-07T19:16:25Z</updated>
  <id>http://groups.google.com/group/microsoft.public.windowsce.platbuilder/browse_thread/thread/ef82921c984d992d/427ece7c2b5de6a2?show_docid=427ece7c2b5de6a2</id>
  <link href="http://groups.google.com/group/microsoft.public.windowsce.platbuilder/browse_thread/thread/ef82921c984d992d/427ece7c2b5de6a2?show_docid=427ece7c2b5de6a2"/>
  <title type="text">Re: linking a library(dll) to a project file in platform builder environment</title>
  <summary type="html" xml:space="preserve">
  I think you need to re-read Bruce&#39;s response, it contains all the &lt;br&gt; proper information to fix your problem. &lt;br&gt; I wouldn&#39;t add coredll.lib to your bootloader as it will try to add it &lt;br&gt; as coredll.dll, think of it as an import library and not as a static &lt;br&gt; library. &lt;br&gt; It seems that you want coredll.dll because you want MmMapIoSpace,
  </summary>
  </entry>
  <entry>
  <author>
  <name>navin</name>
  <email>navin8...@gmail.com</email>
  </author>
  <updated>2010-01-07T18:45:42Z</updated>
  <id>http://groups.google.com/group/microsoft.public.windowsce.platbuilder/browse_thread/thread/ef82921c984d992d/ec287a9d208ef9a3?show_docid=ec287a9d208ef9a3</id>
  <link href="http://groups.google.com/group/microsoft.public.windowsce.platbuilder/browse_thread/thread/ef82921c984d992d/ec287a9d208ef9a3?show_docid=ec287a9d208ef9a3"/>
  <title type="text">Re: linking a library(dll) to a project file in platform builder environment</title>
  <summary type="html" xml:space="preserve">
  i did the following now &lt;br&gt; in the sources file placed inside bootloader directory, i&#39;ve added the &lt;br&gt; following command after TARGETLIBS set of commands, &lt;br&gt; SOURCELIBS= \ &lt;br&gt; $(_COMMONSDKROOT)\lib\$(_CPUIN DPATH)\coredll.lib &lt;br&gt; OUTCOME: &lt;br&gt; i am getting &lt;br&gt; BUILD: [01:0000000674:ERRORE] .\sources.(42) : U1033: syntax error :
  </summary>
  </entry>
  <entry>
  <author>
  <name>navin</name>
  <email>navin8...@gmail.com</email>
  </author>
  <updated>2010-01-07T17:27:03Z</updated>
  <id>http://groups.google.com/group/microsoft.public.windowsce.platbuilder/browse_thread/thread/ef82921c984d992d/046e6a1d8c3813e2?show_docid=046e6a1d8c3813e2</id>
  <link href="http://groups.google.com/group/microsoft.public.windowsce.platbuilder/browse_thread/thread/ef82921c984d992d/046e6a1d8c3813e2?show_docid=046e6a1d8c3813e2"/>
  <title type="text">Re: linking a library(dll) to a project file in platform builder environment</title>
  <summary type="html" xml:space="preserve">
  On Jan 6, 10:48 pm, &amp;quot;Bruce Eitman [eMVP]&amp;quot; &lt;br&gt; Hi, &lt;br&gt; Pls find the below code snippet where i am getting the error. &lt;br&gt; //To print MSC register values - start - nav 05-jan-10 &lt;br&gt; RegPAMEMC.QuadPart = BULVERDE_BASE_REG_PA_MEMC; /*Start addr of &lt;br&gt; Mem Cntrlr*/ &lt;br&gt; pMEMC_Reg = (XLLP_MEMORY_CONTROL_REGISTER_ T *) MmMapIoSpace
  </summary>
  </entry>
  <entry>
  <author>
  <name>AndrewScholan[MCTS]</name>
  <email>a...@plextek.co.uk</email>
  </author>
  <updated>2010-01-07T10:08:46Z</updated>
  <id>http://groups.google.com/group/microsoft.public.windowsce.platbuilder/browse_thread/thread/5db9e114cba2c205/1eec745cc50b2618?show_docid=1eec745cc50b2618</id>
  <link href="http://groups.google.com/group/microsoft.public.windowsce.platbuilder/browse_thread/thread/5db9e114cba2c205/1eec745cc50b2618?show_docid=1eec745cc50b2618"/>
  <title type="text">Re: this would be worst way to do</title>
  <summary type="html" xml:space="preserve">
  Himanshu, Can you please stop changing the subject line when you &lt;br&gt; reply. This is making it very hard to follow the newsgroup thread when &lt;br&gt; you use an RSS feed, which is how many of the regular contributors &lt;br&gt; subscribe. Thanks, Andrew.
  </summary>
  </entry>
  <entry>
  <author>
  <email></email>
  </author>
  <updated>2010-01-07T03:18:12Z</updated>
  <id>http://groups.google.com/group/microsoft.public.windowsce.platbuilder/browse_thread/thread/8bcce711d34e1bb7/5e15940e9f1c7f06?show_docid=5e15940e9f1c7f06</id>
  <link href="http://groups.google.com/group/microsoft.public.windowsce.platbuilder/browse_thread/thread/8bcce711d34e1bb7/5e15940e9f1c7f06?show_docid=5e15940e9f1c7f06"/>
  <title type="text">sadfasd</title>
  <summary type="html" xml:space="preserve">
  23rfwerfwafasdfsadfasfdasf &lt;br&gt; Samsung S3C2440 BSP for CE6 &lt;br&gt; 21-Dec-06 &lt;br&gt; Hi, &lt;br&gt; Where can I get WinCE6.0 BSP for Samsung S3C2440? &lt;br&gt; Any answers are appreciated! &lt;br&gt; Previous Posts In This Thread: &lt;br&gt; On Thursday, December 21, 2006 3:40 AM &lt;br&gt; Samsung S3C2440 BSP for CE6 &lt;br&gt; Hi, &lt;br&gt; Where can I get WinCE6.0 BSP for Samsung S3C2440? &lt;br&gt; Any answers are appreciated!
  </summary>
  </entry>
  <entry>
  <author>
  <email></email>
  </author>
  <updated>2010-01-07T03:16:36Z</updated>
  <id>http://groups.google.com/group/microsoft.public.windowsce.platbuilder/browse_thread/thread/8bcce711d34e1bb7/979180ded52f2d89?show_docid=979180ded52f2d89</id>
  <link href="http://groups.google.com/group/microsoft.public.windowsce.platbuilder/browse_thread/thread/8bcce711d34e1bb7/979180ded52f2d89?show_docid=979180ded52f2d89"/>
  <title type="text">asdfasf</title>
  <summary type="html" xml:space="preserve">
  asdflkjw;ei9kmlks;dioemjg; &lt;br&gt; Samsung S3C2440 BSP for CE6 &lt;br&gt; 21-Dec-06 &lt;br&gt; Hi, &lt;br&gt; Where can I get WinCE6.0 BSP for Samsung S3C2440? &lt;br&gt; Any answers are appreciated! &lt;br&gt; Previous Posts In This Thread: &lt;br&gt; On Thursday, December 21, 2006 3:40 AM &lt;br&gt; Samsung S3C2440 BSP for CE6 &lt;br&gt; Hi, &lt;br&gt; Where can I get WinCE6.0 BSP for Samsung S3C2440? &lt;br&gt; Any answers are appreciated!
  </summary>
  </entry>
  <entry>
  <author>
  <name>Bradley Remedios</name>
  <email>bremed...@gmail.com</email>
  </author>
  <updated>2010-01-07T01:29:43Z</updated>
  <id>http://groups.google.com/group/microsoft.public.windowsce.platbuilder/browse_thread/thread/f8e40cfba73ba0ec/91dca3ffcff0ae68?show_docid=91dca3ffcff0ae68</id>
  <link href="http://groups.google.com/group/microsoft.public.windowsce.platbuilder/browse_thread/thread/f8e40cfba73ba0ec/91dca3ffcff0ae68?show_docid=91dca3ffcff0ae68"/>
  <title type="text">Re: How to avoid dead lock in linking lib files ?</title>
  <summary type="html" xml:space="preserve">
  Not sure if you&#39;ve solved this yet (I just noticed it now.) but I&#39;ve &lt;br&gt; seen people get into this problem when they&#39;ve compiled the library &lt;br&gt; one way and the header another (i.e. one in C other in C++). Often &lt;br&gt; this can be caused by missing an extern &amp;quot;C&amp;quot; around a C function &lt;br&gt; prototype or something similar when being used by C++ code.
  </summary>
  </entry>
  <entry>
  <author>
  <email></email>
  </author>
  <updated>2010-01-06T20:07:15Z</updated>
  <id>http://groups.google.com/group/microsoft.public.windowsce.platbuilder/browse_thread/thread/bba790506f60606e/e73e0acee6045544?show_docid=e73e0acee6045544</id>
  <link href="http://groups.google.com/group/microsoft.public.windowsce.platbuilder/browse_thread/thread/bba790506f60606e/e73e0acee6045544?show_docid=e73e0acee6045544"/>
  <title type="text">RTC 2016 bug fix</title>
  <summary type="html" xml:space="preserve">
  The issue is that when you read the RTC at the top of the minute (Seconds are :00) the year reads 2016. &lt;br&gt; Also in 2011 it will read 2017 etc &lt;br&gt; What we also discovered is that in 2020 it will read 2032. &lt;br&gt; So it appears there is a x16 and not a x10 on the second digit of the year. &lt;br&gt; Again this only happens when your application software calls the RTC when the seconds are :00 with all other seconds (01 to 59)
  </summary>
  </entry>
  <entry>
  <author>
  <name>Bruce Eitman [eMVP]</name>
  <email>bruce.eitman.nos...@eurotech.com.nospam</email>
  </author>
  <updated>2010-01-06T17:48:22Z</updated>
  <id>http://groups.google.com/group/microsoft.public.windowsce.platbuilder/browse_thread/thread/ef82921c984d992d/91021d8616432050?show_docid=91021d8616432050</id>
  <link href="http://groups.google.com/group/microsoft.public.windowsce.platbuilder/browse_thread/thread/ef82921c984d992d/91021d8616432050?show_docid=91021d8616432050"/>
  <title type="text">Re: linking a library(dll) to a project file in platform builder environment</title>
  <summary type="html" xml:space="preserve">
  Hang on here. You can&#39;t use DLLs from the bootloader. That would require &lt;br&gt; OS support which you don&#39;t have in a bootloader. You also can call &lt;br&gt; MmMapIoSpace() from the bootloader, instead you need to map the addresses &lt;br&gt; using OEMAddressTable.
  </summary>
  </entry>
  <entry>
  <author>
  <name>ydlu</name>
  <email>yudian...@gmail.com</email>
  </author>
  <updated>2010-01-06T17:36:28Z</updated>
  <id>http://groups.google.com/group/microsoft.public.windowsce.platbuilder/browse_thread/thread/8de3d6f94b8fd516/9b3ecd18c70c9875?show_docid=9b3ecd18c70c9875</id>
  <link href="http://groups.google.com/group/microsoft.public.windowsce.platbuilder/browse_thread/thread/8de3d6f94b8fd516/9b3ecd18c70c9875?show_docid=9b3ecd18c70c9875"/>
  <title type="text">Re: MFC DLLs in Windows CE 6.0?</title>
  <summary type="html" xml:space="preserve">
  I got it. &lt;br&gt; the MFC dlls under: $(BINDIR)\$(ARCHFAM) directory. &lt;br&gt; Thanks
  </summary>
  </entry>
  <entry>
  <author>
  <email></email>
  </author>
  <updated>2010-01-06T17:28:13Z</updated>
  <id>http://groups.google.com/group/microsoft.public.windowsce.platbuilder/browse_thread/thread/5db9e114cba2c205/454758e4e829c80b?show_docid=454758e4e829c80b</id>
  <link href="http://groups.google.com/group/microsoft.public.windowsce.platbuilder/browse_thread/thread/5db9e114cba2c205/454758e4e829c80b?show_docid=454758e4e829c80b"/>
  <title type="text">that doesn&#39;t work</title>
  <summary type="html" xml:space="preserve">
  I have already tried multiple times and the build just fails during makeimg because as OS image already have the set of contents I am trying to overwrite. &lt;br&gt; Re: How to overwrite project.bib files in platform.bib &lt;br&gt; 12-Sep-08 &lt;br&gt; Himanshu Lakdawala wrote in &lt;br&gt; Add an IFNDEF statement around the part of platform.bib that you need
  </summary>
  </entry>
</feed>
