Problem with libs

Hello all! I was using ealier version of CASCADE and there wasn't such problem. But now I'm trying to translate my project into 3.1 version. And (when linking) for many libraries I recieve messages like this (I'm using VC++):

Linking... c:\PROGRAM FILES\CAS3.1\WINDOWS_NT\LIB\TKBRep.lib : fatal error LNK1106: invalid file or disk full: cannot seek to 0x39b65085 Error executing link.exe.

Some libraries are linked normally, but some... I'm think, it's my mistake, but I can't find it. And I think you know this bug, so help me, please! Thank you! Ann

Math's picture

Hi,

Are you sure you are compiling in "release" mode ?

If you compile in debug mode, I think you should call the libs in c:\PROGRAM FILES\CAS3.1\WINDOWS_NT\LIBD.

Math

Ann's picture

Big thanks for your help, Math!