getting unkown errors

If you are a new Irrlicht Engine user, and have a newbie-question, this is the forum for you. You may also post general programming questions here.
a_haouchar
Posts: 97
Joined: Sat Oct 14, 2006 10:51 am
Location: Australia,melbourne

getting unkown errors

Post by a_haouchar »

alot of people from TRF are geting a error that i cant fix,its not the coding becuase the command promt doesn even load up

now i tried the game on my sisters laptop and it worked fine

please go on here and download it
http://www.tombraiderforums.com/showthread.php?t=82504
xskinyx
Posts: 25
Joined: Fri Dec 29, 2006 3:28 am

Post by xskinyx »

well i can verify the error.... the exe doesnt open. perhaps the dlls are in the wrong place or something? when you tested your application did you ever test it outside of the debugger?
a_haouchar
Posts: 97
Joined: Sat Oct 14, 2006 10:51 am
Location: Australia,melbourne

Post by a_haouchar »

of course

i tested it on my sisters laptop
xskinyx
Posts: 25
Joined: Fri Dec 29, 2006 3:28 am

Post by xskinyx »

what did you code this with? i had a similar problem opening a friend of mine's program which he did in vs.net 2k5.
a_haouchar
Posts: 97
Joined: Sat Oct 14, 2006 10:51 am
Location: Australia,melbourne

Post by a_haouchar »

yea in visual c++

i gave the whole freaken soruce file to my firend on msn,stil the f!ken same thing for hours im trying to solve it!

here
http://download.yousendit.com/8EA3C5DD42C1A3D1
Acki
Posts: 3496
Joined: Tue Jun 29, 2004 12:04 am
Location: Nobody's Place (Venlo NL)
Contact:

Post by Acki »

It runs for me, after I had to download 2 dlls...
while(!asleep) sheep++;
IrrExtensions:Image
http://abusoft.g0dsoft.com
try Stendhal a MORPG written in Java
a_haouchar
Posts: 97
Joined: Sat Oct 14, 2006 10:51 am
Location: Australia,melbourne

Post by a_haouchar »

which dll's?
Acki
Posts: 3496
Joined: Tue Jun 29, 2004 12:04 am
Location: Nobody's Place (Venlo NL)
Contact:

Post by Acki »

msvcp80d.dll
msvcr80d.dll
while(!asleep) sheep++;
IrrExtensions:Image
http://abusoft.g0dsoft.com
try Stendhal a MORPG written in Java
Warchief
Posts: 204
Joined: Tue Nov 22, 2005 10:58 am

Post by Warchief »

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.
hybrid
Admin
Posts: 14143
Joined: Wed Apr 19, 2006 9:20 pm
Location: Oldenburg(Oldb), Germany
Contact:

Post by hybrid »

No, these are debug versions. And apps linked against debug dlls are not legally distributable. So better make a release version for distribution.
a_haouchar
Posts: 97
Joined: Sat Oct 14, 2006 10:51 am
Location: Australia,melbourne

Post by a_haouchar »

ok i put those 2 dlls in the aod2 folder and still the same problem:(

oh ok so u need visual basic?:( well those 2 dlls dont do nothing yet for some reason
xskinyx
Posts: 25
Joined: Fri Dec 29, 2006 3:28 am

Post by xskinyx »

are you compiling release or debug?
a_haouchar
Posts: 97
Joined: Sat Oct 14, 2006 10:51 am
Location: Australia,melbourne

Post by a_haouchar »

i dont know much but i put build solution or rebuild solution and it makes the executes.
a_haouchar
Posts: 97
Joined: Sat Oct 14, 2006 10:51 am
Location: Australia,melbourne

Post by a_haouchar »

sorry for double post

ok i was using debug,i compiled it and now i cant find the execute!
Warchief
Posts: 204
Joined: Tue Nov 22, 2005 10:58 am

Post by Warchief »

1) To get Release configuration
In the top of the editor you may probably spot "Debug" "Win 32" in the toolbar. Change "Debug" to "Release".
(Or Use Build > Configuration Manager > Active Configuration)

2) To find the exe
Try in a folder called Release.
Post Reply