j
k
j a
j l
Hi Paul, Paul Vriens wrote:
+ + dll = LoadLibrary(dllname); + if (!dll) {
I think it would be better to call LoadLibraryEx(dllname, LOAD_LIBRARY_AS_DATA_FILE) here to avoid executing DllMain code. Jacek
Back to the thread
Back to the list