Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

LINKCOUNT directive

Status
Not open for further replies.

udigo

Programmer
Jun 28, 2004
3
US
Hi,

I'm trying to add to an existing project, a bunch of external variables.
When building this projrct I get -
** Please recompile using a larger value for the LINKCOUNT directive.

What is the maximum size of LINKCOUNT?
I set to it to 65000 (larger than that I got different error) and it still wasn't enough,
Is there any other way to build this? or do I need to reduce the number of externals?

Thanks.
 
Try to reduce the number of external variables by using well known structured records.

Hope This Helps, PH.
Want to get great answers to your Tek-Tips questions? Have a look at FAQ219-2884 or FAQ222-2244
 
That is the thing, I'm trying to add as much externals as I can.
So I guess the size of LINKCOUNT limits my options?
 
Sounds like it's 16-bit unsigned. So your limit is going to be 65535...
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top