61
The concept / Re: Tutor-17 (C++ VS2022 GDImage64.dll tutorial)
« Last post by Patrice Terrier on September 02, 2023, 08:54:35 am »Good question ...
Probably because the current folder used in debug mode is not the same than in release mode.
I could check in WinLIFT the complete folder path, and see what is different in debug mode than in release mode.
BTW, in this tutor I am detecting the different cube faces using a single color, see in the Drawcube(Hitdetection) procedure glColor4ub(0,0,ID,255).
Probably because the current folder used in debug mode is not the same than in release mode.
I could check in WinLIFT the complete folder path, and see what is different in debug mode than in release mode.
BTW, in this tutor I am detecting the different cube faces using a single color, see in the Drawcube(Hitdetection) procedure glColor4ub(0,0,ID,255).