The Dink Network

Trouble with WDE

July 16th 2003, 01:10 PM
peasantmb.gif
When I try running it, an error says that the file MSVCP60.DLL cannot be found.
Where can I get it? Maybe it's from the DirectX 9 or a Java runtime file?
July 16th 2003, 01:53 PM
farmer.gif
Beuc
Peasant He/Him France
 
I first had problems with DLLs, and installing DirectX (version 6 did not work, 8 worked, I do not know about v7).
Though, this DLL seems not to belong to DirectX.
What I can tell you for sure, though, is that it is not a Java runtime file, since WinDinkedit is written in C++

Some research seems to show that it is related to the C++ runtime.
Try this:
http://support.microsoft.com/?kbid=284284
and tell me if it fixes the problem.
July 16th 2003, 02:08 PM
farmer.gif
also depends on which version of wde it is. in the source code, wc used some mfc which calls some files from recent versions of directx, so updating directx to version 8 or 9 would probably be the best solution
July 16th 2003, 02:16 PM
peasantmb.gif
Oh my....it doesn't work since...my directx is v. 7, and OS is Windows 95.
So, to update it to at least directx 8 will be impossible.
Well, thanks anyway guys...
July 16th 2003, 02:19 PM
farmer.gif
maybe there's an older version of wde that directx 7 will support
July 16th 2003, 04:08 PM
pq_frog.gif
Ric
Peasant They/Them Canada
 
I found that .dll and emailed it to you. Just paste it into the c:/windows/system folder alongside the others and it should work.
July 16th 2003, 11:32 PM
farmer.gif
Beuc
Peasant He/Him France
 
I installed DirectX 8 on Win95 w/o any problem. And MFC is not related to DirectX
I do not think the problem comes from DirectX.
July 16th 2003, 11:36 PM
farmer.gif
alright, alright, well i'm learning
July 17th 2003, 04:17 PM
peasantmb.gif
YAY!
It works now! All that I did lack were the dll file and Directx 8, wich found in a link for win 95 (oh shoot, I just followed the wrong link before).
Thanks a lot you all guys!