Connecting Tech Pros Worldwide Forums | Help | Site Map

error LNK2001: unresolved external symbol _IID_IDirectDraw7

Izak Pretorius
Guest
 
Posts: n/a
#1: Jul 19 '05
hi All

I'm trying to compile a directdraw7 program,but i keep getting this
error,how do i fix it?

kind regards
Karpob



Demanet Michael
Guest
 
Posts: n/a
#2: Jul 19 '05

re: error LNK2001: unresolved external symbol _IID_IDirectDraw7


Izak Pretorius wrote:[color=blue]
> hi All
>
> I'm trying to compile a directdraw7 program,but i keep getting this
> error,how do i fix it?
>
> kind regards
> Karpob
>
>[/color]
this is not the right newsgroup to post this message
<OT>
you must link your program with the right lib defining your symbol
(ddraw.lib ?)
</OT>

Michaël

Christopher
Guest
 
Posts: n/a
#3: Jul 19 '05

re: error LNK2001: unresolved external symbol _IID_IDirectDraw7



"Izak Pretorius" <Karpob@discoverymail.co.za> wrote in message
news:3f6425d3$0$64722@hades.is.co.za...[color=blue]
> hi All
>
> I'm trying to compile a directdraw7 program,but i keep getting this
> error,how do i fix it?
>
> kind regards
> Karpob
>[/color]

try microsoft.public.win32.programmer.directx.graphics or look in your
documentation for the library which you are using
,
Chris


Closed Thread