Hello Everyone,
In my PB2017R3 application, we have a picture window and need to support image rotation. I was able to get Roland Smith's canvas application and migrated to PB2017.
I copied the instant variables and function prototypes for GDIPLUS.DLL to my window.
However, I received errors when trying to save the window object due to Illegal data type errors.
I was able to fix the illegal data type: RECT error by using 'str_rect' in place of RECT.
I don't know how to fix the errors for other illegal data types like GDIplusStartupInput, GDIplusStartupOutput. str_rectf,
ImageCodecInfo, etc.
I attached the screenshot to show the error.
Am I missing an .h file or some file?
I can run Roland's canvas application after migrating it to PB2017R3 with no issue.
I appreciate any helps from anyone from the community.
Thanks in advance,
Tony