Preload Shared Libraries in Windows
Posted: Fri Oct 23, 2009 7:58 pm
So I was thinking, there are a few programs that I use that launch significantly faster the second time I run them. I'm pretty sure this is because the shared libraries are already loaded into windows, right? Is there a tool that allows me to preload selected libraries whenever I want and is there a program that tells me what libraries are currently loaded? Also, if a program could be written in C (or c++) to manually figure this out, any tips on where to start looking would be greatly appreciated it. I think I have an inkling on how to do it in a unix system but windows is a strange beast to me.
Thanks
Thanks