Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
FPD 2.6 and Windows NT
Message
From
15/07/1998 09:26:53
 
 
To
15/07/1998 03:19:31
Cetin Basoz
Engineerica Inc.
Izmir, Turkey
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00117201
Message ID:
00117556
Views:
21
>Ohh I meant assembler routines. ie: below asm code would get serial number of a given disk :
push bx
>mov ax, 6900
>mov dx,bx
>mov bx,[bx]
>int 21
>pop bx
>retf
And I would call this bin file (ie:serial.bin) from FPD like :
mp = chr(asc(upper(driveletter))-ASC("A")+1)+chr(0)+;
>	space(22) && 24 bytes total
>load serial
>call serial with mp && execute asm routine
These type of asm routines was perfect with FP 2.x and I nearly wrote all my Novell call routines with asm plus many routines to check existing drives, their types, reading and writing to absolute sectors etc. With VFP (and 32 bit environments like NT) I had to totally discard them.
>Cetin


Cetin, thanks for such a comprehensive answer. My company is considering a move to NT environment and there was concern that some old FPD apps would not run smoothly then - judging by other people's responses, looks like there's a number of limitations.

Srdjan
Previous
Reply
Map
View

Click here to load this message in the networking platform