MSVCP100D.dll missing
by Mehmet Emre Yorulmaz · in Torque 2D Beginner · 12/18/2014 (12:21 pm) · 4 replies
When i compile the debug version of the engine and try to run it from the master directory i get this error.
Could anyone please tell me how to fix it?
(Step by step if possible i don't have any experience with this engine)
Could anyone please tell me how to fix it?
(Step by step if possible i don't have any experience with this engine)
About the author
#2
12/20/2014 (2:28 am)
I think i managed to get vs use leap.dll instead of leapd.dll but im not sure what to do with the dll file,could anyone help me with that?
#3
12/20/2014 (2:36 am)
I think i also managed to add the directory for the dlls, i will be typing step by step instructions for any other newbies out here.
#4
2.Right click the Torque2D and then click properties.
3.In the following menu click the linker section to see its contents.
4.Click input and take a look at the "Additional Dependencies" part.
5.The previous thread explains that Leapd.dll is part of the problem and should be replaced with Leap.dll,Delete the "D" to do this.
6. After that click General section in the linker section and take a look at the additional library directories part.
7.Add the appropriate directory for your system.( engine/lib/LeapSDK/lib/x86/msvcp100d.dll. )
8.Build the project and run!
Please correct me if i have made any mistakes.
12/20/2014 (2:51 am)
1.Take a look at your solution explorer,you will see that the solution Torque2D has four projects in it.2.Right click the Torque2D and then click properties.
3.In the following menu click the linker section to see its contents.
4.Click input and take a look at the "Additional Dependencies" part.
5.The previous thread explains that Leapd.dll is part of the problem and should be replaced with Leap.dll,Delete the "D" to do this.
6. After that click General section in the linker section and take a look at the additional library directories part.
7.Add the appropriate directory for your system.( engine/lib/LeapSDK/lib/x86/msvcp100d.dll. )
8.Build the project and run!
Please correct me if i have made any mistakes.
Associate Mike Lilligreen
Retired T2Der
Hope that helps a bit.