Most nooby but probably easy to answer question...
-
- Posts: 8
- Joined: Thu Mar 12, 2009 1:47 pm
Most nooby but probably easy to answer question...
Now...this may sound really stupid...eh well....I'm very sure it does...
But where in the 1.5 version map, is the run program icon...normally its an exe, so I used search on both the word exe (no hits), and irrlicht (checked most outcomes, no result...)
So where the hell is that little icon I can put with my other icons on the desktop to start the program??!! >.<
But where in the 1.5 version map, is the run program icon...normally its an exe, so I used search on both the word exe (no hits), and irrlicht (checked most outcomes, no result...)
So where the hell is that little icon I can put with my other icons on the desktop to start the program??!! >.<
May the LOL be with you!!!
-
- Posts: 8
- Joined: Thu Mar 12, 2009 1:47 pm
-
- Posts: 8
- Joined: Thu Mar 12, 2009 1:47 pm
Lolz then how do you use it?
I download it and leave it there while I use a different C++-application? >.<
What should I call it...open up my work environment? That good enough for ye? I'm confused...
what I want to see should be kind of like this:
http://irrlicht.sourceforge.net/images/ ... rEdit4.jpg
But I can't even find how to get to that point (stupid...I know), so I got this (not my computer, just a pic I looked up really fast):
http://irrlicht.sourceforge.net/images/ ... 387f52.jpg[/img]
I download it and leave it there while I use a different C++-application? >.<
What should I call it...open up my work environment? That good enough for ye? I'm confused...
what I want to see should be kind of like this:
http://irrlicht.sourceforge.net/images/ ... rEdit4.jpg
But I can't even find how to get to that point (stupid...I know), so I got this (not my computer, just a pic I looked up really fast):
http://irrlicht.sourceforge.net/images/ ... 387f52.jpg[/img]
Last edited by keffertjuh on Thu Mar 12, 2009 2:36 pm, edited 1 time in total.
May the LOL be with you!!!
Do you have any experience with programming ?
If no: Irrlicht is not usable for you.
If yes: Grab some tutorials about C++ since this is the language you need to develop applications using irrlicht. Or you can use one of the wrappers which aren't always up to date and not supported in this forum. Then if you have some basic knowledge about C++ download the Irrlicht SDK again and read the tutorials (aka examples)
If no: Irrlicht is not usable for you.
If yes: Grab some tutorials about C++ since this is the language you need to develop applications using irrlicht. Or you can use one of the wrappers which aren't always up to date and not supported in this forum. Then if you have some basic knowledge about C++ download the Irrlicht SDK again and read the tutorials (aka examples)
Software documentation is like sex. If it's good you want more. If it's bad it's better than nothing.
-
- Posts: 8
- Joined: Thu Mar 12, 2009 1:47 pm
Ok so you are using code::blocks and don't know how to integrate Irrlicht into it?
Well on the irrlicht website under tutorials there's a tutorial for using irrlicht with code::blocks but it's a bit outdated.
However the basics steps are:
- Extract the SDK
- Tell the compiler about the include directory
- Tell the linker about the lib directory ( win32-visualstudio or win32-gcc )
Then you can go through the tutorials in SDK to get used to irrlicht.
Well on the irrlicht website under tutorials there's a tutorial for using irrlicht with code::blocks but it's a bit outdated.
However the basics steps are:
- Extract the SDK
- Tell the compiler about the include directory
- Tell the linker about the lib directory ( win32-visualstudio or win32-gcc )
Then you can go through the tutorials in SDK to get used to irrlicht.
Software documentation is like sex. If it's good you want more. If it's bad it's better than nothing.
-
- Posts: 8
- Joined: Thu Mar 12, 2009 1:47 pm
-
- Posts: 8
- Joined: Thu Mar 12, 2009 1:47 pm
-
- Posts: 8
- Joined: Thu Mar 12, 2009 1:47 pm
Jup just got told I should registrate
And it's time for another stupid question which micht have the same answer!
How to get a menu up for visual studio? it says I need to put in a code under extra but I have to have something up for that...
OK I got something up and now I haven't got the menu option extra...awesome T_T*
Yay I figured it out >.< registered...I feel so stupid right now...
New issue:
If your IDE is Visual Studio .NET, select Tools -> Options. Select the projects entry and then select VC++ directories. Select 'show directories for include files' in the combo box, and add the include directory of the irrlicht engine folder to the list of directories. Now the compiler will find the Irrlicht.h header file. We also need the irrlicht.lib to be found, so stay in that dialog, select 'show directories for Library files' and add the lib/VisualStudio directory.
Getting to that point is no problem, but I do not understand which one to get to have the irrlicht.h one...
Ok I think I got the irrlicht.h one (C/C++ Header File named Irrlicht) , but it doesnt show, so I'm stuck...HELP please...!!!
update: I couldn't figure this out, so I decided to see if I could get Ogre and have it work out...now I got this SDK file add-on to the visual studio, although I do not know if it is useful for irrlicht...(hope it is, was a hell of a lot of mb...i read it was 1,3mb but that was probbly just the downloader >.<))
I still don't get that explanation thing..what to do??? HELP!!!
And it's time for another stupid question which micht have the same answer!
How to get a menu up for visual studio? it says I need to put in a code under extra but I have to have something up for that...
OK I got something up and now I haven't got the menu option extra...awesome T_T*
Yay I figured it out >.< registered...I feel so stupid right now...
New issue:
If your IDE is Visual Studio .NET, select Tools -> Options. Select the projects entry and then select VC++ directories. Select 'show directories for include files' in the combo box, and add the include directory of the irrlicht engine folder to the list of directories. Now the compiler will find the Irrlicht.h header file. We also need the irrlicht.lib to be found, so stay in that dialog, select 'show directories for Library files' and add the lib/VisualStudio directory.
Getting to that point is no problem, but I do not understand which one to get to have the irrlicht.h one...
Ok I think I got the irrlicht.h one (C/C++ Header File named Irrlicht) , but it doesnt show, so I'm stuck...HELP please...!!!
update: I couldn't figure this out, so I decided to see if I could get Ogre and have it work out...now I got this SDK file add-on to the visual studio, although I do not know if it is useful for irrlicht...(hope it is, was a hell of a lot of mb...i read it was 1,3mb but that was probbly just the downloader >.<))
I still don't get that explanation thing..what to do??? HELP!!!
May the LOL be with you!!!