Unneccessary DLLs loaded
by Andy Wang · in Torque 3D Professional · 04/27/2010 (12:29 pm) · 0 replies
I'm currently working on a project using the Torque3D engine, and our load times right now from startup are a little long. Upon further inspection, it seems that a lot of this can be attributed to the loading of many many extraneous DLLs, most of which are totally unneeded, and some that are loaded and then immediately unloaded. Some of these DLLs are things like msvcrt.dll, le32.dll, oleaut32.dll...The list of DLLs this thing is loading is almost two pages long. Anyone know where its loading these in and how I can stop it?