Jump to content
Software FX Community

Actually, I got away with the following...


User (Legacy)

Recommended Posts

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

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...