|
-
May 15th, 2002, 09:45 AM
#4
Re: porting Application to windowsNT/2000
You need to look at the following functions (to begin with) CreateFile,
ReadFile,WriteFile. There's more to it than that, my best advice is to
look these functions up in MSDN. Basically you create a file handle
and tx/rx by writes and reads respectively.
Be prepared for a performance drop, the internal structure of Win NT/2k
doesn't lend itself to fast io
Stitch
====================
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|