Windows NT 4.0 source code leak
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Adam b4a8d373d8
Create README.md
5 years ago
..
addlang.cmd initial commit 5 years ago
ar.tok initial commit 5 years ago
chs.tok initial commit 5 years ago
cht.tok initial commit 5 years ago
cs.tok initial commit 5 years ago
da.tok initial commit 5 years ago
de.tok initial commit 5 years ago
el.tok initial commit 5 years ago
es.tok initial commit 5 years ago
fi.tok initial commit 5 years ago
fr.tok initial commit 5 years ago
he.tok initial commit 5 years ago
hu.tok initial commit 5 years ago
it.tok initial commit 5 years ago
ja.tok initial commit 5 years ago
ko.tok initial commit 5 years ago
nl.tok initial commit 5 years ago
no.tok initial commit 5 years ago
pl.tok initial commit 5 years ago
ptb.tok initial commit 5 years ago
ptg.tok initial commit 5 years ago
readme.txt initial commit 5 years ago
ru.tok initial commit 5 years ago
sl.tok initial commit 5 years ago
sv.tok initial commit 5 years ago
tr.tok initial commit 5 years ago

readme.txt

This directory contains everything necessary to build a multilingual version
of comctl32.dll. To do this, first build an english version of comctl32.dll
and then run the addlang.cmd batch file with an argument of where the english
version of comctl32.dll is. For example:

addlang d:\nt\public\sdk\lib\i386\comctl32.dll

When this batch file is finished, the comctl32.dll in this directory will
have all the languages built into it.


*** Note ***

Before running this batch file, the machine you are running on must have
the follow code pages installed:

932, 936, 949, 950, 1250 -> 1257


Copy these .nls files to your system32 directory and then add the
appropriate values to the registry.



[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Nls\CodePage]
"1250"="c_1250.nls"
"1251"="c_1251.nls"
"1253"="c_1253.nls"
"1254"="c_1254.nls"
"1255"="c_1255.nls"
"1256"="c_1256.nls"
"1257"="c_1257.nls"
"932"="c_932.nls"
"949"="c_949.nls"
"936"="c_936.nls"
"950"="c_950.nls"


And, you must put this information in your win.ini file:

[iodll32]
1=C:\winnt\idw\rwwin16.dll,WIN16
2=C:\winnt\idw\rwwin32.dll,WIN32
3=C:\winnt\idw\rwmac.dll,MAC
4=C:\winnt\idw\rwres32.dll,RES32
5=C:\winnt\idw\rwinf.dll,INF