Adding taskmanager

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi,

recently I added taskmanager (taskmgr.exe) and one missing dll to my image.
Taskmanager worked properly. The exe and the dll brought 1MB extra of size
to the image.
After that I added taskmanager to my TD project. TD added 10MB of
dependencies to the image. What is the reason for the 10MB extra dependencies
although it works by just adding of the exe and then needed dlls?
 
Musketier,

You didn't test Task Manager in all the cases, did you? E.g., did you test the performance and networking tabs of the task manager?
Did they work fine?
Did you try to go to File-->New Task-->Browse? Does it show the dialog?

IIRC, the above are just static dependencies so those are likely in your image already. But how about the "Dos Windows on Windows
Support" component? The taskmgr.exe only depends explicitly on vdmdbg.dll (part of the Dos support on Windows, but to get the NTVDM
working and shown properly in the list of tasks you may need to bring that entire heavy component in.

What specifically dependencies of Task Manager component your image is currently missing that wasn't required in your binary test?
 
Back
Top