Original Post
i tried to search, but the search feature is down again. My problem is as follows. I correctly installed DirectX 7.a and all that, and i''m able to seamlessly compile the samples. I added all that is needed to my own little project, including both libs, but while compiling i still get the following:
warning C4024: ''DirectDrawCreateEx'' : different types for formal and actual parameter 3
now this can''t actually be true, because i''m using the exact line that all the other samples use (with minor modifications that do not affect the outcome), and they compile seamlessly. can somebody enlighten me on this?
for reference, here''s my line:
DirectDrawCreateEx(NULL, (VOID**)&lpDD, IID_IDirectDraw7, NULL);