سؤال

I want to load the following libraries.

librariesmozcrt19.dll
nspr4.dll
plc4.dll
plds4.dll
mozsqlite3.dll
nssutil3.dll
softokn3.dll
nss3.dll

I know the single library can be loaded as

HMODULE hDLL=LoadLibrary(pDLLName);

But I'm not getting how load multiple libraries.

هل كانت مفيدة؟

المحلول

Call LoadLibrary for each library in turn. There is no "bulk load" API.

مرخصة بموجب: CC-BY-SA مع الإسناد
لا تنتمي إلى StackOverflow
scroll top