LoadLibrary16 etc.

Hi!

I have to use dll library in my project. But I can not even load using it LoadLibrary(). I have suspicion that my dll is 16-bit (because I can load it under Windows 98 using LoadLibrary16() and I can not load it under 2000).

How can I find out whether dll is 16-bit or 32-bit?

The second question: LoadLibrary16() returned normal handle, but GetProcAddress16 returned NULL. What does it mean and how can I make it return not NULL?

Best regards,
Yura.
[494 byte] By [YuraSV] at [2007-11-18 3:49:01]