Re: Error in IDE

new topic     » topic index » view thread      » older message » newer message

Judith Evans wrote:
> 

> > 
> > I always start IDE by clicking IDE.exw so I do not know what is going wrong
> > for you;
> > maybe you have something different with the exw filetype association? 
> > Here is what I have for filetype exw:
> > "C:Euphoria\bin\exw.exw" "%1"
> 

That's it i had altered the filetype to "C:euphoria\bin\exw.exe" "%1" "%2" "%3",
 and just forgot all about it, it now work even without modified file.

Thanks for your time and help it now work even without modified file.

> I have fumble fingers today LOL. That should be "C:euphoria\bin\exw.exe" "%1"
> and of
> course you might be on a drive other than C.
> There may be other ways to set this up -- this is just what I have.
> 
> > 
> > For you to get error message 147 right after clicking IDE.exw, there must be
> > a third
> > param in command_line that IDE 'thinks' is a project file name. You might
> > want to put in a message_box in IDE.exw in the activate_Controls routine and
> > after
> >         params = command_line()
> >         if length(params) > 2 then
> > and see what is in params[3].
> > ~judith
> >
>

new topic     » topic index » view thread      » older message » newer message

Search



Quick Links

User menu

Not signed in.

Misc Menu