lib3mf 2.5 :
- aggiornamento versione - utilizzate le nostre librerie esterne libzip e zlib e non quelle incluse in lib3mf.
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user