Re: Anyone using Masm32 with Direct3D?

Tech-Archive recommends: Repair Windows Errors & Optimize Windows Performance

From: Philip Taylor [ATI] (ptaylor_at_online.newsgroup-poster.ati.com)
Date: 06/17/04

  • Next message: Jack Max: "Discarding pixels by Alpha, Stencil, Depth test"
    Date: Thu, 17 Jun 2004 11:54:42 -0700
    
    

    try dxguid.lib insteadof uuid.lib

    "Ludas Matyas" <matyasludas@freemail.hu> wrote in message
    news:casljs$npe$1@namru.matavnet.hu...
    >
    > 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.
    >
    > Thanks,
    > Ludas
    >
    >
    >


  • Next message: Jack Max: "Discarding pixels by Alpha, Stencil, Depth test"

    Relevant Pages

    • RE: Stop the Debug option from coming up
      ... The Exit sub as suggested by Mike and Stefi fixed the problem. ... On Error GoTo line ... Open "TESTFILE" For Output As #1 ' Open file for output. ... Is there any way I can stop the microsoft error message from coming up? ...
      (microsoft.public.excel.programming)
    • RE: Stop the Debug option from coming up
      ... On Error GoTo line ... Open "TESTFILE" For Output As #1 ' Open file for output. ... Is there any way I can stop the microsoft error message from coming up? ... Dim MyStr1 As String, MyStr2 As String ...
      (microsoft.public.excel.programming)
    • Re: Form problem
      ... OS Error Message #13 "Permission Denied". ... Cannot open file form_result.csv for ... writing. ... >FrontPage Resources, WebCircle, MS KB Quick Links, etc. ...
      (microsoft.public.frontpage.client)
    • Re: Anyone using Masm32 with Direct3D?
      ... > error message during linking: cannot open file ...
      (microsoft.public.win32.programmer.directx.graphics)
    • Re: fatal error LNK1104: cannot open file mfc71.lib
      ... You are trying to link in a .lib file that was compiled under VS.NET 2003. ... matter how many files are in the project, it matters what libraries you are trying to link ... You might also have an explicit path to a library file somewhere. ... I now get this error message when linking: ...
      (microsoft.public.vc.mfc)