Forum: C++ Feb 4th, 2007 |
| Replies: 3 Views: 2,871 Thanks, but I actually tried that already, and the .h file mentioned in that thread dosen't work. When I use it, I get these errors:
"'_ASSERTE undeclared"
"'_CRT_WARN' undeclared"
"'_RPTF0'... |
Forum: C++ Feb 4th, 2007 |
| Replies: 3 Views: 2,871 Hi all. I recently downloaded and installed Bloodshed Dev-C++ and have begun going through C++ tutorials and whatnot. I'm very green on the whole C++ thing.
My current problem is that I want... |
Forum: C++ Feb 2nd, 2007 |
| Replies: 6 Views: 4,046 Thanks, Joeprogrammer! That definately cleared up the linker error problem I was having. Do you, in general, need to put ALL relavent .cpp files into a project together before it will work? What... |
Forum: C++ Feb 2nd, 2007 |
| Replies: 6 Views: 4,046 I tried what you asked and got the same error. I placed my 'hello world' file in the same directory that contains the "Serial.h" file and the "Serial.cpp" file. I also made sure that the list of... |
Forum: C++ Feb 2nd, 2007 |
| Replies: 6 Views: 4,046 Hi, I'm very new to C++ and I am getting the following error when I try to compile:
[Linker error] undefined reference to `CSerial::CSerial()'
[Linker error] undefined reference to... |