DirectX

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Dabroz

    DirectX

    i was working in djgpp and allegro and all was just great, but when i tried
    to make vc dirx application there's a load of problems: even if i have a
    full source code, i can't compile it with vc6p? what should i do after
    including cpp file with source code? i installed directx source and code
    files.


    --
    - dabroz - [the_dabroz@wp.p l]

    "The emperor is a rotting shell, holding together a long dead empire with
    fetid dreams and lies. Will you listen to them or embrace Chaos?"


  • Thomas Matthews

    #2
    Re: DirectX

    Dabroz wrote:
    [color=blue]
    > i was working in djgpp and allegro and all was just great, but when i tried
    > to make vc dirx application there's a load of problems: even if i have a
    > full source code, i can't compile it with vc6p? what should i do after
    > including cpp file with source code? i installed directx source and code
    > files.
    >
    >
    > --
    > - dabroz - [the_dabroz@wp.p l]
    >
    > "The emperor is a rotting shell, holding together a long dead empire with
    > fetid dreams and lies. Will you listen to them or embrace Chaos?"
    >
    >[/color]

    My crystal ball is not working at the moment. Please move
    closer to the monitor so I can see your program.

    Ahhh, yes. The error is on line 427. It matches the description
    that the compiler produced. Fix it.

    If you want more detailed help, post the following:
    1. The code segment where the error is occurring.
    2. Definition of any custom classes and definitions.
    3. The compiler version and name.
    4. The exact text of the error message.
    5. If the error is not about _standard_ C++, try posting
    to a Microsoft newsgroup.

    --
    Thomas Matthews

    C++ newsgroup welcome message:

    C++ Faq: http://www.parashift.com/c++-faq-lite
    C Faq: http://www.eskimo.com/~scs/c-faq/top.html
    alt.comp.lang.l earn.c-c++ faq:

    Other sites:
    http://www.josuttis.com -- C++ STL Library book

    Comment

    • Kevin Goodsell

      #3
      Re: DirectX

      Dabroz wrote:
      [color=blue]
      > i was working in djgpp and allegro and all was just great, but when i tried
      > to make vc dirx application there's a load of problems: even if i have a
      > full source code, i can't compile it with vc6p? what should i do after
      > including cpp file with source code? i installed directx source and code
      > files.
      >[/color]

      The answer you seek can be found here:



      (second paragraph - begins with "First of all...")

      -Kevin
      --
      My email address is valid, but changes periodically.
      To contact me please use the address from a recent posting.

      Comment

      Working...