User (Legacy) Posted August 20, 1999 Report Share Posted August 20, 1999 Thanks for the help... (both Frank's) I still got an error when trying just a strait HDC hDevice = (long) m_pChartFX->PaintInfo(CPI_GETDC); but if I assigned it to a temp variable first, then it worked OK: HDC hDevice; long templong; testlong = (long)m_pChartFX->PaintInfo(CPI_GETDC); hDevice = (HDC)testlong; Thanks!!! -- Joshua Eanes Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.