Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
101 VFP7 Things, Part 6
Message
 
 
À
08/12/2000 11:29:38
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00450771
Message ID:
00450867
Vues:
33
>you're just gonna have to get creative. Maybe even make some features up. That's what I would do. Let me know if you need ideas for new imaginary features...

I'm sure folks will find the new inline assembly feature to be quite useful. Early binding? Feh, why take the wimpy route when you can code to the metal?
_asm {
invoke  IsEqualGUID, [riid], addr IID_IInterface
    or      eax,eax
    jnz     @1
    invoke  IsEqualGUID, [riid], addr IID_IUnknown
    or      eax,eax
    jnz     @1
    jmp     @NoInterface
}
Mike Stewart
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform