Jump to content

Odin (code conversion software)

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Den fjättrade ankan~enwiki (talk | contribs) at 17:12, 25 August 2006 (External links). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

In computing, Odin is a project to run Microsoft Windows programs on OS/2 or convert them to OS/2 native format. It also provides the Odin32 API to compile Win32 (Windows API) programs for OS/2.

The project's goals are:

  1. Every Windows program should load and operate properly;
  2. Create a complete OS/2 implementation of the Win32 API.

Although this is far from complete, much of the Win32 API is not widely used, so partial implementation will give usable results. Odin32 is already used commercially for the OS/2 port of the Opera web browser.

Technical overview

Odin achieves binary compatibility by converting Win32 .EXEs and .DLLs to OS/2 format. Conversion can be done on the fly (each time the application is run) or permanently. Odin does not use emulation or a compatibility layer.

Odin identifies itself to Windows applications as Windows 2000 Service Pack 2.

Odin uses code from WINE, which runs Win32 applications on Unix-like operating systems.

Name

The project is named after Odin, the supreme god of Germanic and Norse mythology.