Patches item #2916626, was opened at 2009-12-18 01:33
Message generated for change (Tracker Item Submitted) made by jlblanco
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=462818&aid=2916626&group_id=51305

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: None
Group: Subversion TRUNK
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: J.L. Blanco (jlblanco)
Assigned to: Nobody/Anonymous (nobody)
Summary: Patch to fix DLL linkage errors in wxFreeChart

Initial Comment:
Hello, 

When wxWidgets is compiled as DLL,and  wxFreeChart is embedded (/D_LOCAL_) in 
another project, there are many linkage errors. 
The errors are very easily solved by replacing the declarations 
"WX_DECLARE_EXPORTED_OBJARRAY" with "WX_DECLARE_USER_EXPORTED_OBJARRAY", so the 
WXDLLIMPEXP_CORE is replaced by WXDLLIMPEXP_FREECHART.

I attach the small patch to fix this. Please, apply it to trunk. I tried myself 
just in case, but obviously had no rights...

Best,
JL

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=462818&aid=2916626&group_id=51305

------------------------------------------------------------------------------
This SF.Net email is sponsored by the Verizon Developer Community
Take advantage of Verizon's best-in-class app development support
A streamlined, 14 day to market process makes app distribution fast and easy
Join now and get one step closer to millions of Verizon customers
http://p.sf.net/sfu/verizon-dev2dev 
_______________________________________________
wxCode-users mailing list
wxCode-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wxcode-users

Reply via email to