Hi friends,
I'm using Imaging version 0.22 in a game project, and now I realize that I will need the TImagingCanvas blending. So upgrade Imaging is required.
The only thing I had to change in the source was the property TSingleImage.ImageData that was renamed to ImageDataPointer. After this the project successfully built.
For my surprise the program emits a segmentation fault message at start. I tried to debug it, but it happens before the first line of code!
So... I did anything wrong?
I'm using Imaging version 0.22 in a game project, and now I realize that I will need the TImagingCanvas blending. So upgrade Imaging is required.
The only thing I had to change in the source was the property TSingleImage.ImageData that was renamed to ImageDataPointer. After this the project successfully built.
For my surprise the program emits a segmentation fault message at start. I tried to debug it, but it happens before the first line of code!
So... I did anything wrong?