how does windows know where a directory is?

  • Thread starter Thread starter Daniele
  • Start date Start date
D

Daniele

Hello everybody,
I run a dependency walker on my XP Pro workstation and on an XPe
machine. On my xp I can see right-clicking the dll, where it is; in XPe
dependency walker doesn't know where the dll is. How can instruct the
operating system about dll location?

Thank you.

Daniele
 
Hello everybody,
I run a dependency walker on my XP Pro workstation and on an XPe
machine for same application. XP pro depencies are ok, in xpe a dll is
missing.

On my xp I can see, right-clicking on a dll, where it is; in XPe
dependency walker doesn't know where the dll is. How can instruct the
operating system about dll location?

Thank you.

Daniele
 
Create a filter to search on a Component that contains the DLL file. If the
component exists than add it to your configurations. If there is no
component for the DLL, then you will have to add the DLL as a file resource
to a new component or to the application component that requires the DLL.

--
Regards,

Sean Liming
www.sjjmicro.com / www.seanliming.com
Book Author - XP Embedded Advanced, XP Embedded Supplemental Toolkit
 
Sean Liming (MVP) ha scritto:
Create a filter to search on a Component that contains the DLL file. If
the component exists than add it to your configurations. If there is no
component for the DLL, then you will have to add the DLL as a file
resource to a new component or to the application component that
requires the DLL.
The dll is into my component and into the XPe system tree. But it seems
Windows doesn't know its location.
 
Back
Top