Difference .Net/Win32 with missing libraries?

This forum is meant for questions and discussions about the X# language and tools
User avatar
ArneOrtlinghaus
Posts: 384
Joined: Tue Nov 10, 2015 7:48 am
Location: Italy

Difference .Net/Win32 with missing libraries?

Post by ArneOrtlinghaus »

> And AFAIK the company of Arne has a system to load nearly all DLLs delayed.
Yes, it is still mostly true. Fortunately we could use the advantages of Dotnet. Now more dlls are included in the start exe, as code takes less space in memory. We merged also some smaller dlls to reduce the number of dlls. But nevertheless much code is loaded on demand. Standard usage needs about 20% to 25% of the dlls. All other dll loading depends on the usage of the customer/user. Report windows for example are loaded only randomly and we can see that users use reports much less than years before.

Arne
Post Reply