Uncaught exception with 'DB connection error' on line 18

MinGW

Compile and Install FLTK

  1. Download latest versions of FLTK: https://www.fltk.org/
  2. Extract in path, e.g. c:\opt\fltk\fltk-1.4.1
  3. Download TDM-GCC: https://jmeubank.github.io/tdm-gcc/download/
  4. Install in path e.g. c:\opt\TDM-GCC-64 or when Dev-C++ is installed without TDM  in the subdirectory TDM-GCC-64
  5. Download and install cmake: https://cmake.org/download/
  6. Extract to path e.g. c:\opt\cmake-3.31.3-windows-x86_64… Weiterlesen

Compiling fltk – error: ‚U32‘ does not name a type

Beim Kompilieren bekommt man diese Fehlermeldung:

=== making src ===
Compiling fl_draw_image.cxx…
In file included from fl_draw_image.cxx:30:0:
fl_draw_image_win32.cxx: In function 'void innards(const uchar, int, int, int, int, int, int, int, Fl_Draw_Image_Cb, void)':
fl_draw_image_win32.cxx:127:10: error: 'U32' does not… Weiterlesen