Contents
Interfaces
Dependencies
For the Prokee Module Library
Dynamically Linked Modules:
-
module utf8 (version 1 - 0 -- default: v01)
-
module utf16 (version 1 - 0 -- default: v01)
-
module reader (version 1 - 0 -- default: v01)
-
module str (version 1 - 0 -- default: v01)
-
module strconv (version 1 - 0 -- default: v01)
For the Standalone Executable
-
module utf8 (version 1 - 0 -- default: v01)
-
module utf16 (version 1 - 0 -- default: v01)
-
module reader (version 1 - 0 -- default: v01)
-
module str (version 1 - 0 -- default: v01)
-
module strconv (version 1 - 0 -- default: v01)
Source Files
unireader/unireader.h
interface/prokee/unireader/prokee.h
interface/prokee/unireader/prokee_c.h
interface/prokee/mlocal.h
unireader/unireader.cpp
interface/prokee/unireader/prokee.cpp
interface/prokee/unireader/prokee_c.cpp
Licenses
- NO LICENSE
There is no license assigned to this module. Please contact the author to obtain a license.
Exported Symbols
Constructors
void *createUniReader();
Destructors
void destroyUniReader(void *object);
Methods
int UniReader_openfile1(const char *filename,void *object);
int UniReader_openfile2(const char *filename,int format,void *object);
int UniReader_openfile3(const wchar_t *filename,void *object);
int UniReader_openfile4(const wchar_t *filename,int format,void *object);
int UniReader_closefile(void *object);
int UniReader_get(void *object);
const char *UniReader_getCurrentFilename(void *object);
int UniReader_getCurrentRow(void *object);
int UniReader_getCurrentColumn(void *object);
int UniReader_getCurrentFileFormat(void *object);
Internal Pointers
Constructors
The functions listed below are the "constructor functions" for creating objects of the linked module.
These functions can be used directly to omit the static wrapper methods.
void *unireader_UniReader_createUniReader();
The names of the functions are constructed according to the following pattern:
<module>_<namespace>_<class>_create<class>(...)
where:
<module> is the name of the module.
<namespace> is the name of the namespace (optional).
<class> is the name of the class.
Destructors
There are also destructor functions. These are equivalent to calling
delete object;.
Do not call this functions directly.
void unireader_UniReader_destroyUniReader(void *object);
The names of the functions are constructed according to the following pattern:
<<module>_<namespace>_<class>_destroy<class>(void *object)
where:
<module> is the name of the module.
<namespace> is the name of the namespace (optional).
<class> is the name of the class.
object is the object to be destroyed.
Methods
These functions are used, if you created the object locally.
Do not call this functions directly.
int unireader_UniReader_openfile1(const char *filename,void *object);
int unireader_UniReader_openfile2(const char *filename,int format,void *object);
int unireader_UniReader_openfile3(const wchar_t *filename,void *object);
int unireader_UniReader_openfile4(const wchar_t *filename,int format,void *object);
int unireader_UniReader_closefile(void *object);
int unireader_UniReader_get(void *object);
const char *unireader_UniReader_getCurrentFilename(void *object);
int unireader_UniReader_getCurrentRow(void *object);
int unireader_UniReader_getCurrentColumn(void *object);
int unireader_UniReader_getCurrentFileFormat(void *object);
The names of the functions are constructed according to the following pattern:
<module>_<namespace>_<class>_<method>(...,void *object)
where:
<module> is the name of the module.
<namespace> is the name of the namespace (optional).
<class> is the name of the class.
<method> is the name of the method.
object is the object of which the method is called.
Build Log
--------------------------------------------------------------------------------
unireader -- Do Dez 5 02:41:29 CET 2019
--------------------------------------------------------------------------------
ERROR: Fehler beim öffnen der Datei files.def.
Fehlernummer: 2
-------------------------------------------------------------------------------
> install headers
cp: der Aufruf von stat für '../source/interface/prokee/unireader/inc/struct.h' ist nicht möglich: Datei oder Verzeichnis nicht gefunden
-------------------------------------------------------------------------------
Executable for Linux/[local system] (CLI)
[compiling]
[end]
-------------------------------------------------------------------------------
Executable for Windows/[local system] (CLI)
[compiling]
[end]
-------------------------------------------------------------------------------
Dynamic library for Linux/[local system] (DLL)
[compiling]
[end]
-------------------------------------------------------------------------------
Dynamic library for Windows/[local system] (DLL)
[compiling]
[end]
-------------------------------------------------------------------------------
Static library for Linux/[local system] (LIB)
[compiling]
[end]
-------------------------------------------------------------------------------
Static library for Windows/[local system] (LIB)
[compiling]
[end]
-------------------------------------------------------------------------------
TESTS (Automated Tests for Linux/[local system])
[compiling]
[end]
-------------------------------------------------------------------------------
TESTS (Automated Tests for Windows/[local system])
[compiling]
[end]
-------------------------------------------------------------------------------
Executable for Linux/32bit (CLI)
[compiling]
[end]
-------------------------------------------------------------------------------
Executable for Windows/32bit (CLI)
[compiling]
[end]
-------------------------------------------------------------------------------
Dynamic library for Linux/32bit (DLL)
[compiling]
[end]
-------------------------------------------------------------------------------
Dynamic library for Windows/32bit (DLL)
[compiling]
[end]
-------------------------------------------------------------------------------
Static library for Linux/32bit (LIB)
[compiling]
[end]
-------------------------------------------------------------------------------
Static library for Windows/32bit (LIB)
[compiling]
[end]
-------------------------------------------------------------------------------
TESTS (Automated Tests for Linux/32bit)
[compiling]
[end]
-------------------------------------------------------------------------------
TESTS (Automated Tests for Windows/32bit)
[compiling]
[end]
-------------------------------------------------------------------------------
Executable for Linux/64bit (CLI)
[compiling]
[end]
-------------------------------------------------------------------------------
Executable for Windows/64bit (CLI)
[compiling]
[end]
-------------------------------------------------------------------------------
Dynamic library for Linux/64bit (DLL)
[compiling]
[end]
-------------------------------------------------------------------------------
Dynamic library for Windows/64bit (DLL)
[compiling]
[end]
-------------------------------------------------------------------------------
Static library for Linux/64bit (LIB)
[compiling]
[end]
-------------------------------------------------------------------------------
Static library for Windows/64bit (LIB)
[compiling]
[end]
-------------------------------------------------------------------------------
TESTS (Automated Tests for Linux/64bit)
[compiling]
[end]
-------------------------------------------------------------------------------
TESTS (Automated Tests for Windows/64bit)
[compiling]
[end]
-------------------------------------------------------------------------------
> test_all
-------------------------------------------------------------------------------
> prepare
cp: der Aufruf von stat für '../source/interface/prokee/unireader/inc/struct.h' ist nicht möglich: Datei oder Verzeichnis nicht gefunden
cp: der Aufruf von stat für '../docu/man/' ist nicht möglich: Datei oder Verzeichnis nicht gefunden
-------------------------------------------------------------------------------
> install
creating /opt/prokee/system/reg/dllinfo/unireader.v01.info ...
license=1 | version=1 | library=libunireader.v01
creating /opt/prokee/system/reg/dllinfo/unireader.info ...
license=1 | version=1 | library=libunireader.v01
-------------------------------------------------------------------------------
> module
-------------------------------------------------------------------------------
> exepack
-------------------------------------------------------------------------------
> sourcepack
-------------------------------------------------------------------------------
> cleanup
-------------------------------------------------------------------------------
> webexport
--------------------------------------------------------------------------------
FERTIG
--------------------------------------------------------------------------------