❔ FreeImage does not contain a definition for GetBitmap

Every tutorial I find says
C++
Bitmap bitmap = FreeImage.GetBitmap(dib); 

should be a working code. However, in my case GetBitmap is not reconized as a valid function. Is something outdated here? Am I doing something wrong here?
Was this page helpful?