February 7, 200521 yr I installed this file,and also Visual Basic6,but Ground don't start,referring always to the absence of VB6FR.DLL.i'm very frustrated,any suggestion please?Luca
February 7, 200521 yr Did you use Regsvr32 to register the .dll? Often simply copying the .dll into a search path isn't enough if it won't self-register.
February 7, 200521 yr >Did you use Regsvr32 to register the .dll? Often simply>copying the .dll into a search path isn't enough if it won't>self-register.Thanks for reply.No,never used Regsvr32,simply copied the dll in windowssystem.i search it and redo the installation.;)
February 7, 200521 yr from command prompt (cwindowssystem)i digit: REGSVR32 VB6FR.DLL.a message tell me: "vb6fr.dll has been loaded, but entering point DllRegisterServer can not found. This file can't be registered".(-:
February 9, 200521 yr To register the file you need to type this line from the run:Click Start, Run and type this: regsvr32windowssystemfilename.DLL and hit Enter ( for Win 95, 98, ME )For Win NT:regsvr32WINNTsystem32filename.DLLFor Win XPregsvr32windowssystem32filename.DLLthis will correctly register the file for you after you have installed it into the correct folder. This also applies to any *.OCX files you need to installjeff
February 11, 200521 yr thanks very much,jeff.I solved the problem simply putting the *.dll in windowssystem32 (it was in windowssystem before).Luca
Create an account or sign in to comment