link error for "too many exports" after upgrade

TeeChart VCL for Borland/CodeGear/Embarcadero RAD Studio, Delphi and C++ Builder.
Post Reply
Liang
Newbie
Newbie
Posts: 22
Joined: Wed Jul 28, 2010 12:00 am

link error for "too many exports" after upgrade

Post by Liang » Thu Apr 14, 2011 7:43 am

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

Yeray
Site Admin
Site Admin
Posts: 9602
Joined: Tue Dec 05, 2006 12:00 am
Location: Girona, Catalonia
Contact:

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

Post by Yeray » Fri Apr 22, 2011 10:50 am

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.
Best Regards,
ImageYeray Alonso
Development & Support
Steema Software
Av. Montilivi 33, 17003 Girona, Catalonia (SP)
Image Image Image Image Image Image Please read our Bug Fixing Policy

Liang
Newbie
Newbie
Posts: 22
Joined: Wed Jul 28, 2010 12:00 am

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

Post by Liang » Sun Apr 24, 2011 9:10 am

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.

Post Reply