CompuServe Messages

#loading a dll

    08-Jul-94 18:24:47
Sb: #30206-#loading a dll
Fm: Israel Burman 74214,1656
To: Mary Kirtland [MFCJ] 74017,2743
Hi Mary Thanks for your help. I have a dll that is used both in a C++ application and in a Visual Basic application. I have some differences of behaviour and I think it may be because of the diference on when the dll is loaded. I understood from your answer that in the C++ application the dll will be loaded when the application is loaded. In Visual Basic, as I dont have an import library, will it be loaded only when I call the first function that uses the dll? Thanks Israel