Logo by Nickman (anonymous IP: 3.144.255.116,0) | ||||||||||||
| ||||||||||||
Audio (343) Datatype (51) Demo (203) Development (602) Document (24) Driver (97) Emulation (149) Game (1011) Graphics (500) Library (118) Network (234) Office (66) Utility (932) Video (69) Total files: 4399 Full index file Recent index file
 Amigans.net  OpenAmiga  Aminet  UtilityBase  IntuitionBase  AmigaBounty
Support the site
|
[Show comments] [Show snapshots] [Show videos] [Show content] [Show crashlogs] Currently the following Windows API functions are implemented: CloseHandle CreateDirectory CreateFile DeleteFile FileTimeToLocalFileTime FileTimeToSystemTime FindClose FindFirstFile FindNextFile GetFileSize GetFileSizeEx GetFileTime GetLastError ReadFile RemoveDirectory SetEndOfFile SetFilePointer SetFileTime SetLastError SetLastErrorEx WriteFile Installation: Copy libwin32/release/SDK/#? all SDK: Usage: gcc blah1.o blah2.o ... -o blah-exe -lwin32 -lauto Changes: 0.2 (19-Apr-2011) - Completely rewritten from scratch and simplified (currently only file related functions are implemented) - SetFilePointer should now work the same as on Windows (i.e. allows seeking beyond end of file) - Some additional functions like filetime conversion and creating/deleting directories are now implemented 0.1 (5-Mar-2008) - First released version |
Copyright (c) 2004-2024 by Björn Hagström All Rights Reserved Amiga OS and its logos are registered trademarks of Hyperion Entertainment |