Archived issue #0023689
OCCT does not compile on Windows
Description
The following projects:
TKDraw
TKViewerTest
TKQADraw
cannot be recompiled from scratch on VS2008. The compiler returns the following error:
c1xx : C1083 Cannot open filetype file: ':': Invalid argument
This is probably due to the option:
AdditionalOptions=": "
which can be found in the corresponding *.vcproj files.
Problem occurred with the master from 04.01.2013 ([revision removed])
TKDraw
TKViewerTest
TKQADraw
cannot be recompiled from scratch on VS2008. The compiler returns the following error:
c1xx : C1083 Cannot open filetype file: ':': Invalid argument
This is probably due to the option:
AdditionalOptions=": "
which can be found in the corresponding *.vcproj files.
Problem occurred with the master from 04.01.2013 ([revision removed])
Public activity
2 archived notes
Participants are labeled by their role within this record.
This problem has to be fixed in WOK (see #0023657): in the file CSF.edl located in subdirectory lib of WOK install folder, on line 60, change definition of CSF_TCL_INCLUDE to empty string:
@set %CSF_TCL_INCLUDE = "";
The corrected version of WOK is expected to be published in about one week.
@set %CSF_TCL_INCLUDE = "";
The corrected version of WOK is expected to be published in about one week.
Dear Commenter 1,
this issue is solved by the current WOK version. Please close this issue.
this issue is solved by the current WOK version. Please close this issue.
Related records