Page 1 of 1

link error for "too many exports" after upgrade

Posted: Thu Apr 14, 2011 7:43 am
by 16556662
Hello

BDS2006 C++Builder version.

Today I upgrade Teechart into v2011.03.30407, and when rebuild my application, I got link error for

"too many exports; only 65535 permitted"

So I manually comments out nearly all the exports in GDIPOBJ.HPP, TeeGDIPOBJ.HPP, TeeGDIPAPI.HPP and part of exports in TeeGDIPlus.HPP(to keep the GDIPlus compent working).

Then problem is solved.

As far as GDI+ features are internally used TeeChart, please consider not to export them to prevent export limitation reached

Re: link error for "too many exports" after upgrade

Posted: Fri Apr 22, 2011 10:50 am
by yeray
Hello Liang,

Excuse us for the delay with this issue.
This is only to tell you we haven't forgotten you and we are investigating it.

Re: link error for "too many exports" after upgrade

Posted: Sun Apr 24, 2011 9:10 am
by 16556662
Hello

It is fine for me.

Currently my temp solutions works, and I also hope others who have met the same problem can also know this temp solution.