CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    Nov 2004
    Posts
    12

    Angry Dev C++ Linking/advice

    I do not know what I am doing wrong so I need some advice. I have about a thousand lines of code that I have done and my program was working. I added some advancement code to my rpg. I tried to recompile it in Dev C++ 4.9.9.0 and it is not working. I says the file #include <Hero_Class.h> does not exist. How can I fix this and should I dump this compiler and install my visual c++ compiler.
    THANKS!!!
    A computer is a world of exploration!!!

  2. #2
    Ejaz's Avatar
    Ejaz is offline Elite Member Power Poster
    Join Date
    Jul 2002
    Location
    Lahore, Pakistan
    Posts
    4,211

    Re: Dev C++ Linking/advice

    Well, I haven't worked with Dev C++ compiler, but I think that you should verify the path and existance of the file. If the respective file exsist at the correct path, then you shouldn't be having this error.

  3. #3
    Join Date
    Nov 2004
    Posts
    12

    Unhappy Re: Dev C++ Linking/advice

    Well Dev C++ is an IDE compiler and it was working for the most part. When I added a little more code it wasn't linked anymore for some reason. The path has nothing to do with it for sure I know because the program was actually running to begin with.
    A computer is a world of exploration!!!

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured