Mail Archives: djgpp/2000/11/14/12:35:58
On Mon, 13 Nov 2000, Mike wrote:
> I am installing and using for the first time RHIDE v 1.4 on Windows ME and I
> am having some problems getting my code to run. It compiles OK but I can't
> link it. Is this a ME problem? What must I do to get any program running?
>
> Code saved as myfirst.cpp
>
>
> #include <iostream>
>
> int main()
> {
> cout <<"Hello\n";
> return 0;
> }
>
> error messages are:
> myfirst.o: in fucntion main;
> myfirst.cpp(.text+0X10): multiple definition of main;
> " " first defined here
This doesn't sound like an ME problem, at least not one of those we heard
here until now.
- Raw text -