lib3mf 2.5 :

- aggiornamento versione
- utilizzate le nostre librerie esterne libzip e zlib e non quelle incluse in lib3mf.
This commit is contained in:
SaraP
2026-08-25 12:44:11 +02:00
parent ea6efc1e36
commit 513f08e691
544 changed files with 52634 additions and 30760 deletions
+4 -4
View File
@@ -1,6 +1,6 @@
/*++
Copyright (C) 2019 3MF Consortium (Original Author)
Copyright (C) 2024 3MF Consortium (Original Author)
All rights reserved.
@@ -24,12 +24,12 @@ ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
This file has been generated by the Automatic Component Toolkit (ACT) version 1.6.0.
This file has been generated by the Automatic Component Toolkit (ACT) version 1.8.1-develop.
Abstract: This is an autogenerated C++ Implementation file with the basic internal
exception type in order to allow an easy use of the 3MF Library
Interface version: 2.2.0
Interface version: 2.5.0
*/
@@ -42,7 +42,7 @@ Interface version: 2.2.0
Class ELib3MFInterfaceException
**************************************************************************************************************************/
ELib3MFInterfaceException::ELib3MFInterfaceException(Lib3MFResult errorCode)
: m_errorMessage("Lib3MF Error " + std::to_string (errorCode))
: m_errorMessage(LIB3MF_GETERRORSTRING (errorCode))
{
m_errorCode = errorCode;
}