File tree Expand file tree Collapse file tree 11 files changed +24
-25
lines changed
dynamsoft_barcode_reader_bundle Expand file tree Collapse file tree 11 files changed +24
-25
lines changed Original file line number Diff line number Diff line change 1- __version__ = "4.0.10.8499 "
1+ __version__ = "4.0.10.8511 "
22
33if __package__ or "." in __name__ :
44 from . import _DynamsoftCore
Original file line number Diff line number Diff line change 1- __version__ = "3.0.10.8499 "
1+ __version__ = "3.0.10.8511 "
22
33if __package__ or "." in __name__ :
44 from .core import *
Original file line number Diff line number Diff line change 1- __version__ = "11.0.10.8499 "
1+ __version__ = "11.0.10.8511 "
22
33if __package__ or "." in __name__ :
44 from .core import *
Original file line number Diff line number Diff line change 1- __version__ = "3.0.10.8499 "
1+ __version__ = "3.0.10.8511 "
22
33if __package__ or "." in __name__ :
44 from . import _DynamsoftImageProcessing
Original file line number Diff line number Diff line change 1- __version__ = "4.0.10.8499 "
1+ __version__ = "4.0.10.8511 "
22
33if __package__ or "." in __name__ :
44 from . import _DynamsoftLicense
Original file line number Diff line number Diff line change 1- __version__ = "2.0.10.8499 "
1+ __version__ = "2.0.10.8511 "
22
33if __package__ or "." in __name__ :
44 from .cvr import *
Original file line number Diff line number Diff line change @@ -16588,9 +16588,7 @@ extern "C"
1658816588 * -----------------------------------------------------------------------------*/
1658916589static PyObject *dataModule=nullptr;
1659016590
16591- #ifdef __cplusplus
16592- extern "C"
16593- #endif
16591+
1659416592void ModelExit(void)
1659516593{
1659616594 if(dataModule)
@@ -16599,6 +16597,9 @@ void ModelExit(void)
1659916597 dataModule = nullptr;
1660016598 }
1660116599}
16600+ #ifdef __cplusplus
16601+ extern "C"
16602+ #endif
1660216603 SWIGEXPORT
1660316604#if PY_VERSION_HEX >= 0x03000000
1660416605 PyObject *
Original file line number Diff line number Diff line change @@ -16014,20 +16014,18 @@ extern "C"
1601416014 * -----------------------------------------------------------------------------*/
1601516015static PyObject *dataModule=nullptr;
1601616016
16017- #ifdef __cplusplus
16018- extern "C"
16019- #endif
16017+
1602016018void ModelExit(void)
1602116019{
1602216020 if(dataModule)
1602316021 {
1602416022 Py_DECREF(dataModule);
1602516023 dataModule = nullptr;
1602616024 }
16027- else{
16028- printf("no dataModule\n");
16029- }
1603016025}
16026+ #ifdef __cplusplus
16027+ extern "C"
16028+ #endif
1603116029 SWIGEXPORT
1603216030#if PY_VERSION_HEX >= 0x03000000
1603316031 PyObject *
Original file line number Diff line number Diff line change @@ -19525,9 +19525,6 @@ extern "C"
1952519525 * -----------------------------------------------------------------------------*/
1952619526static PyObject *dataModule=nullptr;
1952719527
19528- #ifdef __cplusplus
19529- extern "C"
19530- #endif
1953119528void ModelExit(void)
1953219529{
1953319530 if(dataModule)
@@ -19536,6 +19533,9 @@ void ModelExit(void)
1953619533 dataModule = nullptr;
1953719534 }
1953819535}
19536+ #ifdef __cplusplus
19537+ extern "C"
19538+ #endif
1953919539 SWIGEXPORT
1954019540#if PY_VERSION_HEX >= 0x03000000
1954119541 PyObject *
@@ -19620,7 +19620,7 @@ void
1962019620 SWIG_InitializeModule(0);
1962119621 dataModule = PyImport_AddModule("runtime_data" DYNAMSOFT_POSTFIX);
1962219622 if(dataModule)
19623- Py_INCREF(dataModule);
19623+ Py_INCREF(dataModule);
1962419624 Py_AtExit(ModelExit);
1962519625#ifdef SWIGPYTHON_BUILTIN
1962619626 swigpyobject = SwigPyObject_TypeOnce();
Original file line number Diff line number Diff line change @@ -4880,9 +4880,6 @@ extern "C"
48804880 * -----------------------------------------------------------------------------*/
48814881static PyObject *dataModule=nullptr ;
48824882
4883- #ifdef __cplusplus
4884- extern " C"
4885- #endif
48864883void ModelExit (void )
48874884{
48884885 if (dataModule)
@@ -4891,6 +4888,9 @@ void ModelExit(void)
48914888 dataModule = nullptr ;
48924889 }
48934890}
4891+ #ifdef __cplusplus
4892+ extern " C"
4893+ #endif
48944894 SWIGEXPORT
48954895#if PY_VERSION_HEX >= 0x03000000
48964896 PyObject *
You can’t perform that action at this time.
0 commit comments