Using Dev-C++ 4.9.9.2.
Learning C++ from a book. Created a .rc file that holds a function. I put
a function prototype in the main.cpp.
When i compile it, it creates a new tab with an #include to the .rc file &
says not to edit it, but it wont compile.
Error says: cstdlib: no such file or directory
I cant find info in the help files.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Using Dev-C++ 4.9.9.2.
Learning C++ from a book. Created a .rc file that holds a function. I put
a function prototype in the main.cpp.
When i compile it, it creates a new tab with an #include to the .rc file &
says not to edit it, but it wont compile.
Error says: cstdlib: no such file or directory
I cant find info in the help files.
Tried a diff prog and took the function and put into .rc file.
I get: Error. Could not create Makefile: "c:\Dev-cpp\Makefile.win" I/O error
32
Then in Compiler lines it says: _ No rule to make target `all". Stop_.
Theres no `all" in my prog.
Is this really a linker error?