Reaperman93010
Member
- Joined
- Dec 7, 2005
- Messages
- 242
all right, I'm still a clueless retard, but I think I'm 80% of the way to something useful and am giving it fair effort.
I followed the instructions on the wiki, got myself a little hung up on where the mouse had to be when I went into project properties, but I survived B)
I haven't added any libs, since my thought is that I shouldn't need them yet (do I?). all I want to compile is this:
I wonder if that can even be displayed on the 2x. but anyway, it chucks out a couple warnings one about an antiquated header and another about no 'newline at end of file' but seems to suck it up and continue...at least for a ways.
What I get in my debug directory is a log and an *.o file--which I thought it was supposed to clean (yes, the extension is in the list). what do I do to get it to spit out a proper executable. (I have followed the wiki on adjusting the .exe to .gpe)
is it my code? is it my lack of libs? what's the easiest way to progress? is there some test code (which perhaps doesn't require sdl) that I can use to test my setup? maybe I'm just hitting the wrong menu item or I'm completely missing the point and I need more in my project than a single cpp file.
still clueless, but as soon as I get something firm to stand on (sample code, compiler, libs), I'll feel a lot better.
I followed the instructions on the wiki, got myself a little hung up on where the mouse had to be when I went into project properties, but I survived B)
I haven't added any libs, since my thought is that I shouldn't need them yet (do I?). all I want to compile is this:
Code:
#include <iostream.h>
int main()
{
cout << "Hello World!" << endl;
return 0;
}
I wonder if that can even be displayed on the 2x. but anyway, it chucks out a couple warnings one about an antiquated header and another about no 'newline at end of file' but seems to suck it up and continue...at least for a ways.
What I get in my debug directory is a log and an *.o file--which I thought it was supposed to clean (yes, the extension is in the list). what do I do to get it to spit out a proper executable. (I have followed the wiki on adjusting the .exe to .gpe)
is it my code? is it my lack of libs? what's the easiest way to progress? is there some test code (which perhaps doesn't require sdl) that I can use to test my setup? maybe I'm just hitting the wrong menu item or I'm completely missing the point and I need more in my project than a single cpp file.
still clueless, but as soon as I get something firm to stand on (sample code, compiler, libs), I'll feel a lot better.