DiscussionsIssue archiveInstallation and Building

Archived discussion

TKDraw project can't build in W32. ( 7.5.0 version )

Installation and BuildingMon, 03/11/2024 - 10:252 replies

Browse this forum
QuestionAuthor

Hi,

I read some documentation about building the W32 project. All of the modules are ok but only Draw can't build successfully.

The reason is the TKDraw project has an LNK1107 error, here is the description: fatal error LNK1107: invalid or corrupt file: cannot read at 0x2B8, which file is tk86.dll( I use Tcl/Tk 8.6, vc14, 32 bit).

However I have checked the vs2022 project properties, and the TKDraw project has a link to the directory in which the DLL is. So does anyone know how to fix it?

Regards, Steven

Discussion

2 archived replies

Posts are displayed in their archived order.

01Commenter-1

Please be sure that you are using TCL86, for x64 the name is the same(tk86).

https://github.com/Open-Cascade-SAS/OCCT/releases/download/V7_8_0/3rdpar...

Best regards, Commenter-1.

02Author

Ok, thanks for your reply! I will give it a try.