PDA

View Full Version : error running my program on other computers


crmx
05-21-2006, 12:07 PM
hello,

i created a library for my 3d works and put it into a DLL.
im compiling my program with VS2005. i use d3d.

i dont see a problem so far.. everything works on my pc..

once i sent it to other computer and to some friends, it gives me an error..

ERROR:

"The application has failed to start because the application is incorrect. Reinstalling the application may fix the problem"


its just a simple bump mapping example im building on top of my 3d library.. the library DLL is on same directory.. even if it wasnt the error would say that it was missing that DLL..

anyone know what can this be ?

thanks in advance

--vic

monjardin
05-21-2006, 01:26 PM
Someone in this thread had the same error message: http://www.gamedev.net/community/forums/topic.asp?topic_id=389274&whichpage=1&#2574956

crmx
05-21-2006, 02:35 PM
i already tried it..
my app compiles multithreaded, and i already installed
net framework 1.1 and 2.0 and still nothing.. :\

still same error..

dave_
05-21-2006, 03:20 PM
Does he have directx installed/updated?

crmx
05-22-2006, 06:40 AM
hello,
yes i have dx9c installed on the other computer.. i updated it all

monjardin
05-22-2006, 07:07 AM
What about msvcr80.dll and msvcp80.dll?

crmx
05-22-2006, 07:25 AM
C:\WINDOWS\WinSxS\x86_Microsoft.VC80.CRT_1fc8b3b9a 1e18e3b_8.0.50727.42_x-ww_0de06acd


both the files are located in this directory aswell as msvcm80.dll..

i also copied them to the directory of my application but with no success

i tried to register the dll (regsvr32) but it fails..

no luck so far