Bugs item #2355227, was opened at 2008-11-28 09:37
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=462816&aid=2355227&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: None
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Nobody/Anonymous (nobody)
Assigned to: Nobody/Anonymous (nobody)
Summary: wxadvtable

Initial Comment:
hi, i'm using vs2005 and wxmsw 2.8.5 (multilib) and wxadvtable svn version as 
of 11.28. 2008. 
The compiler gave me linking errors when compiling demo project. The issue was 
about wxAboutDialogInfo and wxEVT_GRID_CELL_<action> event handlers. After I've 
added the wxmsw28_adv lib, everything was ok.
If I'm not mistaken, you have forgot to add 
 <wx-lib>adv</wx-lib> 
option in bkl file in sample settings section i.e. the bakefile part of sample 
setting should look like this:
...
 <library>wxadvtable_lib</library>
        <wx-lib>aui</wx-lib>
        <wx-lib>adv</wx-lib>
        <wx-lib>core</wx-lib>
        <wx-lib>base</wx-lib>
....

best regards,
fantaz

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

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

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
wxCode-users mailing list
wxCode-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wxcode-users

Reply via email to