|
-
January 5th, 2005, 12:19 AM
#1
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!!!
-
January 5th, 2005, 12:43 AM
#2
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.
-
January 5th, 2005, 12:49 AM
#3
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|