|
|
| Resource bitmap to BITMAP* |
|
mEmO
Member #1,124
March 2001
|
Is it possible? If I make a bitmap in the resource file, like this: ID_MYBITMAP BITMAP "bitmap.bmp" Is it then possible to convert it into an Allegro bitmap? [edit] --------------------------------------------- |
|
23yrold3yrold
Member #1,134
March 2001
|
That's what I would suggest -- |
|
DanielH
Member #934
January 2001
|
In my game mousetrap, that is exactly what I do. Just make sure that you delete all the necessary memory when done. |
|
|