Developer forums (C::B DEVELOPMENT STRICTLY!) > Development

Improper Window Placement when transfering settings to new computer

<< < (2/3) > >>

BlueHazzard:
I have posted a fix in the ticket. It would be cool if you can test it... But you have to compile c::b by yourself to test it...

BlueHazzard:
fixed in trunk thank you for the report

Miguel Gimenez:
There is a compilation error with wx3.1.2 because now wxDisplay has two constructors and both can match the call:


--- Code: ---const wxDisplay currentDisplay(0);
--- End code ---

should be


--- Code: ---const wxDisplay currentDisplay;
--- End code ---

BlueHazzard:
What wx version version are you using? What operating system? It compiles fine for me windows wx30

Miguel Gimenez:
Sorry, I have just edited my message. wx3.1.2 added a second constructor to wxDisplay.

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version