Date: Tuesday September 27, 2005 @ 4:01
Author: alk
Update of /cvs/nms/src/www/nxsmcl
In directory netxms.org:/tmp/cvs-serv81105
Added Files:
main.cpp nxsmcl.dsp nxsmcl.dsw
Log Message:
client library for nxsm
dsp `.' builds test application
dsp in `NXSMClient' build dll for perl module, source shared with test app
nb!
1) swig required to build
2) resulting swig's wrapper should be patched (swig adds zero-size
array definitions):
remove:
static swig_type_info *swig_types[0];
change next line from:
static swig_module_info swig_module = {swig_types, 0, 0, 0, 0, 0};
to:
static swig_module_info swig_module = {NULL, 0, 0, 0, 0, 0};
remove:
static swig_type_info *swig_type_initial[] = {}
static swig_cast_info *swig_cast_initial[] = {}
change:
/* Initialize the swig_module */
swig_module.type_initial = swig_type_initial;
swig_module.cast_initial = swig_cast_initial;
to:
/* Initialize the swig_module */
swig_module.type_initial = NULL;
swig_module.cast_initial = NULL;
===================================================================
File: main.cpp Status: Up-to-date
Working revision: 1.1 Tue Sep 27 01:01:16 2005
Repository revision: 1.1 /cvs/nms/src/www/nxsmcl/main.cpp,v
Existing Tags:
No Tags Exist
===================================================================
File: nxsmcl.dsp Status: Up-to-date
Working revision: 1.1 Tue Sep 27 01:01:16 2005
Repository revision: 1.1 /cvs/nms/src/www/nxsmcl/nxsmcl.dsp,v
Existing Tags:
No Tags Exist
===================================================================
File: nxsmcl.dsw Status: Up-to-date
Working revision: 1.1 Tue Sep 27 01:01:16 2005
Repository revision: 1.1 /cvs/nms/src/www/nxsmcl/nxsmcl.dsw,v
Existing Tags:
No Tags Exist
Received on Tue Sep 27 2005 - 04:01:19 EEST
This archive was generated by hypermail 2.2.0 : Tue Sep 27 2005 - 04:02:03 EEST