Link to home
Start Free TrialLog in
Avatar of Ravikumarv
Ravikumarv

asked on

Linker Error

does anyone know a work around for the internal linker size limit? I am currently getting this...

LINK : fatal error LNK1210: exceeded internal ILK size limit; relink with /INCREMENTAL:NO

Avatar of andrewjb
andrewjb
Flag of United Kingdom of Great Britain and Northern Ireland image

Try a full rebuild, after deleting all your .obj and .tlb files..

Don't know what version you're using, but builder 6 is very flakey once you start writing anything-but-tiny projects...
Avatar of Ravikumarv
Ravikumarv

ASKER

I am using VC 6.0 with visual studio service pack. Even if i rebulid all after deleting all .obj and .tlb i am getting the same message.
.. then you ought post this in the general C++ area, or under a VC topic. This is the Borland C++ Builder TA..

Ask in CS to close this and re-ask, or get it moved :-)
ASKER CERTIFIED SOLUTION
Avatar of Cayce
Cayce
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
By de-selecting that option it works but I need to, I want to why was this problem not comming earlier to the service pack installation.

Ravi.
Well, that's a question I certainly cannot help you with. Perhaps because it's not a very common error or it doesn't affect a lot of customers. Maybe it doesn't behave like that on VS2003, you could try upgrading, too.