Archived issue #0023095
Porting demo and samples on OCCT 6.5.3
Description
Proting demo and samples for current state of OCCT
Public activity
6 archived notes
Participants are labeled by their role within this record.
Related to issue 23097.
Demo and samples have been fixed and pushed to the Git branch CR23095
Dear Author,
Please review.
Dear Author,
Please review.
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?
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?
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.
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.
2dbv,
but what about VoxelOpenGl?
but what about VoxelOpenGl?
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.
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