Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
SET LIBRARY Command Clarification
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
FoxPro 2.x
Divers
Thread ID:
00284939
Message ID:
00284949
Vues:
18
>Hello all,
>
>I wanted to know if anyone has seen the following behavior in 2.6 for Windows, and how to prevent it from happening:
>
>I'm maintaining an application which makes calls to a .FLL file called DBFTRVE.FLL. In my application directory there are no other files with DBFTRVE in the name.
>
>When I step through the code and step through the SET LIBRARY TO D:\CONARC\DBFTRVE.FLL ADDITIVE command, Foxpro 2.6 creates a DBFTRVE.FXP file and places it in the LIBRARY variable instead of the the DBFTRVE.FLL file. I do NOT want this to happen, and it only seems to be happening on one machine.
>
>How do I prevent Foxpro from creating the .FXP file during the SET LIBRARY statement and get it to place the .FLL in the LIBRARY variable like I want it to?
>
>Thanks in advance,
>
>Ben Holton

Your .FLL file is trying to return some kind of error, and it can't, so FoxPro thinks it's a program and tries to compile it. More than likely, since this is only happening on one machine, that machine is missing some other .DLL file that your .FLL file is dependant on. If you have Visual Studio, there is a DEPENDS.EXE you could try running on the .FLL file and see what other .DLL's it is dependant on. It's probably MSVCRT.DLL or MSVCRT2.DLL that's missing on the one machine, but that's just a SWAG.
Fred
Microsoft Visual FoxPro MVP

foxcentral.net
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform