Search found 8 matches

by michael999
Tue Jun 30, 2015 9:44 pm
Forum: Compiler / Linking / IDE Related
Topic: wxSmith cannot open output file
Replies: 3
Views: 1620

Re: wxSmith cannot open output file

I reproduced the error "cannot open output file bin\Release\sizertest.exe: Permission denied", when I created a new wxDialog, and yes it was listened in the taskmanager as a background process, i could not cancel. But the mistake was built by myself,when i was not concentrated enough, beca...
by michael999
Thu Jun 25, 2015 2:16 pm
Forum: Compiler / Linking / IDE Related
Topic: wxSmith cannot open output file
Replies: 3
Views: 1620

Re: wxSmith cannot open output file

Could be the reason, now it works. I got the problem, that i have to abort the program with code::blocks, although i closed main window. If the error appears again, i will check task manager. But what could be the the reason to abort explicitly ? I added a new wxDialog integrating a FileDialog again...
by michael999
Wed Jun 24, 2015 9:49 pm
Forum: Compiler / Linking / IDE Related
Topic: wxSmith cannot open output file
Replies: 3
Views: 1620

wxSmith cannot open output file

Hi, after creating a wxDialog with wxSmith in my wxFrame project, i got this build log: c:/program files (x86)/codeblocks/mingw/bin/../lib/gcc/mingw32/4.7.1/../../../../mingw32/bin/ld.exe: cannot open output file bin\Release\sizertest.exe: Permission denied collect2.exe: error: ld returned 1 exit st...
by michael999
Sat Jun 20, 2015 11:17 pm
Forum: wxDev-C++
Topic: wxdevc++ dialogs disappear
Replies: 7
Views: 4212

Re: wxdevc++ dialogs disappear

Thank you Jarek, I downloaded the full installer, you advised. I think too, there are some rests of the old installation, because i tried to load a simple project, and it failed the same way. But I used the official deinstallation, and the folder was clear. Meanwhile I got code::form to run with wxw...
by michael999
Fri Jun 19, 2015 8:43 pm
Forum: wxDev-C++
Topic: wxdevc++ dialogs disappear
Replies: 7
Views: 4212

Re: wxdevc++ dialogs disappear

Yes, thanks. I think i have no other chance to try it with code::blocks, wxdevc++ 7.3.1 does not work too. I tried code::blocks with manually wxwidgets binary libs, so the message appeared "a matching release configuration cannot be found in the wxWidget directory". With the complete messa...
by michael999
Thu Jun 18, 2015 8:56 pm
Forum: wxDev-C++
Topic: wxdevc++ dialogs disappear
Replies: 7
Views: 4212

Re: wxdevc++ dialogs disappear

Good Idea.I reinstalled the actual version, the same problems, every project, access violation. I tried code:blocks, but it doesnt work with wxwidget lib, i would have to compile the sources of them,someone wrote. Its hard to find an easy and good running system, i think. Many thanks for your answer...
by michael999
Wed Jun 17, 2015 10:04 pm
Forum: wxDev-C++
Topic: wxdevc++ dialogs disappear
Replies: 7
Views: 4212

Re: wxdevc++ dialogs disappear, ide does not work anymore

After re adding the dialogs with "project -> add", the dialogs are still there, that i could continue the work . At last, i had a run time error, since that, ide had process (access) violations every time loading any project (ofcourse i switched off the computer between). And now ide doesn...
by michael999
Mon Jun 15, 2015 11:19 pm
Forum: wxDev-C++
Topic: wxdevc++ dialogs disappear
Replies: 7
Views: 4212

wxdevc++ dialogs disappear

Hey guys, i am new here, and I try to understand project development with wxdevc++. My version is 7.4.2.569 bs windows 8. I am working with the book "Programming with wxDev++", and i am busy with the HTMLEdit project. So far so good. But the integrated dialogs disappear next project loadin...