Go to previous topic
Go to next topic
Last Post 04 Jun 2010 09:11 AM by  chad.grant
Adding Windows CE Error Reporting
 0 Replies
Author Messages
chad.grant
New Member
New Member
Posts:18


--
04 Jun 2010 09:11 AM
    I have added the "Windows CE Error Reporting" catalog items to our 5.0 i.MX31 OS design. From microsoft (http://msdn.microsoft.com...brary/ms939597.aspx) I see that the value dwNKDrWatsonSize needs to be set in the OEMInit function so that memory will be reserved for error reporting.

    The only problem is that I can't find the source code for OEMInit in the platform code. I hoped that the value would already be set, but when I built the image none of the error reporting features actually work (they gave error messages about no memory being reserved for error reporting).

    Does anyone know how I would go about setting this value in OEMInit?

    Thanks,

    Chad


    ---