Author Topic: Programs that doesn't run  (Read 2953 times)

Martin Iturbide

  • OS2World NewsMaster
  • Global Moderator
  • Hero Member
  • *****
  • Posts: 4753
  • Karma: +41/-1
  • Your Friend Wil Declares...
    • View Profile
    • Martin's Personal Blog
Programs that doesn't run
« on: August 19, 2023, 05:08:30 am »
Hello

I have this REXX game that does not run.

It give an error:
Quote
[C:\HOME\DESKTOP\JP\GAME\CARD\Seven_0-01]seven
    SEVEN for OS/2 PM
       Release 0.01

Copyright (c) 1994, Altair
    All rights reserved.


To exit this game...
        1) Press 'Break' key with 'Ctrl' key.
        2) If SEVEN's dialogue-box has been openned, push 'OK' button of it.
    21 +++   Call VInit;
REX0043: Error 43 running C:\HOME\DESKTOP\JP\GAME\CARD\Seven_0-01\seven.cmd,
line 21: Routine not found

[C:\HOME\DESKTOP\JP\GAME\CARD\Seven_0-01]

Let me know if there is a way to run it.

Regards
Martin Iturbide
OS2World NewsMaster
... just share the dream.

Laurence Pithie

  • Jr. Member
  • **
  • Posts: 62
  • Karma: +1/-0
    • View Profile
Re: Programs that doesn't run
« Reply #1 on: August 19, 2023, 02:57:14 pm »
Vinit is the vrexx initialization routine. vrexx needs to be installed(as a minimum vrexx.exe, vrexx.dll, and devbase.dll in the same directory as the game should work)

Martin Iturbide

  • OS2World NewsMaster
  • Global Moderator
  • Hero Member
  • *****
  • Posts: 4753
  • Karma: +41/-1
  • Your Friend Wil Declares...
    • View Profile
    • Martin's Personal Blog
Re: Programs that doesn't run
« Reply #2 on: August 19, 2023, 03:25:04 pm »
It worked. Thanks !!
Martin Iturbide
OS2World NewsMaster
... just share the dream.