Re: Anyone using Masm32 with Direct3D?
From: Fabian Schmied (REMOVETHISfabianDOTschmied_at_fhs-hagenbergDOTacDOTat)
Date: 06/19/04
- Next message: Jonathan Wilson: "Re: Anyone using Masm32 with Direct3D?"
- Previous message: Ludas Matyas: "Re: Anyone using Masm32 with Direct3D?"
- In reply to: Ludas Matyas: "Anyone using Masm32 with Direct3D?"
- Next in thread: Jonathan Wilson: "Re: Anyone using Masm32 with Direct3D?"
- Reply: Jonathan Wilson: "Re: Anyone using Masm32 with Direct3D?"
- Messages sorted by: [ date ] [ thread ]
Date: Sat, 19 Jun 2004 10:07:27 +0200
On Thu, 17 Jun 2004 10:49:41 -0700, Ludas Matyas <matyasludas@freemail.hu>
wrote:
> I converted vertices.cpp from the DX SDK Tutorials to assembly. There
> were
> no problems. Until I added the lines of
>
> "matrices.cpp". I discovered that if I use the D3DX... function I get
> this
> error message during linking: cannot open file
>
> "uuid.lib ". It is in the same directory. If I link my program with that
> library I even get more error messages. I included
>
> the needed libraries: d3d9.lib and d3dx9.lib.
>
> What is this library file? There are two types of them on my computer.
> Why
> is it needed? I did not see anything in the
>
> documentation.
uuid.lib comes with the Windows Platform SDK, it contains mostly IIDs of
COM interfaces and classes used with Windows programming. Why exactly D3DX
needs it I don't know.
Fabian
-- Using Opera's revolutionary e-mail client: http://www.opera.com/m2/
- Next message: Jonathan Wilson: "Re: Anyone using Masm32 with Direct3D?"
- Previous message: Ludas Matyas: "Re: Anyone using Masm32 with Direct3D?"
- In reply to: Ludas Matyas: "Anyone using Masm32 with Direct3D?"
- Next in thread: Jonathan Wilson: "Re: Anyone using Masm32 with Direct3D?"
- Reply: Jonathan Wilson: "Re: Anyone using Masm32 with Direct3D?"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|