I'm not able to use afxdisp.h as it gives lots of errors with windows standard..
& thus cant use COleSafeArray for creating array to plot graphs. & not able to use mschart
can someone please help me out.. how to plot XY grahps.. using simple form application in vc++
thanks & regards
--
vishal

plotting graphs
iemad
Are you using VC++ express edition If so you cannot use VC++ Express with COleSafeArray, since that is part of MFC. And MFC is not available in C++ Express.
Unless you can find some way of emulating COleSafeArray, you'll have to buy the standard edition or higher.
C# Lover
A good start would be to search these forums:
http://forums.microsoft.com/MSDN/Search/Search.aspx words=chart%20net&localechoice=9&SiteID=1&searchscope=allforums
http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=85904&SiteID=1
http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=58477&SiteID=1
http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=131329&SiteID=1
Don't forget Dundas, Crystal Reports, MS Chart, and ZedGraph
amphi
is there any dot net control available for plotting graphs