Re: [AD] d3d_disp.c broken? |
[ Thread Index |
Date Index
| More lists.liballeg.org/allegro-developers Archives
]
- To: "Coordination of admins/developers of the game programming library Allegro" <alleg-developers@xxxxxxxxxx>
- Subject: Re: [AD] d3d_disp.c broken?
- From: "Trent Gamblin" <trent@xxxxxxxxxx>
- Date: Sat, 9 Aug 2008 19:17:44 -0600 (MDT)
On Sat, August 9, 2008 6:48 pm, Peter Wang said:
> I'm getting this error, using the headers from
> http://trent.gamblin.ca/dx/
>
> src/win/wnewwin.c: In function
> `_al_win_create_faux_fullscreen_window':
> src/win/wnewwin.c:195: error: `DM_POSITION' undeclared (first use in
> this function)
DM_POSITION is a win32 thing, not DirectX, so maybe you have some
old win32 headers?
> The C++ sounds fine. I'm a little worried about the ABI issues
> though.
I would be happy to do what I can, if I knew what I had to do. None
of the C++ stuff will be exported, does that make a difference?
Trent :{)>