Hi!

I have a problem loading an image from a file for program icon.

This is the code
Code:
 wndClass.hIcon = LoadIcon(hInstance, ".\\DATA\\GRAPHICS\\plus.ico");
What's the problem?