Files
epics-base/src/libCom
1997-01-22 21:33:06 +00:00
..
1996-07-09 23:03:02 +00:00
1996-10-15 19:34:23 +00:00
1997-01-22 21:14:50 +00:00
1996-09-16 18:41:53 +00:00
1997-01-10 00:12:21 +00:00
1996-11-02 02:04:42 +00:00
1996-11-02 02:05:24 +00:00
1996-11-02 01:30:51 +00:00
1997-01-10 00:12:21 +00:00
1997-01-22 21:33:06 +00:00
1996-06-20 22:34:05 +00:00
1996-11-02 02:06:59 +00:00
1993-07-23 08:14:43 +00:00
1991-07-31 18:34:55 +00:00
1996-11-02 01:56:55 +00:00
1996-11-02 01:57:45 +00:00
1996-07-09 23:03:02 +00:00
1996-06-19 19:44:53 +00:00
1997-01-10 00:12:21 +00:00
1996-10-15 19:34:23 +00:00
1996-09-16 18:41:53 +00:00
1996-01-25 21:24:40 +00:00
1996-11-02 01:59:43 +00:00
1997-01-10 00:12:21 +00:00
1996-06-19 20:06:17 +00:00
1996-06-27 01:58:27 +00:00
1996-06-24 13:37:31 +00:00
1996-01-25 21:24:40 +00:00
1996-09-04 21:46:20 +00:00
1993-09-20 14:29:14 +00:00
1996-11-02 02:04:42 +00:00
1996-11-02 02:04:42 +00:00
1996-07-09 23:01:31 +00:00
1996-01-25 21:24:40 +00:00
1996-01-25 21:24:40 +00:00
1991-06-18 19:41:37 +00:00
1996-09-20 15:37:38 +00:00
1996-09-20 15:37:38 +00:00
1996-09-20 15:37:38 +00:00
1996-11-02 02:05:24 +00:00
1996-09-16 21:07:11 +00:00
1996-07-10 14:49:55 +00:00
1996-07-10 14:49:55 +00:00
1996-09-16 21:07:11 +00:00
1996-06-28 15:20:11 +00:00
1997-01-10 21:06:06 +00:00
1997-01-10 00:12:21 +00:00
1996-11-02 01:58:52 +00:00
1996-07-10 23:36:10 +00:00
1995-02-13 19:39:28 +00:00
1996-11-02 02:06:00 +00:00
1996-11-02 02:06:59 +00:00
1996-11-02 02:06:59 +00:00
1996-09-16 21:18:54 +00:00
1996-09-16 21:18:54 +00:00
1996-09-16 21:18:54 +00:00
1996-06-19 14:39:17 +00:00
1997-01-10 00:12:21 +00:00
1995-02-21 17:53:22 +00:00
1996-11-22 19:56:42 +00:00
1996-11-02 02:08:52 +00:00

On WIN32, libCom is build as a DLL   Com.dll.

Because the sources are not adjusted to export all
functions 'automatically' with _declspec(dllexport),
a def-file  'Com.def' is used to list all
functions that should be included in the DLL.

It may well be that I missed to include some
functions in Com.def,
so if some function is missing in the DLL,
add a line to Com.def!

To rebuild the dll:

rm O.WIN32/Com.*
gnumake

-kuk-