OS4 DepotLogo by Nickman 
(anonymous IP: 23.22.252.150) 
 HomeRecentStatsSearchSubmitUploadsMirrorsContactInfoDisclaimerConfigAdmin
 Menu

 Features
   Sobjs site
   Crashlog site
   Bugs site
 
 Categories

   o Audio (307)
   o Datatype (46)
   o Demo (166)
   o Development (464)
      o Cross (37)
      o Debug (8)
      o Edit (3)
      o Example (31)
      o Game (19)
      o Guitool (5)
      o Ide (3)
      o Install (0)
      o Language (30)
      o Library (234)
         o Audio (52)
         o Graphics (61)
         o Gui (6)
         o Math (8)
         o Misc (81)
         o Toolkit (8)
      o Misc (23)
      o Utility (71)
      o Webtool (0)
   o Document (18)
   o Driver (77)
   o Emulation (125)
   o Game (722)
   o Graphics (384)
   o Library (58)
   o Network (160)
   o Office (43)
   o Utility (623)
   o Video (47)

Total files: 3240

Full index file. Download
Recent index file. Download




 Links

  Amigans.net
  OpenAmiga
  Aminet
  UtilityBase
  IntuitionBase
  AmigaBounty


Support the site


 Readme for:  Development » Library » Misc » libwin32.rar

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 11
Author: Fredrik Wikstrom
Submitter: Fredrik Wikstrom
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: 6  [View]
Snapshots: 0  [View]
Downloads: 79  (Current version)
163  (Accumulated)

Show content Show crashlogs Replace file 
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-2013 by Björn Hagström All Rights Reserved
Amiga OS and its logos are registered trademarks of Hyperion Entertainment