Hi! I've just switched to Visual C++ Express Beta. All my apps compile and work well, that's on My PC only! Whenever I move my app to another PC and try to run it It gives me this wierd error: "This application has failed to start because the application configuration is incorrect. Reinstalling the application may fix this program". Am I doing something wrong. Am I not getting some files that should be with my apps, or am I not setting the linker correctly
Thanks in advance!

Error when trying to run apps on other computers
NCC-1701-M
You need the following dlls from the system library
MSCOREE.DLL
ADVAPI32.DLL
RPCRT4.DLL
KERNEL32.DLL
NTDLL.DLL
I am prettty sure that Kernel32.dll and Ntdll.dll are already installed on the XP operating system
Voln
If you are reding this thread don't forget to check the 2nd page.
Emanuele DelBono
Jimi J
g_c_hoo
Maybe you can help me understand. I have done that for several programs. I have a dependency checker and it states that are the dlls that it NEEDS to run. What are you supposed to do, get the .NET Redistributable SDK and use that. No offense, but Microsoft has their IDEAL workstations and you all work in near perfect workspaces. In my world, the one I am currently in, nothing works right. Therefore, the quickest response to missing dlls is to add them. I have made several MFC programs and I need the MFC72D.dll and MSCVR(or something).dll. I copy them straight from the system folder and I have NEVER had a problem.
Dionicio
If you need system files on a different machine (like MFC, .NET or anything else that Microsoft allows you to re-distribute) then use one of the official MSI redists. Believe me you will be saving yourself an awful lot of pain further down the road if you ever need to maintain these files.
Guygeboe
Erik_MSFT
Guennadi Vanine
Boheme
JL David
PeterMo.
krypton355
Aleksoft
Maybe stop using .NET Framework. I just want my apps to work, but how do I get them to