Page 2 of 2

Posted: Tue Jun 10, 2008 2:51 pm
by JP
then i suggest you go to the DevC++ forum (i assume they have one) as it's a problem with DevC++, not Irrlicht, DevC++ just isn't recompiling your code for some reason.

Posted: Tue Jun 10, 2008 5:37 pm
by Ean
JP wrote:then i suggest you go to the DevC++ forum (i assume they have one) as it's a problem with DevC++, not Irrlicht, DevC++ just isn't recompiling your code for some reason.
No, it worked fine for the Allegro API...But I will try and test a different compiler as soon as I can.

Posted: Wed Jun 11, 2008 2:24 pm
by Ean
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!

EDIT: Found CodeBlocks.

Posted: Wed Jun 11, 2008 2:35 pm
by Ean
It seems the problem is infact due to Dev C++...

Posted: Wed Jun 11, 2008 3:44 pm
by hybrid
Maybe you didn't use the 4.9.9.2 release of Dev-C++ (the "5.0 beta" release)? Because the old "stable" version doesn't work. Anyway, just like Dev-C++, Code::Blocks is an IDE, not a compiler.

Posted: Wed Jun 11, 2008 8:02 pm
by Gogolian
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 :? :?:

Posted: Wed Jun 11, 2008 11:51 pm
by rogerborg
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!
Are you seriously saying that you can't Google VC 2008, follow the top Google hit then click on the Previous Version link?

I suspect your problem may be Root Cause 17 rather than your choice of IDE.

Posted: Thu Jun 12, 2008 5:42 pm
by Ean
That link you posted contains the link to VC 2005. Apparently you have difficulty reading.

CodeBlocks works well.

Posted: Thu Jun 12, 2008 6:32 pm
by hybrid
Well, maybe you have difficulties in participating in a community? Anyway, the is no version of MSVC Express before the 2005 version. You have to buy the older versions.

Posted: Thu Jun 12, 2008 9:12 pm
by rogerborg
Ean wrote:That link you posted contains the link to VC 2005. Apparently you have difficulty reading.
Sorry, I just assumed that you said 2003 out of ignorance.

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.

Posted: Fri Jun 13, 2008 3:34 pm
by Ean
rogerborg wrote:
Ean wrote:That link you posted contains the link to VC 2005. Apparently you have difficulty reading.
Sorry, I just assumed that you said 2003 out of ignorance.

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.
So, there is no VC 2003? The wikipedia article must then be at fault. http://en.wikipedia.org/wiki/Visual_C%2B%2B

Posted: Fri Jun 13, 2008 3:38 pm
by hybrid
Apparently you have difficulty reading.
Read again what I said, especially the part about paying for versions prior to 2005 :idea:

Posted: Fri Jun 13, 2008 5:39 pm
by Ean
Why aren't they free?

Posted: Fri Jun 13, 2008 6:52 pm
by frostysnowman
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.

Posted: Fri Jun 13, 2008 8:17 pm
by Ean
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.
I see. The reason why is because I cannot install the .Net framework (except for 1.3.)