User forums > Help

Access Violation on close

(1/2) > >>

Beta:
Hi,

If I close the IDE while "Symbols" tab or "Watches" tab get actives, It crashs. Does anybody experimented with this problem?

mandrav:
Hmm, when did that creep in?
Thanx for pointing it out. I 'll try to fix it before the next release.

Yiannis.

Guest:
Hello!

At first of all I would like to thank you for developing this nice IDE. I've been searching for such an IDE for long time ago.

I have 2 problems:

1. I encountered that crash problem, when closing the IDE. If I do 2 times consecutively the rebuild process, and I close the application it will crash at offset: 001386aa

2. I have installed the MSVC++ Toolkit 2003, and the mingw32-make utility, and I set at build options the VC++ Toolkit compiler, but I did not managed to compile a simple source code.
It keeps me saying this:

--- Code: ---Project   : Hello
Compiler  : Visual C++ Toolkit
Directory : C:\Temp\
Command execution failed...
--- End code ---


What did I wrong?

Balint

mandrav:
Try adding the path to mingw32-make.exe, to the PATH environment variable (or copy mingw32-make.exe to the bin directory of the MSVC installation). This will be corrected in future updates...

Yiannis,

Balint:
I added the PATH to mingw32-make, but I'm still not able to compile the program. I get the folowing output:

--- Code: ---Project   : Hello
Compiler  : Microsoft Visual C++ Toolkit 2003
Directory : C:\Temp\
rm -f hello.exe .objs/main.o  
process_begin: CreateProcess((null), rm -f hello.exe .objs/main.o, ...) failed.
make (e=2): The system cannot find the file specified.
mingw32-make.exe: *** [clean_default] Error 2
Process terminated with status 1 (0 minutes, 0 seconds)
0 errors, 0 warnings
--- End code ---

Meantime I installed the MinGW3.2.0 package.  I tried to compile with that compiler, but I got the following output:

--- Code: ---Project   : Hello
Compiler  : MinGW Compiler Suite
Directory : C:\Temp\
rm -f hello.exe .objs/main.o  
process_begin: CreateProcess((null), rm -f hello.exe .objs/main.o, ...) failed.
make (e=2): The system cannot find the file specified.
mingw32-make.exe: *** [clean_default] Error 2
Process terminated with status 1 (0 minutes, 0 seconds)
0 errors, 0 warnings

--- End code ---

It's the same. Should I change RM to "RM=del /f"?

Navigation

[0] Message Index

[#] Next page

Go to full version