If I remember correctly, 3.2.0 uses shared memory for rxapi.  The
Vista and later security won't let a user open a shared memory handle.
 This is why for Vista, we recommend always installing rxapi as a
service.

1.) You shouldn't have this problem if you try it with 4.0.0 and later.

2.) For 3.2.0 open up a command prompt with the runas admin option,
then work from there.  I think that will work.

3.) If you have an admin ID, you can give yourself the DEBUG
privilege, which should also work.  Let me know if you want details on
that, I'd have to look it up.

If course, you can not have 3.2.0 run from the memory stick if you
already have another verison of ooRexx installed on the system.  That
will never work.

--
Mark Miesfeld

On Thu, Sep 2, 2010 at 10:39 AM, Gil Barmwater <gbarmwa...@alum.rpi.edu> wrote:
> Well, it wasn't so good for me :-(  I copied my old (2007) ooRexx 3.2
> from my laptop to my stick, put it into my desktop - HP 64-bit, VISTA -
> did the path thing and typed 'rexx rexxtry.rex'.  Rexxtry starts (yeah!)
> but then I get a dialog box with "Open Object Rexx API Manager
> (RXAPI.EXE) could not be started or conflicts!"  I am able to type rexx
> statements at the rexxtry prompt and get results with another prompt but
> I get more dialog boxes with a slightly different message - "Open Object
> Rexx API Manager (RXAPI.EXE) could not be started.  This could be due to
> a version conflict!"
>
> I tried it with the ooRexx folder first in the path as well as at the
> end and on the Admin ID as well as a user ID, all with the same result.
>  Any ideas?
>
> Walter Pachl wrote:
>> Rexx on the stick
>> Works for me
>> CMD Window
>>
>>>set path=%PATH%;e:
>>>rexx whatever...
>>
>> Didn't find where to set the user path on Vista (but never mind)
>> Thanks y'all
>> Walter
>>
>> ------------------------------------------------------------------------------
>> Sell apps to millions through the Intel(R) Atom(Tm) Developer Program
>> Be part of this innovative community and reach millions of netbook users
>> worldwide. Take advantage of special opportunities to increase revenue and
>> speed time-to-market. Join now, and jumpstart your future.
>> http://p.sf.net/sfu/intel-atom-d2d
>> _______________________________________________
>> Oorexx-devel mailing list
>> Oorexx-devel@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/oorexx-devel
>>
>
> --
> Gil Barmwater
>
> ------------------------------------------------------------------------------
> This SF.net Dev2Dev email is sponsored by:
>
> Show off your parallel programming skills.
> Enter the Intel(R) Threading Challenge 2010.
> http://p.sf.net/sfu/intel-thread-sfd
> _______________________________________________
> Oorexx-devel mailing list
> Oorexx-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/oorexx-devel
>

------------------------------------------------------------------------------
This SF.net Dev2Dev email is sponsored by:

Show off your parallel programming skills.
Enter the Intel(R) Threading Challenge 2010.
http://p.sf.net/sfu/intel-thread-sfd
_______________________________________________
Oorexx-devel mailing list
Oorexx-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/oorexx-devel

Reply via email to