Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Current »

Problem

You have license or compatibility issue when you start using HOOPS Visualize 3DF and HOOPS Exchange together, or if you upgrade to the newer versions.

Solution

1. Identify the compatible versions

HOOPS 3DF version are compatible with specific version of HOOPS Exchange. Please access the release notes page to know what version of HOOPS Exchange you should use.

Example:

  • HOOPS 3DF 25.10 is compatible with HOOPS Exchange 2020 SP2

2. Set a fresh installation and test it:

In this example we are using HOOPS 3DF 25.00 and HOOPS Exchange 2020 SP1 on Windows:

  • ๐Ÿ”‘ Generate a new license key on our license generator.

  • โฌ‡ Download a HOOPS Visualize 3DF 25.00 fresh package (vs140 or vs141)

  • โœ Update hoops_license.h HOOPS_3DF_2500\Dev_Tools\hoops_3dgs\source\hoops_license.h with the generated key ๐Ÿ”‘

  • โฌ‡ Download a HOOPS Exchange 2020 SP1 fresh package

  • โœ Update hoops_license.h HOOPS_Exchange_Publish_2020_SP1\include\hoops_license.h with the generated key ๐Ÿ”‘

  • โš  If you are using the environment variable HEXCHANGE_DIR please make sure it points on HOOPS Exchange 2020 SP1 root directory

  • ๐Ÿ“‚ Copy all the content of HOOPS_Exchange_Publish_2020_SP1\bin\win64 into HOOPS_VISUALIZE\OFFICIAL\HOOPS_3DF_2500\bin\nt_x64_v141 and HOOPS_VISUALIZE\OFFICIAL\HOOPS_3DF_2500\bin\nt_x64_v141d

  • ๐Ÿงช Build & Run hoopspartviewer_v141

  • ๐Ÿงช Import the file HOOPS_Exchange_Publish_2020_SP1\samples\data\catiaV5\CV5_Aquo_Bottle_Aquo Bottle.CATProduct

โญ You should get the following result. That means your license key and binaries for 3DF and HOOPS Exchange are all correct.

If the versions of the Visualize and Exchange binaries are not compatible, the Part Viewer will display a VersionMismatch error. For example,

3. Check your application development set up

  • โ“ Check all the licences set in your application code by searching for the call to

HC_Define_System_Options("license = <> ");
  • ๐Ÿ“‚ Check the HOOPS Exchange DLL used by your project are the correct ones

  • ๐Ÿ“‚ Check the HIO_Exchange binaries are correct HOOPS_3DF_2500\bin\nt_x64_v141\hio_plugins\hio_exchange\hioexchange2500_x64.hio

  • โš  If you build HIO_Exchange yourself, be sure HEXCHANGE_DIR is correctly set and you build it against the correct version of HOOPS Exchange

  • No labels