Direct X / Visual C++ linker error
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

