This documenta- tion describes the current state of development.
Note that interfaces and functionality may still change.

Prokee Modules:
  A
  B
  C
  D
  E
  F
  G
  I
  L
  M
  N
  O
  P
  R
  S
  T
  U
  W

     open all    |    close all

GUI Elements:
  B
  C
  I
  M
  P
  R
  S
  T

     open all    |    close all

GUI Interactions:
  B
  F
  H
  S

     open all    |    close all

GUI Layouts:
  L

     open all    |    close all

Games/Demos:
  M

     open all    |    close all

Third Party Libraries:
  P
  F
  Z

     open all    |    close all

Information about this Website / Informationen zu dieser Webseite:
In case of any questions, or comments, please feel free to contact me via email at apoll500@gmail.com.

Module bmc_extract [Version: v01]

 
Compile status: 
see log

Contents


Dependencies

For the Prokee Module Library

Dynamically Linked Modules: For the Standalone Executable

Source Files

  • bmc_extract/bmc_extract.h
  • interface/prokee/bmc_extract/prokee.h
  • interface/prokee/bmc_extract/prokee_c.h
  • interface/prokee/mlocal.h
  • bmc_extract/bmc_extract.cpp
  • interface/prokee/bmc_extract/prokee.cpp
  • interface/prokee/bmc_extract/prokee_c.cpp

Licenses


Command-Line Interface (bmc_extract)

prokee::bmc_extract(1) Prokee Tools prokee::bmc_extract(1)

NAME
bmc_extract - Extracts bmc definitions from source code.

SYNOPSIS
bmc_extract SOURCE TARGET

DESCRIPTION
bmc_extract extracts bmc definitions (DEF blocks within comments) from a source file (or from all source files within a directory and all sub-directories). The source files stay unchanged. SOURCE has to specify the path to a source file or a path to a directory and TARGET must be the path to a file in which the extracted DEF blocks are written.

If SOURCE specifies a directory, the last character of the path has to be a slash / (or a backslash \ on Windows). Otherwise the path is considered to point to a file, and the program will fail.

How to mark bmc code within C/C++ source files:
In the pattern below, the area marked with '+' will be extracted. The marker 'bmc' has to appear within the first line of the comment. Left of 'bmc' may be any number of additional stars and spaces.

/*[ |*]...bmc++++++++++++++
+++++++++++++++++++++++++++
+++++++++++++++++++++++++++
+++++++++++++++++++++++++++
+++++++++++++++++++++++++++
++*/

AUTHOR
Andreas Pollhammer, info@andreaspollhammer.com

COPYRIGHT
Copyrigt by Andreas Pollhammer

v01 2019 prokee::bmc_extract(1)

Exported Symbols

Pointers

int (*bmc_extract_reset)(const char *target_filename);
int (*bmc_extract_extract)(const char *source_filename,const char *target_filename);
int (*bmc_extract_extract_file)(const char *source_filename,const char *target_filename);

Internal Pointers

Pointers

int bmc_extract_reset(const char *target_filename);
int bmc_extract_extract(const char *source_filename,const char *target_filename);
int bmc_extract_extract_file(const char *source_filename,const char *target_filename);

Build Log

--------------------------------------------------------------------------------
bmc_extract -- Do Dez  5 02:28:22 CET 2019
--------------------------------------------------------------------------------
ERROR: Fehler beim öffnen der Datei files.def.
Fehlernummer: 2
-------------------------------------------------------------------------------
> install headers
cp: der Aufruf von stat für '../source/interface/prokee/bmc_extract/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/bmc_extract/inc/struct.h' ist nicht möglich: Datei oder Verzeichnis nicht gefunden ------------------------------------------------------------------------------- > install creating /opt/prokee/system/reg/dllinfo/bmc_extract.v01.info ... license=1 | version=1 | library=libbmc_extract.v01 creating /opt/prokee/system/reg/dllinfo/bmc_extract.info ... license=1 | version=1 | library=libbmc_extract.v01 ------------------------------------------------------------------------------- > module ------------------------------------------------------------------------------- > exepack ------------------------------------------------------------------------------- > sourcepack ------------------------------------------------------------------------------- > cleanup ------------------------------------------------------------------------------- > webexport -------------------------------------------------------------------------------- FERTIG --------------------------------------------------------------------------------

Copyright © 2017 - 2019 by Andreas Pollhammer