amarghosh / searchplus

Automatically exported from code.google.com/p/searchplus
16 stars 8 forks source link

MSVCP100.dll dependency #1

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Plugin fails to start with an error message saying "msvcp100.dll not found, 
adding /MT option to runtime library might fix this".

Recompiled the dll with the /MT option and added the new dll to the downloads 
page. Deprecated the previous download.

Fix is not verified yet; sadly, there is no way to test this right now :(

Original issue reported on code.google.com by amargh...@gmail.com on 24 Aug 2012 at 8:27

GoogleCodeExporter commented 9 years ago
Limiting GetTickCount calls to DEBUG mode seems to have fixed the dll 
dependency.

Original comment by amargh...@gmail.com on 29 Aug 2012 at 4:21

GoogleCodeExporter commented 9 years ago
Replaced GetTickCount64 with GetTickCount in debug version so that debug 
version too  can be installed everywhere. Tried this on a 32bit xp machine and 
found it working.

Original comment by amargh...@gmail.com on 19 Sep 2012 at 10:44