Audio (343) Datatype (51) Demo (203) Development (593) Document (22) Driver (97) Emulation (146) Game (994) Graphics (494) Library (113) Network (230) Office (65) Utility (913) Video (69)
Total files: 4333
Full index file Recent index file
Amigans.net OpenAmiga Aminet IntuitionBase
|
Libwin32 | Description: | Wrapper for Windows API functions | Download: | libwin32.rar (TIPS: Use the right click menu if your browser takes you back here all the time) | Size: | 46kb | Version: | 0.2 | Date: | 20 Apr 2011 | Author: | Fredrik Wikström | Submitter: | Fredrik Wikström | Email: | fredrik/a500 org | Homepage: | http://www.a500.org/ | Category: | development/library/misc | Replaces: | development/library/misc/libwin32.lha | License: | BSD | Distribute: | yes | Min OS Version: | 4.0 | FileID: | 6340 | | | Comments: | 7 | Snapshots: | 0 | Videos: | 0 | Downloads: | 227 (Current version) | | 311 (Accumulated) | Votes: | 0 (0/0) (30 days/7 days) | |
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
|