1. New IDE corrupts my project

I just downloaded the latest IDE 1-0-3.  I find that it corrupts my 
project.  My main Window is gone and Window2 is still there.  I had 
made this inactive and invisible before...

As with IDE 1-0-2, the Build project option doesn't work.  I have spaces 
in my path leading up to both the IDE and EUPHORIA and I think that may
be the cause for that problem.  Using ShellExecuteEx() you can get
around this problem but there is no way to tell when a process finishes
in EUPHORIA.

Shawn Pringle

new topic     » topic index » view message » categorize

2. Re: New IDE corrupts my project

Shawn Pringle wrote:
> Using ShellExecuteEx() you can get around this problem
I take it you are talking about spaces in paths and the IDE, I am not.
It is just the second half of that sentence I am commenting on:

> but there is no way to tell when a process finishes in EUPHORIA.
There is, you just call GetExitCodeProcess(). An example of this can be found in
my syswait.ew, which is also shipped with Edita, which also has other variations
on said (in eacons.ew) of a more multi-tasking nature.

Regards,
Pete

new topic     » goto parent     » topic index » view message » categorize

3. Re: New IDE corrupts my project

Shawn Pringle wrote:
> 
> I just downloaded the latest IDE 1-0-3.  I find that it corrupts my 
> project.  My main Window is gone and Window2 is still there.  I had 
> made this inactive and invisible before...

On my version, as long as I stay away from Generate Program|Run Project and
Generate Program|Bind Project it will not corrupt.  When I save the project it
LOOKS like it corrupts, but it actually does not.  I make my own backups.

To run, either use Launch|Pass Controls and then run directly from the editor or
Generate Program|Temporary|Temp Run (F6).

Binding can be accomplished by using the Launch|Pass Controls option, saving the
resulting exw file and then running bindw.bat (c:\......\BIN\exwc.exe
c:\......\source\bind.ex -w32 %1 %2 %3 %4 %5 %6 %7 %8 %9) directly and then
feeding it the name of the exw file.

Works for me, anyway, with no loss of functionality.

Mike

new topic     » goto parent     » topic index » view message » categorize

4. Re: New IDE corrupts my project

Thanks Pete,

Your system_wait routine worked perfectly.  
It was not confused by the spaces and it worked correctly.

The main problem is that this new IDE corrupted my project.  I guess it may
have something to do with its characteristics.  I have integrated system_wait 
into IDE-1-0-2 now.

Merry Christmas

Shawn

new topic     » goto parent     » topic index » view message » categorize

5. Re: New IDE corrupts my project

Shawn Pringle wrote:
> 
> Thanks Pete,
> 
> Your system_wait routine worked perfectly.  
> It was not confused by the spaces and it worked correctly.
> 
> The main problem is that this new IDE corrupted my project.  I guess it may
> have something to do with its characteristics.  I have integrated system_wait
> 
> into IDE-1-0-2 now.
> 
> Merry Christmas
> 
> Shawn

Shawn, why did you need to add the system_wait routine? If you would show me the
code you added to IDE v1.0.2 I'd be happy to include it in future versions of
IDE.

Also if your project has multiple projects there was a subtle bug that wrote one
of the windows twice and one not at all in the generated exw.

judith evans

new topic     » goto parent     » topic index » view message » categorize

6. Re: New IDE corrupts my project

Shawn Pringle wrote:
> 
> I just downloaded the latest IDE 1-0-3.  I find that it corrupts my 
> project.  My main Window is gone and Window2 is still there.  I had 
> made this inactive and invisible before...
> 
> Shawn Pringle

I have fixed this error and will post a revised IDE v1.0.3a soon.

I'm very upset that I caused by incomplete testing anyone to end up with a
corrupted project file. Unfortunately this fix can not restore your original
project file. Please accept my apology.

judith evans

new topic     » goto parent     » topic index » view message » categorize

Search



Quick Links

User menu

Not signed in.

Misc Menu