PDA

View Full Version : New OllyScript error!


Anonymous
May 20th, 2004, 15:36
Hi to all,
after installing new version of OllyScript 0.85, i have the following error in Olly 1.10c

Missing MSVCP71D.dll

Olly starts too .. but OllyScript cannot be found in Plugins.
What can i do?
With 0.80 is all ok!

Anonymous
May 20th, 2004, 16:38
It need file "MSVCP71D.dll", It can write in .NET, "MSVCP71D.dll" is file library of Microsoft Studio.Net. You can search and copy to folder system(windows\system or windowns\system32)

focht
May 21st, 2004, 00:06
Greetings,

its the C runtime (debug version) of VC++ 7.1 Compiler...

release: MSVCP71.dll, MSVCR71.dll
debug: MSVCP71D.dll, MSVCR71D.dll

MSDN tells the story ... they are no longer distributed by OS/service packs.
App vendors must distribute the files.
They have to be kept locally so that they don't overwrite the system versions (which i regularly do, i put them into same app directory)

http://support.microsoft.com/default.aspx?scid=kb;en-us;326922
("http://support.microsoft.com/default.aspx?scid=kb;en-us;326922
")

Overview:

http://msdn.microsoft.com/library/default.asp?url=/library/en-us/vclib /html/_crt_c_run.2d.time_libraries.asp
("http://msdn.microsoft.com/library/default.asp?url=/library/en-us/vclib/html/_crt_c_run.2d.time_libraries.asp
")

Though i wonder why the plugin is shipped as debug version (unusual) ...
I read somewhere you must redist msvcp71.dll and msvcrt71.dll but you are NOT allowed to redist msvcp71d.dll and msvcrt71d.dll.

Just ask the author of plugin to recompile it using release version and redist both release runtime dlls - OR - statically link to CRT.

Regards

psyCK0
May 21st, 2004, 00:45
The reason for it being compiled in debug mode is the author being tired and therefor clicking on the wrong folder in Explorer. =)
Please redownload to get the telease version.

britedream
May 25th, 2004, 21:15
ollyscipt doesn't assemble correclty : asm xxxxxxx, "mov edx,dword ptr ss:[esp+0C]"