Loading meshes other than the ones in Hello World example
I've compiled it on DevC++.
Anyway i would recommend you Code::Blocks (I have also recently moved from Dev)
The "newest" dev version is form 2005 while Code::Blocks is being updated almost every month.
But if you want to check if it is that, you may try changing the device:
from EDT_DIRECT3D9 to EDT_OPENGL or EDT_SOFTWARE.
I do not remember if it is that, i remember some problems occured while using dev but... well let's call it amnesia
Anyway i would recommend you Code::Blocks (I have also recently moved from Dev)
The "newest" dev version is form 2005 while Code::Blocks is being updated almost every month.
But if you want to check if it is that, you may try changing the device:
from EDT_DIRECT3D9 to EDT_OPENGL or EDT_SOFTWARE.
I do not remember if it is that, i remember some problems occured while using dev but... well let's call it amnesia
And the darkness begun...
-
- Admin
- Posts: 3590
- Joined: Mon Oct 09, 2006 9:36 am
- Location: Scotland - gonnae no slag aff mah Engleesh
- Contact:
Are you seriously saying that you can't Google VC 2008, follow the top Google hit then click on the Previous Version link?Ean wrote:I can't find a suitable compiler for Irrlicht. My PC can't use VC 2008 and I can't find a download for VC 2003!
I suspect your problem may be Root Cause 17 rather than your choice of IDE.
Please upload candidate patches to the tracker.
Need help now? IRC to #irrlicht on irc.freenode.net
How To Ask Questions The Smart Way
Need help now? IRC to #irrlicht on irc.freenode.net
How To Ask Questions The Smart Way
-
- Admin
- Posts: 3590
- Joined: Mon Oct 09, 2006 9:36 am
- Location: Scotland - gonnae no slag aff mah Engleesh
- Contact:
Sorry, I just assumed that you said 2003 out of ignorance.Ean wrote:That link you posted contains the link to VC 2005. Apparently you have difficulty reading.
VC 2005 Express works fine on Windows Server 2003 or Windows 2000. If you're still using a Win95 derivative then prayer may be your only option. I'd suggest worshipping either Budda, or Alyson Hannigan.
Please upload candidate patches to the tracker.
Need help now? IRC to #irrlicht on irc.freenode.net
How To Ask Questions The Smart Way
Need help now? IRC to #irrlicht on irc.freenode.net
How To Ask Questions The Smart Way
So, there is no VC 2003? The wikipedia article must then be at fault. http://en.wikipedia.org/wiki/Visual_C%2B%2Brogerborg wrote:Sorry, I just assumed that you said 2003 out of ignorance.Ean wrote:That link you posted contains the link to VC 2005. Apparently you have difficulty reading.
VC 2005 Express works fine on Windows Server 2003 or Windows 2000. If you're still using a Win95 derivative then prayer may be your only option. I'd suggest worshipping either Budda, or Alyson Hannigan.
-
- Posts: 83
- Joined: Fri Apr 11, 2008 3:06 am
- Location: Beaverton, Oregon, US
Anyone who has windows should choose VC++ Express over Code::Blocks or DevC++. VC++ 2008 is by far the best IDE for any programming language I've ever used. With intellisense, rarely do I have to look up functions/classes in the Irrlicht documentation. It has helped me learn the library immensely.
Ean, could you explain why you can't run VC++ 2008 or VC++ 2005 on your computer? It seems odd that you can't install either of them.
I think there is something you don't understand. There is not one version of Visual C++. There is Professional Edition, Standard Edition, and Express Edition. Express Edition is the only version that is free of charge. The reason why it's free is because it does not come with as many features and helpful libraries (like MFC, but it's pretty old isn't it). I'm guessing that the reason there is no Visual C++ 2003 Express Edition is because Microsoft hadn't been shipping the Express editions until 2005. The reason why Professional/Standard edition isn't free is because Microsoft wants to make money.
Ean, could you explain why you can't run VC++ 2008 or VC++ 2005 on your computer? It seems odd that you can't install either of them.
I think there is something you don't understand. There is not one version of Visual C++. There is Professional Edition, Standard Edition, and Express Edition. Express Edition is the only version that is free of charge. The reason why it's free is because it does not come with as many features and helpful libraries (like MFC, but it's pretty old isn't it). I'm guessing that the reason there is no Visual C++ 2003 Express Edition is because Microsoft hadn't been shipping the Express editions until 2005. The reason why Professional/Standard edition isn't free is because Microsoft wants to make money.
I see. The reason why is because I cannot install the .Net framework (except for 1.3.)frostysnowman wrote:Anyone who has windows should choose VC++ Express over Code::Blocks or DevC++. VC++ 2008 is by far the best IDE for any programming language I've ever used. With intellisense, rarely do I have to look up functions/classes in the Irrlicht documentation. It has helped me learn the library immensely.
Ean, could you explain why you can't run VC++ 2008 or VC++ 2005 on your computer? It seems odd that you can't install either of them.
I think there is something you don't understand. There is not one version of Visual C++. There is Professional Edition, Standard Edition, and Express Edition. Express Edition is the only version that is free of charge. The reason why it's free is because it does not come with as many features and helpful libraries (like MFC, but it's pretty old isn't it). I'm guessing that the reason there is no Visual C++ 2003 Express Edition is because Microsoft hadn't been shipping the Express editions until 2005. The reason why Professional/Standard edition isn't free is because Microsoft wants to make money.