Properly clean up when comment decoding is interrupted.
[xiph/unicode.git] / w3d / README.win32
blob00313fc333262f5bd3dc90b6c2af5ce5e0491632
1 The win32 directory contains 3 projects (*.dsp) and a
2 workspace (tarkin.dsw). One must load the tarkin.dsw
3 file in VC6++.
5 The main project is the "tarkin_lib" project which
6 outputs an static lib that is linked by the other 2
7 projects "test_enc" and "test_dec" in win32 console
8 applications. 
10 One must be sure that the OGG project resides in the
11 same directory as W3D and then it should compile right
12 away. There are no other directory dependencies.
14 The DEBUG application outputs a lot of PGM files
15 because of the DBG_XFORM define. The RELEASE do not
16 output these files.
18 Regards,
19  Attila
21 Kondoros Attila <cookieman_k@yahoo.com>