Stefan Leichter Stefan.Leichter@camline.com writes:
- HINSTANCE hinst32;
- if (hinst16 == GetModuleHandle16("msvideo.dll"))
hinst32 = GetModuleHandleA("msvfw32.dll");
- else
hinst32 = HINSTANCE_32(GetExePtr( hinst16 ));
This doesn't seem right. Why do you need this?