Hello PB-Community!
I'm struggling with a problem concerning runtime-linking to a DLL.
Code: FreeLibrary h_MyDll to lResult
In WinXp lResult is > 0. So far OK.
In Win98 I get always lResult = 0.
I checked the %DLL_THREAD_ATTACH inside the Dll.
It's always called correctly in both cases.
Thanks for any help,
Heinz Grandjean
I'm struggling with a problem concerning runtime-linking to a DLL.
Code: FreeLibrary h_MyDll to lResult
In WinXp lResult is > 0. So far OK.
In Win98 I get always lResult = 0.
I checked the %DLL_THREAD_ATTACH inside the Dll.
It's always called correctly in both cases.
Thanks for any help,
Heinz Grandjean
Comment