mirror of
https://github.com/tesseract-ocr/tesseract.git
synced 2024-12-03 00:49:01 +08:00
023e1b340e
* api: Replace Tesseract data types by POSIX data types Signed-off-by: Stefan Weil <sw@weilnetz.de> * ccmain: Replace Tesseract data types by POSIX data types Signed-off-by: Stefan Weil <sw@weilnetz.de> * ccstruct: Replace Tesseract data types by POSIX data types Signed-off-by: Stefan Weil <sw@weilnetz.de> * classify: Replace Tesseract data types by POSIX data types Signed-off-by: Stefan Weil <sw@weilnetz.de> * cutil: Replace Tesseract data types by POSIX data types Signed-off-by: Stefan Weil <sw@weilnetz.de> * dict: Replace Tesseract data types by POSIX data types Signed-off-by: Stefan Weil <sw@weilnetz.de> * textord: Replace Tesseract data types by POSIX data types Signed-off-by: Stefan Weil <sw@weilnetz.de> * training: Replace Tesseract data types by POSIX data types Signed-off-by: Stefan Weil <sw@weilnetz.de> * wordrec: Replace Tesseract data types by POSIX data types Signed-off-by: Stefan Weil <sw@weilnetz.de> * ccutil: Replace Tesseract data types by POSIX data types Now all Tesseract data types which are no longer needed can be removed from ccutil/host.h. Signed-off-by: Stefan Weil <sw@weilnetz.de> * ccmain: Replace Tesseract's MIN_*INT, MAX_*INT* by POSIX *INT*_MIN, *INT*_MAX Signed-off-by: Stefan Weil <sw@weilnetz.de> * ccstruct: Replace Tesseract's MIN_*INT, MAX_*INT* by POSIX *INT*_MIN, *INT*_MAX Signed-off-by: Stefan Weil <sw@weilnetz.de> * classify: Replace Tesseract's MIN_*INT, MAX_*INT* by POSIX *INT*_MIN, *INT*_MAX Signed-off-by: Stefan Weil <sw@weilnetz.de> * dict: Replace Tesseract's MIN_*INT, MAX_*INT* by POSIX *INT*_MIN, *INT*_MAX Signed-off-by: Stefan Weil <sw@weilnetz.de> * lstm: Replace Tesseract's MIN_*INT, MAX_*INT* by POSIX *INT*_MIN, *INT*_MAX Signed-off-by: Stefan Weil <sw@weilnetz.de> * textord: Replace Tesseract's MIN_*INT, MAX_*INT* by POSIX *INT*_MIN, *INT*_MAX Signed-off-by: Stefan Weil <sw@weilnetz.de> * wordrec: Replace Tesseract's MIN_*INT, MAX_*INT* by POSIX *INT*_MIN, *INT*_MAX Signed-off-by: Stefan Weil <sw@weilnetz.de> * ccutil: Replace Tesseract's MIN_*INT, MAX_*INT* by POSIX *INT*_MIN, *INT*_MAX Remove the macros which are now unused from ccutil/host.h. Remove also the obsolete history comments. Signed-off-by: Stefan Weil <sw@weilnetz.de> * Fix build error caused by ambiguous ClipToRange Error message vom Appveyor CI: C:\projects\tesseract\ccstruct\coutln.cpp(818): error C2672: 'ClipToRange': no matching overloaded function found [C:\projects\tesseract\build\libtesseract.vcxproj] C:\projects\tesseract\ccstruct\coutln.cpp(818): error C2782: 'T ClipToRange(const T &,const T &,const T &)': template parameter 'T' is ambiguous [C:\projects\tesseract\build\libtesseract.vcxproj] c:\projects\tesseract\ccutil\helpers.h(122): note: see declaration of 'ClipToRange' C:\projects\tesseract\ccstruct\coutln.cpp(818): note: could be 'char' C:\projects\tesseract\ccstruct\coutln.cpp(818): note: or 'int' Signed-off-by: Stefan Weil <sw@weilnetz.de> * unittest: Replace Tesseract's MAX_INT8 by POSIX INT8_MAX Signed-off-by: Stefan Weil <sw@weilnetz.de> * arch: Replace Tesseract's MAX_INT8 by POSIX INT8_MAX Signed-off-by: Stefan Weil <sw@weilnetz.de>
176 lines
5.3 KiB
C
176 lines
5.3 KiB
C
/**********************************************************************
|
|
* File: nwmain.h
|
|
* Description: Tool to declare main, making windows invisible.
|
|
* Author: Ray Smith
|
|
* Created: Fri Sep 07 13:27:50 MDT 1995
|
|
*
|
|
* (C) Copyright 1995, Hewlett-Packard Co.
|
|
** Licensed under the Apache License, Version 2.0 (the "License");
|
|
** you may not use this file except in compliance with the License.
|
|
** You may obtain a copy of the License at
|
|
** http://www.apache.org/licenses/LICENSE-2.0
|
|
** Unless required by applicable law or agreed to in writing, software
|
|
** distributed under the License is distributed on an "AS IS" BASIS,
|
|
** WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
** See the License for the specific language governing permissions and
|
|
** limitations under the License.
|
|
*
|
|
**********************************************************************/
|
|
|
|
#ifndef RUNMAIN_H
|
|
#define RUNMAIN_H
|
|
|
|
#include "host.h"
|
|
#include "params.h"
|
|
|
|
#define DECLARE_MAIN(ARGC,ARGV)\
|
|
STRING_VAR(init_config_file,"config","Config file to read on startup");\
|
|
REALLY_DECLARE_MAIN(ARGC,ARGV)
|
|
|
|
#define DECLARE_MAIN_CONFIG(ARGC,ARGV,NAME)\
|
|
STRING_VAR(init_config_file,NAME,"Config file to read on startup");\
|
|
REALLY_DECLARE_MAIN(ARGC,ARGV)
|
|
|
|
#ifndef __UNIX__
|
|
|
|
#define REALLY_DECLARE_MAIN(ARGC,ARGV)\
|
|
\
|
|
/**********************************************************************\
|
|
* parse_args\
|
|
*\
|
|
* Turn a list of args into a new list of args with each separate\
|
|
* whitespace spaced string being an arg.\
|
|
**********************************************************************/\
|
|
\
|
|
int32_t parse_args( /*refine arg list*/\
|
|
int32_t argc, /*no of input args*/\
|
|
char *argv[], /*input args*/\
|
|
char *arglist[] /*output args*/\
|
|
)\
|
|
{\
|
|
int32_t argcount; /*converted argc*/\
|
|
char *testchar; /*char in option string*/\
|
|
int32_t arg; /*current argument*/\
|
|
\
|
|
argcount=0; /*no of options*/\
|
|
for (arg=0;arg<argc;arg++)\
|
|
{\
|
|
testchar=argv[arg]; /*start of arg*/\
|
|
do\
|
|
{\
|
|
while (*testchar\
|
|
&& (*testchar==' ' || *testchar=='"' || *testchar=='\n' || *testchar=='\t'))\
|
|
testchar++; /*skip white space*/\
|
|
if (*testchar)\
|
|
{\
|
|
arglist[argcount++]=testchar; /*new arg*/\
|
|
do\
|
|
{\
|
|
for (testchar++;*testchar\
|
|
&& *testchar!=' ' && *testchar!='"' && *testchar!='\n' && *testchar!='\t';\
|
|
testchar++); /*skip to white space*/\
|
|
}\
|
|
while (*testchar=='"' && testchar[1]!=' ' && testchar[1]!='\0' && testchar[1]!='\n' && testchar[1]!='\t');\
|
|
if (*testchar)\
|
|
*testchar++='\0'; /*turn to separate args*/\
|
|
}\
|
|
}\
|
|
while (*testchar);\
|
|
}\
|
|
return argcount; /*new number of args*/\
|
|
}\
|
|
\
|
|
int32_t global_exit_code;\
|
|
int32_t real_main(int32_t,const char**);\
|
|
\
|
|
int32_t run_main( /*the main thread*/\
|
|
CWinApp* theapp /*arguments*/\
|
|
)\
|
|
{\
|
|
char **argv;\
|
|
char *argsin[2];\
|
|
int32_t argc;\
|
|
int32_t exit_code;\
|
|
\
|
|
argsin[0]=strdup(theapp->m_pszExeName);\
|
|
argsin[1]=strdup(theapp->m_lpCmdLine);\
|
|
/*allocate memory for the args. There can never be more than half*/\
|
|
/*the total number of characters in the arguments.*/\
|
|
argv=(char**)malloc(((strlen(argsin[0])+strlen(argsin[1]))/2+1)*sizeof(char*));\
|
|
\
|
|
/*now construct argv as it should be for C.*/\
|
|
argc=parse_args(2,argsin,argv);\
|
|
\
|
|
/*call main(argc,argv) here*/\
|
|
exit_code=real_main(argc,(const char **)argv);\
|
|
\
|
|
\
|
|
/*now get rid of the main app window*/\
|
|
if (theapp!=NULL && theapp->m_pMainWnd!=NULL)\
|
|
PostMessage(theapp->m_pMainWnd->m_hWnd,WM_QUIT,0,0);\
|
|
free(argsin[0]);\
|
|
free(argsin[1]);\
|
|
free(argv);\
|
|
global_exit_code=exit_code;\
|
|
return exit_code;\
|
|
}\
|
|
\
|
|
int32_t real_main(int32_t ARGC,const char* ARGV[])\
|
|
|
|
#else
|
|
|
|
#define REALLY_DECLARE_MAIN(ARGC,ARGV)\
|
|
\
|
|
/**********************************************************************\
|
|
* parse_args\
|
|
*\
|
|
* Turn a list of args into a new list of args with each separate\
|
|
* whitespace spaced string being an arg.\
|
|
**********************************************************************/\
|
|
\
|
|
int32_t parse_args( /*refine arg list*/\
|
|
int32_t argc, /*no of input args*/\
|
|
char *argv[], /*input args*/\
|
|
char *arglist[] /*output args*/\
|
|
)\
|
|
{\
|
|
int32_t argcount; /*converted argc*/\
|
|
char *testchar; /*char in option string*/\
|
|
int32_t arg; /*current argument*/\
|
|
\
|
|
argcount=0; /*no of options*/\
|
|
for (arg=0;arg<argc;arg++)\
|
|
{\
|
|
testchar=argv[arg]; /*start of arg*/\
|
|
do\
|
|
{\
|
|
while (*testchar\
|
|
&& (*testchar==' ' || *testchar=='"' || *testchar=='\n' || *testchar=='\t'))\
|
|
testchar++; /*skip white space*/\
|
|
if (*testchar)\
|
|
{\
|
|
arglist[argcount++]=testchar; /*new arg*/\
|
|
do\
|
|
{\
|
|
for (testchar++;*testchar\
|
|
&& *testchar!=' ' && *testchar!='"' && *testchar!='\n' && *testchar!='\t';\
|
|
testchar++); /*skip to white space*/\
|
|
}\
|
|
while (*testchar=='"' && testchar[1]!=' ' && testchar[1]!='\0' && testchar[1]!='\n' && testchar[1]!='\t');\
|
|
if (*testchar)\
|
|
*testchar++='\0'; /*turn to separate args*/\
|
|
}\
|
|
}\
|
|
while (*testchar);\
|
|
}\
|
|
return argcount; /*new number of args*/\
|
|
}\
|
|
\
|
|
int32_t main(int32_t ARGC,const char* ARGV[])\
|
|
|
|
#endif
|
|
|
|
#else
|
|
#error "NOT allowed to include nwmain.h or runmain.h twice!!"
|
|
#endif
|