Re: CF app running but not executing

Tech-Archive recommends: Fix windows errors by optimizing your registry



Well then process of elimiantion is the way to go.

1. Build an image that works.
2. Archive ceconfig.h
3. Build a Core image that doesn't
4. Archive ceconfig.h
5. Diff #2 and #4
6. Add one item from the diff in #5 to the core build.
7. Rebuild and test
8. Goto #6 until it works

The alternate is to run depends.exe on the CF binaries to see if you can
determine everything it's expecting. That's a lot more work though, as you
have to verify all entry points of all dependencies.

-Chris


"dice" <dice@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:35A50369-5E89-43FE-A0E9-046985AD88AF@xxxxxxxxxxxxxxxx
> imgdecmp.dll is included and I just tried a new build including "Core OS
> Services->Debugging Tools->Toolhelp API" but to no avail.
>
> Dylan.
>
> "<ctacke/>" wrote:
>
>> Standard SDK is just a collectionm of other catalog components. You're
>> missing something basic. Do you have toolhelp in your image? Imgdecmp?
>>
>> -Chris
>


.