Archived issue #0023095

Porting demo and samples on OCCT 6.5.3

Open CASCADEOCCT:Codingclosed6 public notes

Search issues

Description

Proting demo and samples for current state of OCCT

Public activity

6 archived notes

Participants are labeled by their role within this record.

01Commenter 1
Related to issue 23097.
02Commenter 2
Demo and samples have been fixed and pushed to the Git branch CR23095

Dear Author,
Please review.
03Commenter 2
Dear dbv,

in MFC samples ALL targets fixed to 'win$(ARCH)' paths in VS project files.
This means that directories will be selected according to global environment variables rather than exact VS project file version and Target configuration (win32/x64).

Voxeldemo.
Why VoxelOpenGl project includes whole TKOpenGl sources?
Why linking against TKOpenGl is insufficient?
04Commenter 4
Dear kgv,

thanks for the your remark.

Paths in *.vcproj files in MFC sample have been fixed.
Linux scripts in QT samples have been fixed.

Git branch CR23095_1 is ready to be reviewed.
05Commenter 2
2dbv,

but what about VoxelOpenGl?
06Commenter 2
2dbv,

more remarks to batch scripts in Samples:
- Absolute paths (included %~dp0 etc.) should be quoted in most cases within call/start/set statements (to avoid errors for paths within spaces).
- Scripts should be updated to follow common scheme (use absolute paths from %~dp0, eliminate statements with relative paths).
- I think "@echo off" should be included in all scripts to eliminate redundant output.

Related records