link error for "too many exports" after upgrade
Posted: 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
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