Page 2 of 2

Posted: Sat Apr 15, 2006 4:51 pm
by CyberKa0s
Sorry.. i uploaded a wrong version :oops:

I'm uploading now the correct version.. Hope u enjoy

Posted: Sat Apr 15, 2006 6:52 pm
by Rambus
First try didnt work, going to give it a go again with the new version :)

Edit: Unless I was overly fast to download, The new version suffers from the same error.

Posted: Sun Apr 16, 2006 12:34 pm
by dawasw
Same here. Doesn't work atm.

Posted: Wed Apr 19, 2006 4:18 pm
by CyberKa0s
ok guys.. sorry.. I' using now visual studio 2005, and the problem is:

when i run the application in a machine with vs 2005, the application runs.. else it does't run and gives that error u're telling me :?

If someone knows how to fix this, please.. help

Posted: Wed Apr 19, 2006 8:30 pm
by CyberKa0s
hi ppl...

I'm glad to anounce that i finally solved the problem..

Try it to see.. Really sorry for what happened

I have the same problem too!

Posted: Thu Apr 20, 2006 5:00 am
by tjuhzj
JP wrote:Yeah i got an error too: application failed to start because applicaton configuration is incorrect!
could you please checking your release package?
________
MOTORCYCLE TIRES

Posted: Thu Apr 20, 2006 10:01 am
by JP
Still doesn't work for me :lol: got a different error though, says i need some part of the .Net framework installed?

I don't think i've got an C++ based stuff on my PC as i use a java-binding for Irrlicht so don't deal with C++ as of yet!

Posted: Thu Apr 20, 2006 10:39 am
by hybrid
As mentioned in several threads in the beginner's forum you have to disable the managed code option in VC++ to avoid linking against .net libraries. The application configuration error can be due to missing libraries as well, e.g. by distributing a debug version. Or by a missing runtime library which prohibits initialisation of the application at all. What did you change from the previous release to this one (with respect to compiler options)?

Posted: Thu Apr 20, 2006 1:51 pm
by CyberKa0s
gad dam :|.. I tryed it in a different computer without vs2005.. and it worked..

hybrid: i build it with release option active, and i added the files in Program Files\Microsoft Visual Studio 8\VC\redist\x86\Microsoft.VC80.CRT to my project. I tryed it on my brother's computer.. the one without vs2005 installed.. and it worked.. i was so happy :lol:

but it seems that in some computers it still doesn't work :cry: