81
The concept / Re: Tutor_14 (C++ VS2022 GDImage64 tutorial)
« Last post by Patrice Terrier on August 26, 2023, 09:59:37 am »Currently in GDImage the WCHAR constants are defined like this
Code: [Select]
static WCHAR* $NULL = L"";
static WCHAR* $SPACE = L" ";
static WCHAR* $CHARNULL = L"\0";
static WCHAR* $COMMA = L",";
static WCHAR* $ANTI = L"\\";
static WCHAR* $DOT = L".";
static WCHAR* $SAVE_EXT = L"PNG,JPG,BMP,TIF,GIF,EMF,WMF";
static WCHAR* $FILTER = L"*.PNG (Portable Network Graphic)|*.PNG|*.JPG (JPEG File Interchange)|*.JPG;*.JPEG|*.BMP (Windows Bitmap)|*.BMP|*.TIF (Tagged Image File)|*.TIF;*.TIFF|";
static WCHAR* $JPG_PNG = L"JPG,PNG";
static WCHAR* $ZLIM = L"|";
static WCHAR* $LF = L"\n";
static WCHAR* $RegistryKey = L"SOFTWARE\\GDImage";
static WCHAR* $RegistryPath = L"LoadDefaultPathName";
const int SCROLLBAR_NONE = 0;
const int SCROLLBAR_VERT = 1;
const int SCROLLBAR_HORZ = 2;
const int SCROLLBAR_BOTH = 3;
const int CHECK_FOR_MULTISAMPLE = TRUE;
const int WGL_SAMPLE_BUFFERS_ARB = 0x2041;
const int WGL_SAMPLES_ARB = 0x2042;
const int WGL_DRAW_TO_WINDOW_ARB = 0x2001;
const int WGL_SUPPORT_OPENGL_ARB = 0x2010;
const int WGL_ACCELERATION_ARB = 0x2003;
const int WGL_FULL_ACCELERATION_ARB = 0x2027;
const int WGL_COLOR_BITS_ARB = 0x2014;
const int WGL_ALPHA_BITS_ARB = 0x201B;
const int WGL_DEPTH_BITS_ARB = 0x2022;
const int WGL_STENCIL_BITS_ARB = 0x2023;
const int WGL_DOUBLE_BUFFER_ARB = 0x2011;
Recent Posts




