User contributions

Jump to: navigation, search
Search for contributions
 
 
     
  

(newest | oldest) View ( | older 50) (20 | 50 | 100 | 250 | 500)

  • 04:34, 10 July 2015 (diff | hist) . . (+1,377). . N Requesters(ASL file requester)
  • 04:34, 10 July 2015 (diff | hist) . . (+61). . Main Page(Graphical user interface: ASL)
  • 02:40, 10 July 2015 (diff | hist) . . (+752). . N Program startup code(Amiga startup code)
  • 02:36, 10 July 2015 (diff | hist) . . (+51). . m Main Page(Advanced programming / Program startup code)
  • 09:02, 9 July 2015 (diff | hist) . . (+77). . N Amiga Development Wiki:About(Created page with "==About== The Amiga Development Wiki provides material for Amiga developers.") (current)
  • 04:43, 9 July 2015 (diff | hist) . . (+1,118). . N String formatting(Created page with "== RawDoFmt == Text formatting is similar to sprintf() but integer types default to 16-bit integers! {| class="wikitable" ! Type ! Description |- | b | BSTR |- | c, lc | Cha...") (current)
  • 04:43, 9 July 2015 (diff | hist) . . (+944). . N Rexx(Created page with "== Sending Rexx message == <source lang="c"> #include <string.h> #include <proto/exec.h> #include <proto/dos.h> #include <proto/rexxsyslib.h> int main() { struct MsgPort...") (current)
  • 04:41, 9 July 2015 (diff | hist) . . (+853). . N MUI(Created page with "= Building user interface = Basic MUI application.<source lang="c"> #include <sys/types.h> #include <dos/dos.h> #include <libraries/mui.h> #include <proto/muimaster.h> int m...")
  • 04:41, 9 July 2015 (diff | hist) . . (+661). . N Intuition manual(Created page with "== Setting and getting attributes == Attributes of BOOPSI objects can be set and get with GetAttr() and SetAttrs() calls. <source lang="c"> ULONG success = GetAttr(ULONG Att...")
  • 04:40, 9 July 2015 (diff | hist) . . (+1,965). . N Graphics(Created page with "= Create offscreen rastport without clipping = <source lang="c"> #include <proto/exec.h> #include <proto/graphics.h> struct RastPort *CreateRastPort(int width, int height, s...")
  • 04:40, 9 July 2015 (diff | hist) . . (+844). . N Locale(Created page with "= Using localized strings = First generate a catalog descriptor file i.e. myapp.cd: <source Lang="c"> MSG_SAMPLE_TEXT (//) This is a sample text. ; </source> Then convert d...") (current)
  • 04:39, 9 July 2015 (diff | hist) . . (+5,863). . N Exec(Created page with "= Standard types = == Integral types == {| class="wikitable" ! Type ! Description |- | UBYTE | 8-bit unsigned |- | BYTE | 8-bit signed |- | UWORD | 16-bit unsigned |- | WORD |...")
  • 04:38, 9 July 2015 (diff | hist) . . (+3,616). . N DOS(Created page with "= Files and directories = == Open a file == <syntaxhighlight lang="c"> BPTR filehandle = Open(CONST_STRPTR filename, ULONG mode); </syntaxhighlight> Where mode is one of th...")
  • 04:31, 9 July 2015 (diff | hist) . . (+39). . Main Page

(newest | oldest) View ( | older 50) (20 | 50 | 100 | 250 | 500)