Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
101 VFP7 Things, Part 6
Message
 
 
To
08/12/2000 11:29:38
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00450771
Message ID:
00450867
Views:
32
>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
Previous
Reply
Map
View

Click here to load this message in the networking platform