Missing DLL file May 24, 2010, 03:55:42 pm Hi James,Downed and installed Exp8.0 Using Windows XPWhen trying to run it I get the message MSVCR100.dll can not be found.Where to find this?AvG Quote Selected Last Edit: May 24, 2010, 05:54:54 pm by AvG
Re: Missing DLL file Reply #1 – May 24, 2010, 07:07:26 pm AvG,I have split this topic since this is not strictly related to the obtainment of Simutrans-Experimental. I thought that you already had Simutrans-Experimental installed? 8.0 shouldn't have different dependencies compared to 7.3. You could try downloading this package and seeing whether that helps. Quote Selected
Re: Missing DLL file Reply #2 – May 24, 2010, 07:59:09 pm James,I have indeed Exp7.3 and Exp6.6 installed on my PC with Windows XP.I downloaded "this"-link and executed the installer from the download-folder.Got a lot of .dll's but no MSVCR100.dll Exp8.0 still gives the same error of the missing MSVCR100.dll Did also a search on the whole PC and on my second PC without any result.What happens on your PC when you do the same? Maybe it is part of your dev-environment.AvG Quote Selected
Re: Missing DLL file Reply #3 – May 24, 2010, 09:24:56 pm AvG,hmm. It's odd that this occurs with this version but not previous versions - perhaps it's the inclusion of some STL things for the first time. The file can be downloaded here. I shall have to add the file to the .zip files for release in due course. Thank you for pointing that out - let me know whether downloading the file works for you. Quote Selected
Re: Missing DLL file Reply #4 – May 25, 2010, 04:17:10 am Hi,Quote from: jamespetts – on May 24, 2010, 09:24:56 pmAvG,hmm. It's odd that this occurs with this version but not previous versions - perhaps it's the inclusion of some STL things for the first time. The file can be downloaded here. I shall have to add the file to the .zip files for release in due course. Thank you for pointing that out - let me know whether downloading the file works for you.Thanks - this solves (by me) the problem.But it is not a ideal solution to DL a dll from an "not simutrans related" site .....Hint -> better statical link the dll with the exe.And -> i have put the dll only in the simutrans directory.No other prg. need it and i amnot trust 100% "the" site ...RegardsR-T Quote Selected
Re: Missing DLL file Reply #5 – May 25, 2010, 06:41:16 am R-T,I have now re-uploaded the simutrans-experimental.zip file, which contains the Windows binaries, such that it also contains the .dll file. How would one statically link that particular DLL? I don't think that Microsoft make the source code available, so I don't think that that's possible. Quote Selected
Re: Missing DLL file Reply #6 – May 25, 2010, 01:05:14 pm James,Downloaded the .dll and put it in the Exp8.0-folder next to the .exe-file.Seems to be OK now. Thank you.AvG Quote Selected
Re: Missing DLL file Reply #7 – May 26, 2010, 01:01:15 am Hi,Quote from: jamespetts – on May 25, 2010, 06:41:16 amR-T,I have now re-uploaded the simutrans-experimental.zip file, which contains the Windows binaries, such that it also contains the .dll file. How would one statically link that particular DLL? I don't think that Microsoft make the source code available, so I don't think that that's possible.have only read on the Microsoft VisualBasic site that relates to the missing dll (found the site over search for the dll on Google ..) it is a bad idea to distribute the dll files seperate and a better idea to link the dll with the exe ...So it musst be an solution to link the funktions in the dll to an exe file ...RegardsR-T Quote Selected
Re: Missing DLL file Reply #8 – May 29, 2010, 10:01:01 pm Quote from: R-T – on May 26, 2010, 01:01:15 amHi,have only read on the Microsoft VisualBasic site that relates to the missing dll (found the site over search for the dll on Google ..) it is a bad idea to distribute the dll files seperate and a better idea to link the dll with the exe ...So it musst be an solution to link the funktions in the dll to an exe file ...RegardsR-TDo you have any idea how to do it? Quote Selected