source: trunk/doc/Odin.ini.txt@ 10366

Last change on this file since 10366 was 8799, checked in by sandervl, 23 years ago

correction

File size: 1.8 KB
Line 
1/* $Id: Odin.ini.txt,v 1.12 2002-06-28 19:44:07 sandervl Exp $ */
2
3Odin initialization file documentation
4
5[COLORS]
6UseWinColors Use Windows colors
7 values: 1/0
8 default: 1
9SaveColors Save/restore colors to/from Odin.ini
10 values: 1/0
11 default: 0
12
13[DLLRENAMEWIN]
14OLE32=OLE32OS2
15NETAPI32=WNETAP32
16
17[DLLRENAMEOS2]
18OLE32OS2=OLE32
19WNETAP32=NETAPI32
20
21[ODINSYSTEM]
22HIGHMEM=0 (default = 1)
23Turns off high memory usage in Odin. Useful for Warp 4 (>fp12) systems
24that still use the old 16 bits TCPIP stack.
25
26OS2Look=1 (default = 0)
27Creates OS/2 Titlebar, system menu & min/max/close buttons. Also overrides
28UseWinColors option (uses OS/2 colors).
29NOTE: Can interfere with windows applications that draw their own custom
30 titlebar. (e.g. RealPlayer)
31
32[WinVersion]
33Version=Win98 -> Windows 98
34Version=WinME -> Windows ME
35Version=NT40 -> Windows NT4 SP6
36Version=Win2000 -> Windows 2000 SP2 (default)
37Version=WinXP -> Windows XP
38Used to override the version Odin reports to the application.
39
40[TWAIN]
41TwainIF values 1,2,3 (default=1)
42 1 -> Use CFM Twain Driver
43 2 -> Use STI Twain Driver (not supported at the moment)
44 3 -> Use SANE Driver (not supported at the moment)
45
46[CODEPAGES]
47Windows Windows codepage (i.e. 1251 for Cyrillic)
48Display Display codepage (i.e. 1251 for Cyrillic)
49
50[DirectDraw]
51Fullscreen=[1|0] Use/don't use fullscreen DirectDraw
52
53[WINMM]
54DirectAudio=[1|0] Use DirectAudio interface (if available) for wave playback
55 in WINMM and DSOUND. (default = 1)
56 (NOTE: Only available in SB Live! audio driver)
57
58DefVolume=50[0-100] Default waveout volume (default = 100)
59
60Odin.ini is stored in the directory of KERNEL32.DLL.
Note: See TracBrowser for help on using the repository browser.