View Issue Details

IDProjectCategoryView StatusLast Update
0026223CommunityOCCT:Releasepublic2015-05-15 05:31
Reportermach22 Assigned Tomach22  
PrioritynormalSeverityminor 
Status closedResolutionno change required 
PlatformWindowsOSSeven 
Product Version6.9.0 
Summary0026223: Problem building version 6.9.0, cutom.bat seem not use ARCH option
DescriptionI need to build with vc12 win64
I have changed the file custom.bat

set VCVER=vc12
set ARCH=64
set "VCVARS=%VS120COMNTOOLS%..\..\VC\vcvarsall.bat"
set "PRODUCTS_PATH=%~dp0.."

but the projects are all vc12 and win32
the ARCH option seem not working
TagsNo tags attached.
Test case number

Activities

abv

2015-05-14 06:42

manager   ~0040873

MSVC projects provided with OCCT and generated by WOK (but not those generated by CMake) support both win32 and x64 platforms, you just need to change currenmt platform to x64 (combo-box in a toolbar). Please report whether this helps.

The option ARCH is used in paths added to PATH variable, i.e. it affects execution of DRAW or other applications, but not used in build.

mach22

2015-05-14 23:04

reporter   ~0041168

Thanks, for all.
For me the bug sould be closed.

Issue History

Date Modified Username Field Change
2015-05-13 23:37 mach22 New Issue
2015-05-13 23:37 mach22 Assigned To => bugmaster
2015-05-14 06:42 abv Note Added: 0040873
2015-05-14 06:42 abv Assigned To bugmaster => mach22
2015-05-14 06:42 abv Status new => feedback
2015-05-14 23:04 mach22 Note Added: 0041168
2015-05-15 05:31 abv Status feedback => closed
2015-05-15 05:31 abv Resolution open => no change required