Finding DLLs

  • Thread starter Thread starter PJ
  • Start date Start date
P

PJ

I am wondering whether there's a way of searching the 10,000
components of XPE to see which will provide the image (if I include
that component in the build) with a particulary DLL.

The reason is that I've created a working XPE image, operating very
well, and when I try to install a particular application it's
complaining that particular DLLs are missing:

- cdfview.dll
- inetcomm.dll
- mobsync.dll
- msjava.dll
- w32topl.dll.

Can any one Help??

Many Thanks
PJ
 
Hi PJ

Easy way is to find a file is to use the file filter function.
In Target Designer, click on the "Filter Manager".
(right of Filter: "All Component" above catalouge)

- Choose "New" Filter
- Browse down to "Component contains the following file: [filelist]" and
select it
- Click Add rule
- Doupble Click the new rule in the bottom window.
- Enter your filename to search. Click OK
- Click OK
- Click "Apply Rule"


This will list all components with the file.

--

Martin Grossen, eMVP

AVNET EMG Silica
Franchise Manager Microsoft Embedded Europe

Your competent partner for Microsoft Embedded licencing

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
Back
Top