Search found 8 matches

by love_child
Mon Jun 26, 2006 4:27 pm
Forum: Beginners Help
Topic: need help starting
Replies: 14
Views: 1213

ok, i am on code::blocks now, and i tried the hello world again, but on c::b. I got the package with the MinGW, but when i try to compile the file, I get the following message in the build log: Compiling: main.cpp mingw32-g++.exe: /GX: No such file or directory mingw32-g++.exe: /W3: No such file or ...
by love_child
Mon Jun 26, 2006 4:06 pm
Forum: Beginners Help
Topic: need help starting
Replies: 14
Views: 1213

Well, i have downloaded the Code::Blocks thing with the MinGW package, so hopefully that would work, now i just have to figure out how to do everything with it.
by love_child
Mon Jun 26, 2006 5:14 am
Forum: Open Discussion and Dev Announcements
Topic: Want to make a game?
Replies: 4
Views: 689

If I helped, all i could do is make meshes, and their actions, because i am new to coding, but have medium amount of experience in blender.
by love_child
Mon Jun 26, 2006 5:07 am
Forum: Beginners Help
Topic: need help starting
Replies: 14
Views: 1213

Ok, i had a feeling that i was getting gypped. Let me get this straight, code blocks is basically a different brand of C++ compiler along with Dev C++, right? Is it easy to download through dial-up, or if it is large, could it be downloaded through the internet explorer download manager so that i co...
by love_child
Sun Jun 25, 2006 8:09 pm
Forum: Beginners Help
Topic: need help starting
Replies: 14
Views: 1213

Okay, i tried to not use the precompiled headers, which i found was in a different place then where you said. It didn't work, i think made it worse. I basically copy and pasted the code from hello world into the code and got this message when compiling: ------ Build started: Project: hello world 2, ...
by love_child
Sun Jun 25, 2006 5:56 pm
Forum: Beginners Help
Topic: need help starting
Replies: 14
Views: 1213

okay, how do you disable the headers? Also, i tried the same as before but i left the header that they put on the window and the header was: // Hello World.cpp : Defines the entry point for the console application. // #include "stdafx.h" int _tmain(int argc, _TCHAR* argv[]) { return 0; } W...
by love_child
Sun Jun 25, 2006 4:09 am
Forum: Beginners Help
Topic: need help starting
Replies: 14
Views: 1213

Okay, well, i tried the tutoril on hello world but using the express edition of visual studio as if it was the .net version. It was supprising how it seemed to fill in blanks, as if there was no diference in .net and express. But I ran into a problem, when i tried to to compile the code, it had a pr...
by love_child
Sat Jun 24, 2006 11:22 pm
Forum: Beginners Help
Topic: need help starting
Replies: 14
Views: 1213

need help starting

Okay, I am very new to this, and I don't have much coding experience, just enough to get a taste if you know what i mean. How do I get Irrlicht started? The C++ program that I have is Microsoft visual studio express edition. But I think that i have to download an sdk thing for that program and that ...