Hi there, thank you very much for your help! You've led me to the right path. The LoadLibrary etc. is alright, the problem was the external resource DLL in conjunction with a custom control. I have to register the window class of the control with the WNDCLASS-structure. One element of this is the hInst, which most of the controls (Grid, BitmapViewer etc.) fill with AfxGetInstanceHandle(), which is okay in most cases. But: here I needed AfxGetResourceHandle(), as I have to register the control with the resource DLL!!! I still don't know why it worked with NT, but... Greetings, Martin :-)))))