Welcome to MSDN Blogs Sign in | Join | Help

November 2004 - Posts

What’s the load behavior of dlls that we PInvoke into anyway? The libraries that are pinvoked are loaded when the 1 st call to that function is made. The module will stay loaded in memory until the AppDomain shuts down. Typically this means that the dll Read More...
If you are using interop to call into a VB6 ActiveX dll or exe and you need to debug your VB6 project you may find yourself having both VS.NET and the VB6 IDE open. This can certainly be far from efficient. Typically you set your VB6 project to “Wait Read More...
7 Comments
Filed under:
 
Page view tracker