Opened 14 years ago
Closed 14 years ago
#2083 closed Bug (Fixed)
AU3Record.exe error "missing MSVCR100.dll" when trying to run it
| Reported by: | BrewManNH | Owned by: | Valik |
|---|---|---|---|
| Milestone: | 3.3.9.0 | Component: | Other |
| Version: | 3.3.8.0 | Severity: | None |
| Keywords: | MSVCR100.dll AU3Record | Cc: |
Description
When trying to run AU3Record.exe I get the following message.
The program can't start because MSVCR100.dll is missing from your computer. Try reinstalling the program to fix this problem.
If I use the version that shipped with 3.3.6.1 it works without a problem.
Attachments (0)
Change History (5)
comment:1 by , 14 years ago
comment:2 by , 14 years ago
May be due to the use of a x86-64 OS install, while the user has chosen to use x86 version of software. Solved by installing Visual C++ 2010 package for x86 (http://www.microsoft.com/download/en/details.aspx?id=5555) on a x86-64 box.
comment:3 by , 14 years ago
In fact the adaptation to Visual studio 10 linkage was wrong. <StringPooling> has been set to true with no real reason
comment:5 by , 14 years ago
| Milestone: | → 3.3.9.0 |
|---|---|
| Owner: | set to |
| Resolution: | → Fixed |
| Status: | new → closed |
Fixed by revision [6730] in version: 3.3.9.0

Update: Forgot to mention, this is on Windows 7 x86, and also happens using the newest Scite4Autoit3 (2.28) that was just released today.