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

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

Dmitrii Pasukhin's picture

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, Dmitrii.

HSIEN-SHUN HSU's picture

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