Jump to content

Main Page: Difference between revisions

From EDM2
No edit summary
No edit summary
 
(831 intermediate revisions by 67 users not shown)
Line 1: Line 1:
'''Welcome to the relaunched EDM/2 site!'''
__NOTOC__ __NOEDITSECTION__
'''Welcome to the EDM/2 Wiki - The source for OS/2 developers''' - Languages: [[Hauptseite|DE]]
{|class="wikitable"
|valign=top width="60%"|{{H|Topics}}
* [[List of Presentation Manager Articles|PM]] - Presentation Manager internals, extensions, etc.
* [[List_of_SOM_Articles|SOM]] - SOM, DSOM, WPS, OpenDoc
* [[List of Driver Articles|Driver]] - Device Drivers, IFS
* [[List_of_Scripting_Articles|Scripting]] - REXX, DLLs for use with REXX and other scripting stuff
* [[List of Multimedia Articles|Multimedia]] - Media players, IO Procedures, Graphics stuff
* [[List of Networking Articles|Networking]] - Networking Programming articles
* [[List of Programming Languages Articles|Languages]] - OS/2 related articles for programming languages
* [[List of Porting Articles|Porting]] - Porting applications from Unix, X11, Windows
* [[List of Database Articles|Database]] - Database programming articles
* [[List of Games Articles|Games]] - Games development and porting
* [[List of Localization Articles|Localization]] - How to optimize for NLS and use location specific information
* [[List of Miscellaneous Articles|Miscellaneous Articles]] - General subject articles, including non-development related topics


It's about fife years ago that the last issue of EDM/2 was released to the public, since then no new articles about OS/2 and eCS programming appeared on EDM/2. So it was about time to finaly change that!
{{H|Development Tools}}
*[[Configuration management]] - tools and utilities
*[[System emulators, virtual machines and hypervisors]]
*[[Text editors]] - Programmers editors, generic & hex editors
*[[List of Tools Articles|Tools Articles]] - Development tools related articles
*[[List of Tools|List of Development Tools]]


For sure we had to face the facts too, the OS/2 and eCS developer community shrank quite a lot so monthly issues are simply impossible nowadays. It would just be a lot of work for the editor and we seriously doubt that we would find enough articles for an  ''issue''. If we wait each time to fill a new issue we would not release written articles to the public for a too long time so we decided to go another way that popped up: [http://en.wikipedia.org/wiki/Wiki Wiki]<br>
{{H|Programming Languages}}
:{|class="wikitable" width=90%
|width=25%|[[APL]]
|width=25%|[[Assembly]]
|width=25%|[[AWK]]
|width=25%|[[BASIC]]
|-
|[[C]]||[[C++]]||[[COBOL]]||[[ECMAScript]]
|-
|[[Forth]]||[[FORTRAN]]||[[Java]]||[[LISP]]
|-
||[[Modula-2]]||[[Oberon]]||[[Pascal]]||[[Perl]]
|-
|[[PHP]]||[[PL/I]]||[[Prolog]]||[[Python]]
|-
|[[REXX]]||[[Ruby]]||[[Smalltalk]]||[[Programming Languages|more...]]
|}


This basically means that everyone of you out there can contribute to the new EDM/2 without a lot of interaction of other people and even better, the community can extend the articles and fix problems!
{{H|Documentation}}
* [[IBM OS/2 Toolkit Documentation]]
* [[IBM OS/2 Device Driver Development Kit|IBM OS/2 Device Driver Development Kit Documentation]]
* [[List of OS/2 Documentation]] - a collection of other resources like online books, articles etc.
* [[The OS/2 API Project]]
* [[The Config.sys Documentation Project|CONFIG.SYS]] Documentation
* [[Stupid OS/2 Tricks/Introduction|Stupid OS/2 Tricks]]
* [[Open Source Software Directory]]
* [[:Category:Licences|Licenses]] - Collection of the most used software licenses
<!-- RIGHT COLUMN -->
|valign=top width=40%|
{{H|News}}
* Wiki image thumbnails are working.


So far, enjoy the new stuff and don't forget to contribute!
{{H|Latest Articles}}
:Nothing...


The new EDM/2 staff
{{H|Updated Wiki Pages}}
{{Special:Recentchanges/5}}
More [[Special:Recentchanges|changes]]


(aka the crew from [http://www.netlabs.org/ netlabs.org] :)
{{H|General Stuff}}
* [[Links]] - Other web sites about OS/2 programming


<table>
* [http://www.edm2.com/indexold.html Original EDM/2 pages],<br/>including the [http://www.edm2.com/common/metaindex.html Meta Index].
<tr style="vertical-align:top;">
<td style="width:50%; width:50%; border: 1px solid #ffc9c9; padding: .5em 1em 1em; color: #000000; background-color: #fff3f3">
<h3>Latest articles</h3>
* [[Introduction to SOM]] by [[Prokushev]]


{{H|Contribute}}
* Information about how you can [[contribute]].
* Some words about the [[license]] of the documents on this page.
You can write to this wiki with a netlabs.org user ID, which requires a registration.
|}


</td>
==Related OS/2 Sites==
<td style="border: 1px solid #c6c9ff; padding: .5em 1em 1em; color: #000000; background-color: #f0f0ff">
{{OS/2 References Sites}}
<h3>Categories</h3>
* [[SOM]] - WPS, SOM, DSOM, OpenDoc
* [[Driver]] - Device Drivers, IFS
* [[Scripting]] - REXX, DLLs for use with REXX and other scripting stuff
* [[Multimedia]] - Media players, IOCodecs, Graphics stuff
* [[Languages]] - OS/2 and eCS related information for programming languages
* [[Documentation]] - a collection of other ressources like online books, articles etc...
* [[Porting]] - porting applications from Unix/X11/Windows...
<h3>General Stuff</h3>
* our [[Mailinglist]] for EDM/2,
* the [http://www.edm2.com/indexold.html original EDM/2 pages], including the [http://www.edm2.com/common/metaindex.html Meta Index]
* information about how you can [[contribute]]
* some words about the [[license]] of the documents on this page
* translating articles to other [http://www.edm2.com/index.php/Contribute#Translation_of_articles languages]


</td>
[[Category:Main]]
</tr>
</table>

Latest revision as of 23:44, 7 May 2024

Welcome to the EDM/2 Wiki - The source for OS/2 developers - Languages: DE

Topics
  • PM - Presentation Manager internals, extensions, etc.
  • SOM - SOM, DSOM, WPS, OpenDoc
  • Driver - Device Drivers, IFS
  • Scripting - REXX, DLLs for use with REXX and other scripting stuff
  • Multimedia - Media players, IO Procedures, Graphics stuff
  • Networking - Networking Programming articles
  • Languages - OS/2 related articles for programming languages
  • Porting - Porting applications from Unix, X11, Windows
  • Database - Database programming articles
  • Games - Games development and porting
  • Localization - How to optimize for NLS and use location specific information
  • Miscellaneous Articles - General subject articles, including non-development related topics
Development Tools
Programming Languages
APL Assembly AWK BASIC
C C++ COBOL ECMAScript
Forth FORTRAN Java LISP
Modula-2 Oberon Pascal Perl
PHP PL/I Prolog Python
REXX Ruby Smalltalk more...
Documentation
News
  • Wiki image thumbnails are working.
Latest Articles
Nothing...
Updated Wiki Pages
List of abbreviations:
N
This edit created a new page (also see list of new pages)
m
This is a minor edit
b
This edit was performed by a bot
(±123)
The page size changed by this number of bytes

17 July 2025

N    18:24  ACSSVC.DLL diffhist +116 Martini talk contribs (Created page with "An APPC Dynamic Link Library. ==Used By== * Cycles Game * IBM Z Family/2 Reusable Libraries Category:Files")
     18:23  IBM Z Family/2 Reusable Libraries diffhist +4 Martini talk contribs

13 July 2025

 m   11:21  Emacs diffhist +100 Ak120 talk contribs (Publications)

12 July 2025

     00:39  GreEscape diffhist +16 Martini talk contribs (Defined Escape Codes)
N    00:39  DEVESC SETUPBLITTERNOTIFY diffhist +1,994 Martini talk contribs (Created page with "{{DISPLAYTITLE:DEVESC_SETUPBLITTERNOTIFY}} GreEscape DEVESC_SETUPBLITTERNOTIFY is called by EnDIVE users to indicate whether the hardware can support the current image blitting parameters. ;Simulation support: None. ==Syntax== GreEscape(hdc, ICODE, lInCount, pbInData, plOutCount, pbOutData); ==Parameters== ;''hdc'' (HDC) - input: Device context handle.  ;''ICODE'' (LONG) - input: DEVESC_SETUPBLITTERNOTIFY escape code.  ;''lInCount'' (LONG) - input: Number...")

More changes

General Stuff
  • Links - Other web sites about OS/2 programming
Contribute
  • Information about how you can contribute.
  • Some words about the license of the documents on this page.

You can write to this wiki with a netlabs.org user ID, which requires a registration.

Related OS/2 Sites