Dan Rosser
Dan Rosser
This error is also caused when C++98 is being invoked rather than C++17 +
I'm fairly certain it is the following function: ``` FIBITMAP* bmpConverted = NULL; if(FreeImage_GetColorType(bmp) == FIC_PALETTE || FreeImage_GetBPP(bmp) < 8) { if(FreeImage_IsTransparent(bmp)) { bmpConverted = FreeImage_ConvertTo32Bits(bmp); } else { bmpConverted...
I like the idea as long as the second reshuffle of the urn can be still tied to that initial seed so it can be replicated even though subsequent shuffles...
Yeah totally the build process was confusing for the PG We fixed should be much easier to setup env and build projectGenerator - apps\projectGenerator\scripts\ setup_environment.sh build_cmdline.sh build_frontend.sh currently these scripts...
+1 removal GLUT its license was permissive modification and to open source anyways, burn it
Investigating now, seems a prior cache cleared itself and now seeing an error!
Found a bunch of glut mentions in the dev examples will need to fix those up too
Yeah absolutely. I'll do the android one as apart of the new updates next week
ofInit() in the ctor for this window type fixed it!
Ah yes the nightly for VS still pointing to old libs 