Direct X / Visual C++ linker error

Hi, I thought I had resolved my linker problems, but now I am getting
messages like the following:

demo8_12.obj : error LNK2001: unresolved external symbol "struct
IDirectDrawClipper * lpddclipper" (?lpddclipper@@3PAUIDirectDrawClipper@@A)
demo8_12.obj : error LNK2001: unresolved external symbol "struct
IDirectDrawClipper * __cdecl DDraw_Attach_Clipper(struct IDirectDrawSurface4
*,int,struct tagRECT *)"
(?DDraw_Attach_Clipper@@YAPAUIDirectDrawClipper@@PAUIDirectDrawSurface4@@HPA
UtagRE
CT@@@Z)

... and it carries on.

When I previously had linker errors it would tell me which .lib file it was
missing. Anybody got any clues for me? I am using Microsoft Visual Studio /
Visual C++

Thanks for your help,
Santos

[1281 byte] By [SantosRaphael] at [2007-12-16]
# 1
Hi Santos,

These errors basically mean that one of you object files has reference to this struct and function. You need to find where these struct and function are defined. Perhaps DirectX folks on newsgroups msdn.microsoft.com/newsgroups may help you finding this faster then readers of this forum.

Thanks,
Nikola
VC++

NikolaDudar at 2007-9-9 > top of Msdn Tech,Visual C++,Visual C++ Language...