• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

docs/H10-Sep-2004-2,3691,998

src/H03-May-2022-5,8154,654

tests/H03-May-2022-1,9811,720

MakefileH A D03-May-20222.1 KiB5141

Makefile.msvcH A D04-Aug-2004861 2413

README.win32H A D04-Aug-2004700 2716

domc.defH A D22-Mar-20031.7 KiB6362

domc.specH A D09-Sep-20041.3 KiB5643

README.win32

1INSTALLATION
2
3There are source and binary packages:
4
5  domc-0.6.9.zip     - zip archive of source
6  domc-0.6.9.bin.zip - Win32 domc.dll, domc.lib, domc_s.lib,...
7
8The .bin.zip provides domc.dll which can be placed in the PATH of
9the program using it (probably C:\WINNT\system32). If you want to build
10the .DLL do:
11
12  > cd domc-0.6.9
13  > nmake -f Makefile.msvc
14
15To make the static .LIB just do:
16
17  > nmake -f Makefile.msvc domc.lib
18
19For i18n support you must install the encdec library:
20
21  http://www.ioplex.com/~miallen/encdec/
22
23This will enable you to properly convert UTF-8 input to whatever your
24locale codepage is. But there are limitations to encdec on Windows
25described in it's README.win32.
26
27