Skocz do zawartości

LoadBitmap - problem


Visage

Recommended Posts

Mam liba a w nim bitmapke w resourcach
Tworze aplikacje ktora statycznie dolancza tego liba, kiedy w app uruchamiam to:

HBITMAP hBmp = ::LoadBitmap(m_hInstance, // instancja aplikacji
MAKEINTRESOURCE(IDB_BITMAP));

Dostaje:

hBmp == NULL i GetLastError zwraca (1812 - The specified image file did not contain a resource section. - ERROR_RESOURCE_DATA_NOT_FOUND)

A kiedy uruchamiam tak:

HBITMAP hBmp = ::LoadBitmap(NULL, // zeby sam sobie znalazl
MAKEINTRESOURCE(IDB_BITMAP));

Dostaje:

hBmp == NULL i GetLastError zwraca (1814 - The specified resource name cannot be found in the image file - ERROR_RESOURCE_NAME_NOT_FOUND)

gdzie tkwi moj blad?

Link do komentarza
Udostępnij na innych stronach

  • 2 weeks later...

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Gość
Odpowiedz...

×   Wkleiłeś zawartość bez formatowania.   Usuń formatowanie

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Utwórz nowe...