Since my last submission I have made a cvs sandbox a project and now use the sidebar to switch between directories and to open files. (I must say, the more "I" learn about devphp features and facilities, the better "it" gets! Funny how this is usually the case:-)
Today I needed to edit some files in a different cvs sandbox. In my mind I needed to "close" this project and "open" another project.
I did a "close all" followed by a "save project". I got the following:
Access violation at address 007A47B2 in module 'devphp.exe'.
Read of address 00000004.
After clicking OK, I tried to X out of devphp, but I would always get a directory location dialog box, and no matter how I traversed it, I would receive the above message. I had to logout to make devphp go away. Upon reopening, it was as if I had not done the "close all"
Is there some documentation on "projects", how to use, how to change between, etc.
(still using 2.2.0.300)
Best regards,
Gordo
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Sorry for the delayed response.
> I did a "close all" followed by a "save project". I got the following :
> Access violation at address 007A47B2 in module 'devphp.exe'.
> Read of address 00000004.
That's a bug. Fixed in next version ( >= 2.2.1.302 )
> Is there some documentation on "projects", how to use, how to change between, etc.
I added the above to my todo list.
In short,
- save (the current) project - this is only mandatory in order to save all the breakpoints set
then, either
- open a 'New project', or
- open (an existing) 'project'.
Best regards,
Pierre.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Since my last submission I have made a cvs sandbox a project and now use the sidebar to switch between directories and to open files. (I must say, the more "I" learn about devphp features and facilities, the better "it" gets! Funny how this is usually the case:-)
Today I needed to edit some files in a different cvs sandbox. In my mind I needed to "close" this project and "open" another project.
I did a "close all" followed by a "save project". I got the following:
Access violation at address 007A47B2 in module 'devphp.exe'.
Read of address 00000004.
After clicking OK, I tried to X out of devphp, but I would always get a directory location dialog box, and no matter how I traversed it, I would receive the above message. I had to logout to make devphp go away. Upon reopening, it was as if I had not done the "close all"
Is there some documentation on "projects", how to use, how to change between, etc.
(still using 2.2.0.300)
Best regards,
Gordo
Hi Gordo,
Sorry for the delayed response.
> I did a "close all" followed by a "save project". I got the following :
> Access violation at address 007A47B2 in module 'devphp.exe'.
> Read of address 00000004.
That's a bug. Fixed in next version ( >= 2.2.1.302 )
> Is there some documentation on "projects", how to use, how to change between, etc.
I added the above to my todo list.
In short,
- save (the current) project - this is only mandatory in order to save all the breakpoints set
then, either
- open a 'New project', or
- open (an existing) 'project'.
Best regards,
Pierre.