Search found 758 matches

by shadowslair
Thu Apr 03, 2008 10:52 am
Forum: Code Snippets
Topic: 3rd Person Example(NEW)
Replies: 23
Views: 10345

OOPS... :oops: I`m trying to compile it in VisualStudioC++2008(full). Those VB are becasue I worked recently in Basic or sth like that. Those bad habits... Sorry. What I`m tryng to do exactly is to import the main.cpp code from this Third person example into a project. When I create a new one with t...
by shadowslair
Thu Apr 03, 2008 8:54 am
Forum: Code Snippets
Topic: 3rd Person Example(NEW)
Replies: 23
Views: 10345

Anyone? Is this THAT difficult? Just to create a VB project environment with this 'main.cpp' file and post a link? Or at least give me some advice how to fix all those unresolved externals? I can complie it, but building gives me that: ------ Build started: Project: TPS, Configuration: Debug Win32 -...
by shadowslair
Wed Apr 02, 2008 8:21 pm
Forum: Code Snippets
Topic: 3rd Person Example(NEW)
Replies: 23
Views: 10345

Hehe... Although it is not very good organized, its really useful for the complete noobies like me. I tried to create a new project with the code, but it gives me lots of errors. Any chance of someone of the better-skilled users to show us better organised version and implement it in a whole project...
by shadowslair
Mon Mar 31, 2008 11:04 pm
Forum: Beginners Help
Topic: Just cannot compile the examples =(
Replies: 8
Views: 462

I simply used REBUILD and after that started with F5 and it worked at last!!!

Thanks monkeycracks for your help and patience :wink:

Gotta go to sleep now, since it`s far too late: 2AM...

Have a nice sleep and thanks again!

:)
by shadowslair
Mon Mar 31, 2008 10:54 pm
Forum: Beginners Help
Topic: Just cannot compile the examples =(
Replies: 8
Views: 462

Removed. Now I can compile it without any problems => main.cpp Build log was saved at "file://d:\GAMEMAKER\Irrlicht\irrlicht-1.4\examples\01.HelloWorld\Debug\BuildLog.htm" 01.HelloWorld - 0 error(s), 0 warning(s) ========== Build: 1 succeeded, 0 failed, 0 up-to-date, 0 skipped ========== B...
by shadowslair
Mon Mar 31, 2008 10:42 pm
Forum: Beginners Help
Topic: Just cannot compile the examples =(
Replies: 8
Views: 462

Here`s the code, but it is absolutely the same as the original. It IS the original. The problem must be somewhere in the environment setup. #include <irrlicht.h> /* In the Irrlicht Engine, everything can be found in the namespace 'irr'. So if you want to use a class of the engine, you have to write ...
by shadowslair
Mon Mar 31, 2008 10:23 pm
Forum: Beginners Help
Topic: Just cannot compile the examples =(
Replies: 8
Views: 462

Only changed the resolution to 1024, 768, nut this ain`t the problem. When I try to compile the default script, without any changes it gives me this: d:\gamemaker\irrlicht\irrlicht-1.4\examples\01.helloworld\main.cpp(141) : error C2665: 'irr::core::rect<T>::rect' : none of the 5 overloads could conv...
by shadowslair
Mon Mar 31, 2008 9:23 pm
Forum: Beginners Help
Topic: Just cannot compile the examples =(
Replies: 8
Views: 462

Just cannot compile the examples =(

Hi all! Sorry for my stupid question, but it`s a problem that I should solve. For example when I open the "Hello world" project using VS2008(full) and press F5 the example runs OK. When I edit something in the script (for example the resoluton or any string) and press F5 it simply runs the...