FLTK logo

[fltk.general] Re: Some issues with latest FLUID

FLTK matrix user chat room
(using Element browser app)   FLTK gitter user chat room   GitHub FLTK Project   FLTK News RSS Feed  
  FLTK Apps      FLTK Library      Forums      Links     Login 
 All Forums  |  Back to fltk.general  ]
 
Previous Message ]New Message | Reply ]Next Message ]

Re: Some issues with latest FLUID "lifeatt... Nov 24, 2022  
 
A few observations ...

>Maybe CreateBitmap requires the data to be still alive?
The docs don't say that. The docs have been wrong before ...

> fluid.exe!Fl_GDI_Graphics_Driver::create_bitmask(int w, int h, const unsigned char * data) Line 393
The matching line in Github is line 390. Explanation for the discrepancy?

>the bitmap width or height is 0, so "new[w*h]" returns NULL
This is true if FLTK was built against the C std library (not the C++ std library). In which case the library is not C++ standard
conformant [new should not return NULL]; the assumption that delete (null) will be handled might not be valid?

Kevin

--
You received this message because you are subscribed to the Google Groups "fltk.general" group.
To unsubscribe from this group and stop receiving emails from it, send an email to fltkgeneral+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/fltkgeneral/5dc76ee9-6567-4e81-8974-62462af191adn%40googlegroups.com.
Direct Link to Message ]
 
     
Previous Message ]New Message | Reply ]Next Message ]
 
 

Comments are owned by the poster. All other content is copyright 1998-2024 by Bill Spitzak and others. This project is hosted by The FLTK Team. Please report site problems to 'erco@seriss.com'.