Search found 1 match

by Loginanton
Sat Nov 21, 2009 4:15 am
Forum: GFL SDK
Topic: gflLoadBitmap return error
Replies: 1
Views: 1872

gflLoadBitmap return error

Hi. Function gflLoadBitmap return GFL_ERROR_FILE_OPEN. Please help me find error. Code:
main.cpp: #include <windows.h>
#include "libgfl.h"
#include "libgfle.h"
#include "main.h"
/* глобальные переменные */
HINSTANCE h; // хендл программы
HWND hw; // хендл главного окна программы
GFL_BITMAP *img ...