forked from sabit/Oscar-ISO8583
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME.TXT
50 lines (29 loc) · 1.2 KB
/
README.TXT
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
Copied from Oscar Sanderson's DL ISO-8583 C Library (v0.4)
http://www.oscarsanderson.com/iso-8583/
CONTENTS
--------
This package contains the following source code files:
- demo.c
Demo application source, with message packing/unpacking example
- benchmark.c
Benchmark source, to benchmark pack/unpack operations
- dl_c_iso8583_v0_0_3 (16th July 2008)
DL ISO-8583 library source files
- dl_c_common_v0_0_2 (14th October 2007)
DL Common source files (used by DL ISO-8583)
- benchmark / demo
Sample MSVC 6.0 project files
COMPILATION
-----------
Simply compile all the provided source code to run the demo application, from
there you can easily integrate the DL ISO-8583 library into other projects.
If using MSVC 6.0 then simply open the applicable DSW file.
CHANGE HISTORY
--------------
This version includes the following changes:
[Bug-fix] Fixed issue in 'VarLen_Get' (dl_iso8583_fields.c) which resulted in
the length being incorrectly determined (during unpack) for any
variable length field with a length equal to or exeeding 100
BUGS / SUGGESTIONS
------------------
Please email any bugs or suggestions to '[email protected]'.