Click here to Skip to main content
15,867,488 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
hi,

I have an application based on WIN32 , VC++.
after creating setup of this application , when i try to run the application on other(any) system it shows error of " msvcrt.dll ".

error is : "The procedure entry point except_handler4_common could not be located in dynamic link library msvcrt.dll"

m creating setup using vs2008 , in windows 7.


any idea !!!
Posted

1 solution

Hi Perry,
You must install the Microsoft Visual C++ 2008 SP1 Redistributable Package (x86) on your target computer along with your app.
See http://www.microsoft.com/downloads/en/details.aspx?familyid=A5C84275-3B97-4AB7-A40D-3802B2AF5FC2&displaylang=en[^] and related resources at bottom of page.
cheers,
AR
 
Share this answer
 
Comments
perry.p 11-Oct-10 3:23am    
it is not possible to install Redistributable Package in all users system.

-> The setup works properly in all users system if that was created in windows XP.
-> But, while creating setup using windows 7 it shows error. :(
Alain Rist 11-Oct-10 4:09am    
I don't get you :(
You don't create the setup for Redistributable Package you download it and run it on your target machine.
perry.p 11-Oct-10 7:24am    
m also not getting u.
can u please make understandable, m quite new beginner in vc++/win32.
Alain Rist 11-Oct-10 9:31am    
Edit your initial post with a precise indication of where and how the instructions in the link I gave you fail.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900