Hello!

I'd like to use some api functions for reading resources form resource-only DLL that I created in VC++. I can easyly load string, but when I try to load icons, bitmaps and cursors, it stopps. So I'd like someone to help me with loading those icons, bitmaps and crusors from DLL. I tried with functions LoadIcon, LoadBitmap and LoadCursor, but they all retrurn Long and I don't know how can I from this value generate (or retrieve) icon or bitmap or cursor.
I wold be very glad if someone would help me.

Regards
Zvonko