Re: [AD] trying to make allegro compatible with MFC |
[ Thread Index |
Date Index
| More lists.liballeg.org/allegro-developers Archives
]
Javier González <xaviergonz@xxxxxxxxxx> wrote:
> OK, here is the "version" of winalleg.h that i have made to be compatible
> with
> MFC
yuck! MFC.... why do we want to be able to use MFC with allegro this way?
allegro defines WIN32_LEAN_AND_MEAN which prevents a lot of extra win32
functionality like Lempel Whelch Zew compression etc. to not be linked in. i
think it's a good thing. if you want to use MFC with allegro you could
always create some wrappers for the allegro functions, put them in a .c file
and create a header for it and then link it in to your MFC application... it
sounds like you only want to use a subset of allegro anyway. sorry i guess!
-henrik