Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Weird VFP5 behavior
Message
De
19/02/1999 13:47:31
 
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Classes - VCX
Divers
Thread ID:
00189360
Message ID:
00189394
Vues:
8
>I'm having a weird problem today. I've put in a simple WAIT WINDOW command for quick debugging and now I can't get rid of it. I deleted this line out, recompiled and when I run the app, it appears again.
>
>It seems that VFP isn't recompiling my changed vcx file for some stupid reason. I could put anything in this method code, even wrong syntex and the PM won't detect it and generate an error or anything! Please, don't ask me if I'm working with the same vcx as the PM because I've already checked this. I've NEVER had this happen to me before.

You can manually blank the compiled code from the class library.

USE MyClass.VCX EXCL
REPLACE ALL ObjCode with "" && this is a zero length string
USE
COMPILE CLASSLIB MyClass
Craig Berntson
MCSD, Microsoft .Net MVP, Grape City Community Influencer
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform