mael15 - 2014-10-14

hi everyone,
i am only beginning to look into plplot but cannot get i to work in my existing wxWidgets application. i use c++ with wxWidgets 3.0 in visual studio 2013. i compiled it successfully using this walkthrough: http://www.miscdebris.net/plplot_wiki/index.php?title=Configure_PLplot_for_the_Visual_Studio_IDE
the samples work, but how do i get example 00 to draw in my application?
my app uses MDd and i compiled plplot with visual studio using MDd
what lib do i have to include? when i include plplotcxxsudd.lib, i get a lot of linking error starting with
plplotcxxsudd.lib(plstream.obj) : error LNK2019: Verweis auf nicht aufgelöstes externes Symbol "_c_pl_setcontlabelformat" in Funktion ""public: void __thiscall plstream::setcontlabelformat(int,int)" (?setcontlabelformat@plstream@@QAEXHH@Z)".
do i use wxPLplotstream or plstream?
is there a basic tutorial that i was too blind to find?
thanx!