View Single Post
  #6368 (permalink)  
Old 07-28-2009, 07:39 AM
Da_G's Avatar
Da_G
VIP Member
Offline
 
Join Date: Nov 2008
Posts: 127
Reputation: 2325
Da_G is a VIPDa_G is a VIPDa_G is a VIPDa_G is a VIPDa_G is a VIPDa_G is a VIPDa_G is a VIPDa_G is a VIPDa_G is a VIPDa_G is a VIPDa_G is a VIP
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: WM 6.5 Kitchen QVGA and VGA Developer Edition

Re: Many modules in the packages;

As this is a WM 6.5 ROM, this is both normal and expected. One of the big advantages of a native WM 6.5 Kernel is being able to use Slot 60/61 for Modules, freeing up space in slot 0, which is very important to the WM Memory Model

You can easily recmod the modules if you're on a 6.1 nk.exe.

The "not a valid pocket pc app" is a generic error, more than likely there is a .dll import that the package is dependant on, that you have not included in your ROM. (as ankit360 said it's probably a .dll in Manila2D)

I recommend a program like PE Explorer, in this program you can open up an .exe or .dll and view the Imports - if any of these .dlls are missing, the program will not function (as some of its functions are imported from that .dll, so without it, the program is broken)

Simply include the .dll's or the entire package that the .dll's belong to, and it should run fine
__________________
If you find find my ROMs useful and my posts helpful, I would not turn down a Donation
Reply With Quote