Unable to read step file

lbw

CAD practitioner
When I use the program in a debug environment, I can't read a certain step file, but I can read most of the other step files, but I can read all the step files in the release version.
debug:
1695186776540.png
release:

1695186928492.png
 

Quaoar

Administrator
Staff member
Looks weird as debug build works for me:

1695302033941.png

Do you have debug versions of OpenCascade libs in your runtime? You can check that in the "Output" window of Visual Studio when you launch the app with F5 (debugger attached):

1695302167299.png
 
Top