Connecting Tech Pros Worldwide Help | Site Map

error LNK2001: unresolved external symbol _IID_IDirectDraw7

  #1  
Old July 19th, 2005, 06:30 PM
Izak Pretorius
Guest
 
Posts: n/a
hi All

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

kind regards
Karpob


  #2  
Old July 19th, 2005, 06:30 PM
Demanet Michael
Guest
 
Posts: n/a

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

  #3  
Old July 19th, 2005, 06:30 PM
Christopher
Guest
 
Posts: n/a

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