1. Edita Licence Error Process Terminated ???? Why

Selgor here,

What is the work around for

Licence Error

Process Terminated

in Pete Lomax's Edita.

Anyone please ?

Cheers

Selgor

new topic     » topic index » view message » categorize

2. Re: Edita Licence Error Process Terminated ???? Why

Selgor said...

What is the work around for

Licence Error

Process Terminated

in Pete Lomax's Edita.

This is a Phix problem. If you are running on a dual processor, the Edita.exe file (dated 18th March 2010?) will fail with this error. Try running "exw edita" instead.

Regards, Pete

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

3. Re: Edita Licence Error Process Terminated ???? Why

Hi Pete,

This is the error I now receive
when running exw edita ... edita.exw

C:\Program Files\Edita\arwen\message_box.ew:79
A namespace qualifier is needed to resolve WIN32.
WIN32 is defined as a global symbol in:
C:\Program Files\Edita\builtins\misc.e
C:\EUPHORIA\include\misc.e

if platform() != WIN32 then

So, as usual, I am "lost"

Any other suggestions ?

Cheers

Selgor.
^

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

4. Re: Edita Licence Error Process Terminated ???? Why

What version of RDS Eu are you running? The following may or may not help:

I've found that, near the top of edita.exw, since March I replaced

--DEV added 7/12/09... 
--/**/include builtins\platform.e 
--/**/include builtins\pprntf.e 
include builtins\machine.e 
include builtins\misc.e 
include builtins\sort.e 
include builtins\file.e 
include builtins\dll.e 
include builtins\ppp.e 
include builtins\get.e 


with

--Phix: 
--/**/include builtins\pcmdln.e 
--/**/include builtins\penv.e 
--/**/include builtins\psqop.e 
--/**/include builtins\misc.e 
--/**/include builtins\pdate.e 
--/**/include builtins\pcfunc.e 
--/**/include builtins\platform.e 
--/**/include builtins\pcurrdir.e 
--/**/include builtins\pprntf.e 
--/**/include builtins\psprint.e 
 
--RDS Eu 2.4: 
--/* 
include builtins\dll.e 
include builtins\machine.e 
include builtins\misc.e 
include builtins\sort.e 
include builtins\file.e 
include arwen\misc_arwen.e 
include builtins\pgetpath.e 
include builtins\ppp.e 
include builtins\get.e 
--*/ 

However, you will not have a builtins\pgetpath.e, so if you try it, just comment that line out.

I shall try and get a new release of Edita out this weekend. I'll even try it on Eu 4.0b4, if there's an eubins of it, so probably not.

Regards, Pete

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

Search



Quick Links

User menu

Not signed in.

Misc Menu