ihedvall / mdflib

Implementation of the ASAM MDF data file.
https://ihedvall.github.io/mdflib/
MIT License
69 stars 29 forks source link

Solving the BITMAP issue in the GUI #9

Closed ihedvall closed 2 years ago

ihedvall commented 2 years ago

The wxwidgets is platform dependent regading bitmap thats are used in the GUI. This need to be investigated and fixed.

Murmele commented 2 years ago

I will check it out

Murmele commented 2 years ago

I hope I get tomorrow again time to check it out

ihedvall commented 2 years ago

I have solved that problem in utillib GUI:s. I have an ubuntu development machine now. The solution is to convert ICO and BMP files to XPM files. Include and ifdef windows and non-windows.

I fix this issue. I'm working with windows mdflib build today, so I fix this tomorrow.

ihedvall commented 2 years ago

In linux, replace the bitmap with an XPM file. This solves the problem in Linux.