Original Post
hi everybody,
i''m actually trying to use direct draw ( using the DX 8.0 SKD ) but i''ve got a problem on this line :
DirectDrawCreateEx( NULL, &lpdd7, IID_IDirectDraw7, NULL );
i''m getting these errors :
C:\temp\Taquin_Step2\taquin.c(73) : error C2115: ''function'' : incompatible types
C:\temp\Taquin_Step2\taquin.c(73) : warning C4024: ''DirectDrawCreateEx'' : different types for formal and actual parameter 3
if somebody can help
----
Gouky