wxDirDialog doesnt show window instead pauses the program

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.
ibrahim
Earned some good credits
Earned some good credits
Posts: 124
Joined: Mon Mar 14, 2022 8:02 am

Re: wxDirDialog doesnt show window instead pauses the program

Post by ibrahim »

Compiling it with the /clr option also doesnt work.

Therefore this question is unanswerable I guess.

I think I should go back to using C++ instead of C++ /CLI :?
ONEEYEMAN
Part Of The Furniture
Part Of The Furniture
Posts: 7459
Joined: Sat Apr 16, 2005 7:22 am
Location: USA, Ukraine

Re: wxDirDialog doesnt show window instead pauses the program

Post by ONEEYEMAN »

Hi,
What do you mean "it doesn't work "?
Does it produce any errors?

Thank you.
ibrahim
Earned some good credits
Earned some good credits
Posts: 124
Joined: Mon Mar 14, 2022 8:02 am

Re: wxDirDialog doesnt show window instead pauses the program

Post by ibrahim »

Hey, I posted a another Stack OverFlow post please check it out ( I didn't cross post ).

The Samples just loads up then crashes. ( My App doesnt do that )
ONEEYEMAN
Part Of The Furniture
Part Of The Furniture
Posts: 7459
Joined: Sat Apr 16, 2005 7:22 am
Location: USA, Ukraine

Re: wxDirDialog doesnt show window instead pauses the program

Post by ONEEYEMAN »

Hi,
Did you build the Debug version?
Can you post the back trace at the time of crash?

Thank you.
Post Reply