Copyright (c) Hyperion Entertainment and contributors.

Search results

Jump to navigation Jump to search

Page title matches

  • The [[UserDoc:Main|User Documentation Section]] is meant as a starting point for users. It beg ...o get into programming with step-by-step examples. Finally, the [[Autodocs:Main|Autodocs section]] contains the well-known ''autodocs'', function-by-functi
    2 KB (225 words) - 17:15, 3 October 2023
  • int main() int main()
    6 KB (1,003 words) - 05:53, 25 December 2020

Page text matches

  • The [[UserDoc:Main|User Documentation Section]] is meant as a starting point for users. It beg ...o get into programming with step-by-step examples. Finally, the [[Autodocs:Main|Autodocs section]] contains the well-known ''autodocs'', function-by-functi
    2 KB (225 words) - 17:15, 3 October 2023
  • int main(int argc, char **argv) int main(int argc, char **argv)
    4 KB (583 words) - 15:34, 5 July 2020
  • ...ry]] page for a discussion of the scope of the library, and the [[Autodocs:Main|autodocs]] for a listing of its functions. int main()
    4 KB (488 words) - 14:03, 6 December 2017
  • ...clude files and the Autodocs for the FileSystem resource in the [[Autodocs:Main|Autodocs]] and [[Expansion Library]].
    671 bytes (89 words) - 23:26, 6 November 2015
  • ...in problem with this interface is, that it is not very well documented. My main source of documentation on this issue is the amigaos-nat.c file from Thomas int main()
    4 KB (502 words) - 15:20, 29 January 2024
  • * select '''Downloads''' in the main menu on the left
    924 bytes (150 words) - 21:37, 9 December 2012
  • int main() ITimer = (struct TimerIFace*)IExec->GetInterface(TimerBase, "main", 1, NULL);
    4 KB (515 words) - 15:31, 22 May 2020
  • ...Currently (2023), the Preferences are found by pointing the mouse into the main area of the Workbench and clicking and holding the right mouse button. A m
    1 KB (195 words) - 21:27, 8 November 2023
  • int main() int main()
    6 KB (1,003 words) - 05:53, 25 December 2020
  • ...tag defines an interface of your library. You should at least declare the "main" interface. <interface name="main" version="1.0" struct="SampleIFace" prefix="_sample_" asmprefix="ISample" g
    12 KB (1,853 words) - 21:26, 29 August 2016
  • ...d interactive help to their applications. The library offers the following main features: ...migaGuide = (struct AmigaGuideIFace *)IExec->GetInterface(AmigaGuideBase, "main", 1L, NULL);
    4 KB (541 words) - 12:00, 21 February 2014
  • ...on, you must first open the translator library and obtain a pointer to its main interface: ITranslator = (struct TranslatorIFace*)IExec->GetInterface(TranslatorBase, "main", 1, NULL);
    4 KB (589 words) - 21:26, 9 November 2015
  • int main() return open_iface_name(libname, libver, "main");
    9 KB (1,481 words) - 21:56, 5 December 2017
  • ...rticular structure of the prefs file is somewhat beyond the control of the main program: the amount, contents and sequencing of data in the file depends on ...ple prefs Dictionaries but at any given point in time, only one of them is main.)
    13 KB (1,866 words) - 21:51, 5 December 2017
  • int main()
    2 KB (264 words) - 16:20, 29 May 2013
  • int main(int argc, char **argv) ...*IIntuition = (struct IntuitionIFace*)IExec->GetInterface(IntuitionBase, "main", 1, NULL);
    5 KB (661 words) - 21:03, 14 March 2014
  • ...les into "stdin", "stdout" and "stderr". It then calls the ISO C function "main". ...XECUTE command, terminates. A program written in C can simply return from "main" which returns to the startup code.
    4 KB (685 words) - 23:22, 22 April 2014
  • int main()
    2 KB (275 words) - 23:10, 26 March 2014
  • == main() == For an application you generally want to keep main() simple and to the point. This enables easier cleanup when errors occur be
    6 KB (1,163 words) - 22:01, 14 October 2013
  • ...variables by their names, and set breakpoints at named functions, like at "main()" to debug from the start of your program, or function "foo()". It is poss int main()
    17 KB (2,922 words) - 15:25, 20 February 2013
  • int main() * the signals of any ports/windows our main task created ... */
    27 KB (3,913 words) - 09:15, 13 September 2023
  • int main(int argc, char **argv) IAsl = (struct AslIFace*)IExec->GetInterface(AslBase, "main", 1, NULL);
    13 KB (1,736 words) - 16:56, 25 April 2014
  • Open a ToolTray from the ToolTray menu in the ToolBox or the Tool menu in the Main screen. Choose the menu option corresponding to the particular ToolTray tha ...menus that refer to the ToolTray as well, such as the menu options in the Main menu's Tool menu.
    5 KB (916 words) - 18:45, 5 September 2013
  • int main(int argc, char **argv) IAsl = (struct AslIFace*)IExec->GetInterface(AslBase, "main", 1, NULL);
    6 KB (845 words) - 17:01, 25 April 2014
  • int main() ...filled in using the PLAYER_UserData tag in the call to SetPlayerAttrs() in main() above. When
    12 KB (1,799 words) - 10:42, 6 April 2023
  • The Workbench screen is the primary visual component of your system. Its main element is the Workbench root window; it can be either a normal window, or,
    2 KB (363 words) - 14:27, 24 July 2012
  • ...article&k=4325 link]). The SDK: assign holds all documentation ([[Autodocs:Main|Autodocs]]) and include files (include/include_h), the latter are required int main()
    5 KB (791 words) - 19:56, 24 September 2016
  • int main(int argc, char **argv) IIntuition = (struct IntuitionIFace*)IExec->GetInterface(IntuitionBase, "main", 1, NULL);
    16 KB (2,211 words) - 12:45, 10 November 2017
  • ...s the start of a node. The first node of a database should be named MAIN. MAIN is typically the master table of contents for the database (see the @TOC no ...by the name of the node in the other database. For example, to access the MAIN node in another database called other_database, the link point looks like t
    24 KB (3,929 words) - 05:56, 30 January 2013
  • The first function you should call is AllocAslRequest(). This allocates the main data structure you will use, either a FileRequester structure or a FontRequ int main(int argc, char **argv)
    16 KB (2,311 words) - 12:14, 6 April 2022
  • ...ionIFace *IIntuition = (struct IntuitionIFace*) IExec->GetInterface(base, "main", 1, NULL);
    3 KB (384 words) - 13:54, 14 October 2013
  • ** main routine. Open required library and window and draw the images. int main()
    11 KB (1,663 words) - 20:08, 4 November 2015
  • ...used or to execute other programs from a selection of icons (either in the main Dock or in sub-Docks as specified by the AmiDock preferences), or to handle ...behavior, size and look according to requirements. Dockies are one of two main types:
    8 KB (1,247 words) - 11:27, 1 May 2014
  • int main() ...IIntuition = (struct IntuitionIFace *)IExec->GetInterface(IntuitionBase, "main", 1, NULL);
    7 KB (1,069 words) - 09:38, 11 April 2014
  • ...y is unique. For example, specifying "MAIN_Window" as the UniqueID for the main window, and "LIST_Window" for another will allow your users to specify diff
    3 KB (459 words) - 16:29, 13 October 2013
  • version - main version of writing program
    4 KB (511 words) - 21:39, 10 May 2012
  • int main(int argc, char **argv) IAsl = (struct AslIFace*)IExec->GetInterface(AslBase, "main", 1, NULL);
    8 KB (1,171 words) - 16:55, 25 April 2014
  • The main calls for accessing an existing public screen are LockPubScreen() and Unloc int main(int argc, char **argv)
    21 KB (3,213 words) - 00:35, 31 October 2015
  • When your Amiga crashes two main things happen: int main()
    6 KB (1,042 words) - 01:13, 13 October 2013
  • The Define windows can be reached from either the Define... option in the Main menu set's Windows menu, or the Edit window's Define menu. ...ort a Rhythm from the Main Screen, open the Define Rhythms window from the Main Screen. If you want to import a Rhythm from the ClipBoard, or if you are cu
    12 KB (2,028 words) - 22:52, 10 September 2013
  • ** main routine. Open required library and window and draw the images. int main()
    11 KB (1,722 words) - 20:10, 4 November 2015
  • ...Michael Christoph. If you'd like to get a jump on them see the [[Tutorials:Main#Amiga_Future_Programming_Articles|Amiga Future Programming Articles]].
    3 KB (547 words) - 20:59, 8 August 2020
  • int main()
    3 KB (451 words) - 01:59, 29 September 2013
  • void main(int argc,char **argv)
    3 KB (494 words) - 00:07, 10 May 2012
  • ** main routine. Open required library and window and draw the images. int main()
    20 KB (3,125 words) - 20:14, 4 November 2015
  • ...braries] where he shows how to use fd2pragma and IDLTool to build a jpeg.l.main stub from a 68k jpeg.library, as well as helpful answers from Fredrik Wikst ...for different set of tools (fd2pragma, fdtrans and IDLTool). The library.l.main code consists of 2 files if you auto generate them: PowerPC->68k cross call
    16 KB (2,633 words) - 23:28, 25 December 2020
  • void main ( USHORT, char **); * our main task.
    16 KB (2,230 words) - 23:29, 6 November 2015
  • === The Main Menu === ...es Professional do have their own menus, however, most share one menu, the Main menu.
    22 KB (3,654 words) - 12:41, 3 March 2019
  • ...ust first open the [[AmigaDOS Introduction|DOS]] library and then get the "main" interface the Read() function is defined in. ...ries|libraries]] and is in charge of opening and closing them. [[Exec]]'s "main" interface contains the OpenLibrary() function which is used to open all th
    32 KB (5,168 words) - 21:00, 20 March 2016
  • ...y supply a ''.info'' file with the appropriate name and type. The are four main types of icons (and ''.info'' files) used to represent Amiga filing system int main(int argc, char **argv)
    38 KB (5,421 words) - 12:00, 19 February 2024

View (previous 50 | next 50) (20 | 50 | 100 | 250 | 500)