CExport::SaveToJPEGFile call causes compile to fail
Posted: Wed Jun 26, 2013 1:25 am
We just upgrdaed from TeeChart8 to TeeChart2013. With TeeChart8, we were maing the following call:
GetExport().SaveToJPEGFile(pszFileName, FALSE, jpegBestQuality, 100, 300, 200);
With TeeChart2013, this fails since CExport::SaveToJPEGFile has been modified to takein an extra argument long DPI as follows:
CExport::SaveToJPEGFile(LPCTSTR FileName, BOOL Gray, long Performance, long Quality, long Width, long Height, long DPI)
What should be passed for this argument? I can't find anything in TeeChart help docs.
GetExport().SaveToJPEGFile(pszFileName, FALSE, jpegBestQuality, 100, 300, 200);
With TeeChart2013, this fails since CExport::SaveToJPEGFile has been modified to takein an extra argument long DPI as follows:
CExport::SaveToJPEGFile(LPCTSTR FileName, BOOL Gray, long Performance, long Quality, long Width, long Height, long DPI)
What should be passed for this argument? I can't find anything in TeeChart help docs.