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 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.