wxWidgets 2.8 will support in Windows 10 Version?

If you are using the main C++ distribution of wxWidgets, Feel free to ask any question related to wxWidgets development here. This means questions regarding to C++ and wxWidgets, not compile problems.
Post Reply
nandakishore
Experienced Solver
Experienced Solver
Posts: 57
Joined: Wed Feb 25, 2015 2:09 pm
Location: Chennai, India

wxWidgets 2.8 will support in Windows 10 Version?

Post by nandakishore »

Hi,
I'm writing my application in Windows 10 with wxWidgets 2.8 version.
Will i face any consequences if i proceed ?

Thanks,
Got a Problem???..No worry..Focus on Solution not on Problem :P
ONEEYEMAN
Part Of The Furniture
Part Of The Furniture
Posts: 7477
Joined: Sat Apr 16, 2005 7:22 am
Location: USA, Ukraine

Re: wxWidgets 2.8 will support in Windows 10 Version?

Post by ONEEYEMAN »

Hi,
Is there any reason why you want to use 10-year old software?

Thank you.
nandakishore
Experienced Solver
Experienced Solver
Posts: 57
Joined: Wed Feb 25, 2015 2:09 pm
Location: Chennai, India

Re: wxWidgets 2.8 will support in Windows 10 Version?

Post by nandakishore »

No,
Actually we didn't upgrade one of our application which is in older version (wx 2.8).
but we want to use this in win 10.

And i'm facing issues in win 10 with wx 2.8 version.
The issues is with wxFileDialog. It is not opening the given location, it is opening the desktop as default.
Got a Problem???..No worry..Focus on Solution not on Problem :P
ONEEYEMAN
Part Of The Furniture
Part Of The Furniture
Posts: 7477
Joined: Sat Apr 16, 2005 7:22 am
Location: USA, Ukraine

Re: wxWidgets 2.8 will support in Windows 10 Version?

Post by ONEEYEMAN »

Hi,
You need to upgrade this software against a new version as well.
I vaguely remember a bug of that nature that was fixed "recently". SO presumably upgrading to 3.1 will fix this one as well as a lot of other different things.

Thank you.
nandakishore
Experienced Solver
Experienced Solver
Posts: 57
Joined: Wed Feb 25, 2015 2:09 pm
Location: Chennai, India

Re: wxWidgets 2.8 will support in Windows 10 Version?

Post by nandakishore »

Hi ONEEYEMAN,
I have upgraded my app to 3.1 but still i get this issue.
wxFileDialog is not opening the given path, Its opening the Desktop .

Please Help.
Got a Problem???..No worry..Focus on Solution not on Problem :P
ONEEYEMAN
Part Of The Furniture
Part Of The Furniture
Posts: 7477
Joined: Sat Apr 16, 2005 7:22 am
Location: USA, Ukraine

Re: wxWidgets 2.8 will support in Windows 10 Version?

Post by ONEEYEMAN »

Hi,
Can you try with Git HEAD?

Thank you.
PB
Part Of The Furniture
Part Of The Furniture
Posts: 4204
Joined: Sun Jan 03, 2010 5:45 pm

Re: wxWidgets 2.8 will support in Windows 10 Version?

Post by PB »

Please compile and run the code from my post in this thread: viewtopic.php?t=42293. Report back with results. The issue pops up here and there but so far it was always the programmer error.
nandakishore
Experienced Solver
Experienced Solver
Posts: 57
Joined: Wed Feb 25, 2015 2:09 pm
Location: Chennai, India

Re: wxWidgets 2.8 will support in Windows 10 Version?

Post by nandakishore »

Hi ONEEYEMAN,
What is Git HEAD??
Got a Problem???..No worry..Focus on Solution not on Problem :P
User avatar
doublemax
Moderator
Moderator
Posts: 19160
Joined: Fri Apr 21, 2006 8:03 pm
Location: $FCE2

Re: wxWidgets 2.8 will support in Windows 10 Version?

Post by doublemax »

What is Git HEAD??
This means the latest development version from the Github repository:
https://github.com/wxWidgets/wxWidgets
Use the source, Luke!
Post Reply