Problem with wxSetWorkingDirectory

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

Problem with wxSetWorkingDirectory

Post by nandakishore »

Hi ,
i have been getting an error when i try to set directory by using following function
wxSetWorkingDirectory(path);

please check the attached image for error.

Thanks,
Attachments
workink dir erre.png
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: Problem with wxSetWorkingDirectory

Post by doublemax »

Did you use a valid, absolute path?
Use the source, Luke!
Post Reply