Debug and Realease question.

R G W

CAD community veteran
Hi, i'm RGW.
I use OCCT7.6.0 to generate the debug and realease versions of the same program respectively, the debug version can run normally, but the realease version has an error. What is the reason for this problem and how can I fix it?

The code I am using is as follows.
Thank you for your help.
 

Attachments

  • my_program_code.zip
    24.2 KB · Views: 2

natalia

Moderator
Staff member
Hi, RGW
The first candidate to check is that you're not mixing Debug and Release libraries. Check whether for release build you use exactly release libraries in 3rd-parties.

Regards, Natalia
 
Top