2025.6.1
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
/***********************************************************************************************************************
|
||||
*
|
||||
* Copyright (c) 2010 - 2022 by Tech Soft 3D, Inc.
|
||||
* Copyright (c) 2010 - 2025 by Tech Soft 3D, Inc.
|
||||
* The information contained herein is confidential and proprietary to Tech Soft 3D, Inc., and considered a trade secret
|
||||
* as defined under civil and criminal statutes. Tech Soft 3D shall pursue its civil and criminal remedies in the event
|
||||
* of unauthorized use or misappropriation of its trade secrets. Use of this information by anyone other than authorized
|
||||
@@ -18,6 +18,7 @@ This file demonstrates how to update a PDF file generated with Tetra 4D Enrich,
|
||||
#define INITIALIZE_A3D_API
|
||||
#define HOOPS_PRODUCT_PUBLISH_ADVANCED
|
||||
#include <A3DSDKIncludes.h>
|
||||
#include <hoops_license.h>
|
||||
#include "../common.hpp"
|
||||
#include "../CommonInit.h"
|
||||
|
||||
@@ -155,7 +156,7 @@ int main(int iArgc, A3DUTF8Char** ppcArgv)
|
||||
#endif
|
||||
|
||||
// init A3DLIB library - automatically handled init/terminate
|
||||
A3DSDKHOOPSPublishLoader sHoopsPublishLoader(_T(HOOPS_BINARY_DIRECTORY));
|
||||
A3DSDKHOOPSPublishLoader sHoopsPublishLoader(_T(HOOPS_BINARY_DIRECTORY), HOOPS_LICENSE);
|
||||
CHECK_RET(sHoopsPublishLoader.m_eSDKStatus);
|
||||
A3DDllSetCallbacksMemory(CheckMalloc, CheckFree);
|
||||
|
||||
@@ -186,7 +187,11 @@ int main(int iArgc, A3DUTF8Char** ppcArgv)
|
||||
break;
|
||||
|
||||
default:
|
||||
#ifdef _MSC_VER
|
||||
std::wcout << "Usage:\n" << ppcArgv[0] << " <in_3dfile> <out_pdffile>\n";
|
||||
#else
|
||||
std::cout << "Usage:\n" << ppcArgv[0] << " <in_3dfile> <out_pdffile>\n";
|
||||
#endif
|
||||
return A3D_ERROR;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user