comp.lang.idl-pvwave archive
Messages from Usenet group comp.lang.idl-pvwave, compiled by Paulo Penteado

Home » Public Forums » archive » OPI function wave_execute fails on VMS
Show: Today's Messages :: Show Polls :: Message Navigator
E-mail to friend 
Switch to threaded view of this topic Create a new topic Submit Reply
OPI function wave_execute fails on VMS [message #31112] Thu, 13 June 2002 05:23
GuidoVent is currently offline  GuidoVent
Messages: 8
Registered: September 2001
Junior Member
Hallo all,

I use then PV-Wave OPI extension to execute Wave-commands from a
C-DLL, which is called via LINKNLOAD from Wave. On WinNt this works
fine, but on VMS I get an access violation:

%SYSTEM-F-ACCVIO, access violation, reason mask=01, virtual
address=FFFFFFFC, PC=0065FAD8, PSL=03C00004
% LINKNLOAD: Error in called routine.
% Execution halted at $MAIN$ (LINKNLOAD).

Here is the C source:

#include "opi_c_devel.h"

long Wave_Test(int argc, char *argv[])
{
char **text = ((char ***)argv)[0];
printf("%s\n",*text);
wave_execute(*text);
return 0;
}


Other OPI-functions like wave_get_WVH or wvh_dataptr work fine.

Any suggestions?

Guido
  Switch to threaded view of this topic Create a new topic Submit Reply
Previous Topic: Re: GET_LUN running out of LUNs?
Next Topic: Memory Mapped Files

-=] Back to Top [=-
[ Syndicate this forum (XML) ] [ RSS ] [ PDF ]

Current Time: Wed Oct 08 19:23:42 PDT 2025

Total time taken to generate the page: 0.00563 seconds