Search:

Type: Posts; User: Skynet-systems

Search: Search took 0.01 seconds.

  1. Thanks, got it fixed. Your all so much help, me...

    Thanks, got it fixed. Your all so much help, me loves this site :)
  2. Compiler error, just can't seem to figure it out. [Solved]

    here it is:

    LIBCD.lib(crt0.obj) : error LNK2001: unresolved external symbol _main
    Debug/3D Car.exe : fatal error LNK1120: 1 unresolved externals


    Seems to occur at the end of the compiling...
  3. Thanks, that worked perfectly.

    Thanks, that worked perfectly.
  4. I was wondering , what could be causing this?...

    I was wondering , what could be causing this? DirectX update needed? hrmm.. Ill be experiementing.
  5. Replies
    12
    Views
    1,580

    Hrmm.. that works for me... strange.

    Hrmm.. that works for me... strange.
  6. Replies
    12
    Views
    1,580

    at the end, put cin.get(); , before the bracket...

    at the end, put cin.get(); , before the bracket and return 0 thing that is.
  7. Error, with in my DirectX game engine.

    I've recently been reading a book, and followed instructions(I've learned a lot) on building a framework for several game engines I will have to build on this course(that includes a full 3d one, woah...
  8. Replies
    10
    Views
    2,275

    The code is posted above...... The entire code....

    The code is posted above...... The entire code.
    Here it is again:


    // Ebay Business organizer.cpp : Defines the entry point for the console application.
    //

    #include <fstream> // header files...
  9. Replies
    10
    Views
    2,275

    Hrmm, I don't quite understand whats wrong with...

    Hrmm, I don't quite understand whats wrong with line 50. Im pretty sure im creating the append instance correctly.
  10. Replies
    10
    Views
    2,275

    Well, I did all that you told me too and I have...

    Well, I did all that you told me too and I have even more errors, let me post them. I don't have a book, Im basicly learning off tutorials, I do have a DirectX and game programming book that has...
  11. Replies
    10
    Views
    2,275

    I/O problems.

    I was wondering what Im doin wrong with this code, I keep getting errors like, "error C2297: '>>' : illegal, right operand has type 'float' ".



    // Ebay Business organizer.cpp : Defines the...
  12. Replies
    5
    Views
    3,853

    Ok , well I did all of that, and I still have the...

    Ok , well I did all of that, and I still have the problem. Everything is in correct order. Im using Visual C++ 6.0... just so you know. I was wondering if I could contact you by messenger? Since I do...
  13. Replies
    5
    Views
    3,853

    Ok, I get the message. Its all about manuplating...

    Ok, I get the message. Its all about manuplating the world to view what you want viewed. I would like to see your frame work. I do have a small framework set up and I do have a book on the beginning...
  14. Replies
    5
    Views
    3,853

    Formulas, resources for DirectX?

    Well, I've successfully gone through some tutorials on direct X, after going over some math with a friend that knows trig, and I dont. I've learned some key concepts and opened a door to what I feel...
  15. Replies
    1
    Views
    1,098

    Getting librarys, and d3d to work.

    I've been trying to get header files for d3d to work, I took a tutorial then tryed to compile my project but got errors from certain things, like d3d9.h not existing, etc. I was wondering how I could...
  16. New to direct x, no idea what this means..

    Ok, I saw a code that gives the coordinates to the camera. Here was the code
    #define CAMERA_X 0.0f
    #define CAMERA_Y 4.0f
    #define CAMERA_Z 7.0f


    this I would guess is a type of measurement, I...
Results 1 to 16 of 16