No of visitors who read this post:
441
Category:
Prog\Scripting Languages
Type:
Question
Author:
EliSer
Hello,
I was using Component compiler (compc) to compile a Flex component into an SWC file but then I got this error message, see below. I have tried looking for a solution via the internet but couldn’t find one and so I tried reinstalling Flex 2 SDK but the error still exist. Please help me ASAP.
Thanks.

COMPC.EXE – System Error
The program can’t start because MSVCR71.dll is missing from your
computer. Try reinstalling the program to fix this problem.
- Login or Signup Now to post comments

Maybe the problem is not with your application since it is a missing file and you already reinstalled your application. Maybe you need something installed on your Windows. MSVCR71.DLL is a Microsoft runtime library file that is a component file of Microsoft Visual Studio .NET.
Try installing Microsoft Visual C++ 2010 on your computer and see if it fixes it. You can download Microsoft Visual C++ Redistributable Package at http://www.microsoft.com/en-us/download/details.aspx?id=5555. This is only for 32-bit operating systems. If your Windows is a 64-bit type, search Microsoft’s website for 64-bit versions of this installer.
Here’s what this package requires:
Regards
Sharath Reddy