getting unkown errors
-
- Posts: 97
- Joined: Sat Oct 14, 2006 10:51 am
- Location: Australia,melbourne
Just a question.Does every app need this dll-s witch was developed withAcki wrote:now that some people asked me about this dlls, I found them there:Acki wrote:msvcp80d.dll
msvcr80d.dll
http://www.primegrid.com/download/
MSVC++2005?I cant find in any document that it is necesarry.If
someone could point if that is writen somewhere.Thanks.
-
- Posts: 97
- Joined: Sat Oct 14, 2006 10:51 am
- Location: Australia,melbourne
-
- Posts: 97
- Joined: Sat Oct 14, 2006 10:51 am
- Location: Australia,melbourne
As sgt_pinky said, read:belfegor wrote:Just a question.Does every app need this dll-s witch was developed withAcki wrote:now that some people asked me about this dlls, I found them there:Acki wrote:msvcp80d.dll
msvcr80d.dll
http://www.primegrid.com/download/
MSVC++2005?I cant find in any document that it is necesarry.If
someone could point if that is writen somewhere.Thanks.
http://irrlicht.sourceforge.net/phpBB2/ ... 780#100780
Try the link to Microsoft Visual C++ 2005 Redistributable Package (x86)Warchief wrote:You may need to install the 2005 Runtime: Link (In case you developed it using VS2005, which seems to be right due to the 8.0 dlls required)
The Microsoft Visual C++ 2005 Redistributable Package (x86) installs runtime components of Visual C++ Libraries required to run applications developed with Visual C++ on a computer that does not have Visual C++ 2005 installed.
It is possible to compile the CRT into your app and hence not need the CRT dlls.belfegor wrote:It must be that my english is very bad.
I already got those dlls.You are missing my question.
Does every app need that dlls,or does it depends on witch headers is included in app, or it doesnt matter (every app developed with MSVC++2005
need those)?
Thanks anyway.
-
- Posts: 97
- Joined: Sat Oct 14, 2006 10:51 am
- Location: Australia,melbourne
You asked if every app needed those dlls in all circumstances and I said NO and gave the circumstance in which they are not needed.belfegor wrote:Thanks sio2.
But i dont need that i just wanted to know if every app need those dlls.
And my guess, it needs.
I can't see how this is not answering the question, but I'm done with this thread now anyway.
-
- Posts: 6
- Joined: Sat Dec 30, 2006 5:26 am
- Contact:
I just downloaded it now and tried it out, it seems to work fine. Looks like it could be a great game although there is a bug in the level. When you first start the game on both your imediate left and imediate right there are places where you are able to walk outside of the level and see through seemingly solid walls. The problem arises when you try to walk through these walls you get stuck.
The problem occures because you triangles are only drawn one way, so you need to put another layer of triangles to form another wall so the player will be unable to walk through.
The problem occures because you triangles are only drawn one way, so you need to put another layer of triangles to form another wall so the player will be unable to walk through.