Lets go a bit technical for our pilots AND coders out there...
Full compilation still give me 419 warnings ouch ! (It was several thousand at start)
![[Image: 180520-050349_FastStoneEditor6.jpg]](http://www.dansteph.com/screenshots/180520-050349_FastStoneEditor6.jpg)
This is because the size of the variable type are not the same in 32 bits and 64 bits.
Also some functions doesn't return the same type as previously.
Most warning are not serious, it will not crash or do anything odd but I'll have to check them carefully one by one and cast or change to the proper type so it end with zero warning.
And this is my work desktop with FsPassengers... 2560x1440 144hz, C++ Visual Studio, many custom tools and shortcut at bottom.
Most sources (~250) are hidden in subdirectory on the left panel.
In the center the function is the window's callback for the ICAO database dialog
Full compilation still give me 419 warnings ouch ! (It was several thousand at start)
![[Image: 180520-050349_FastStoneEditor6.jpg]](http://www.dansteph.com/screenshots/180520-050349_FastStoneEditor6.jpg)
This is because the size of the variable type are not the same in 32 bits and 64 bits.
Also some functions doesn't return the same type as previously.
Most warning are not serious, it will not crash or do anything odd but I'll have to check them carefully one by one and cast or change to the proper type so it end with zero warning.
And this is my work desktop with FsPassengers... 2560x1440 144hz, C++ Visual Studio, many custom tools and shortcut at bottom.
Most sources (~250) are hidden in subdirectory on the left panel.
In the center the function is the window's callback for the ICAO database dialog

![[Image: 180520-051936_FastStoneEditor9.jpg]](http://www.dansteph.com/screenshots/180520-051936_FastStoneEditor9.jpg)