Community technical support mailing list was retired 2010 and replaced with a professional technical support team. For assistance please contact: Pre-sales Technical support via email to sales@march-hare.com.
On Mon, 12 Aug 2002 12:00:14 +0200, "Matthias Mohr" <MMohr at sysdesign-edv.de> wrote: >Hello, >I just wanted to test the current "release-snapshot" of cvsnt. > >I was only able in parts with WinNT4 Server - SP6. > >First the service needs the "msvcp70.dll", which was not installed. > >No problem - I just copied the "msvcp70" to my system32-directory. > >But I'm still not able to run the new "cvsnt.cpl", which I also copied to >the system32-directory. >I think it misses another MS-dll. But which one? > >Could somebody tell me, I was unable to find it out... > The release snapshot is compiled using VC7 (VC.NET) so needs msvcr70.dll and msvcp70.dll. The control panel is an MFC app so will also need the mfc70.dll. They should be around if you look for them... I believe the .NET runtime relies on them so you'll get them if you install that. Tony