VPE Update

Attached is the modified VPE.PKG file from Sture's VDFQ13B release, modified for VPE 3.1 extended version.

If anyone has any problems with what appear to be missing pieces, please come back to me.
I think this was all there was to it - rather simple, really, and works like a charm.

Peter Tawse

Update: (5-28-2000)
The only problem that you may have with the package now is that you won't get rid of the "demo version" text, even so if you own the full release.
This is because the only difference between demo version and full release is a VPELicense call with the correct
parameters after the OpenDoc call.

So I have extended the needed packages. The only thing you have to do in your program is to fill 2 global variables with the registration information at the beginning of your program after the use of the pkgs:

     Move "XXXXXXXXX" to VPELicense1
     Move "YYYYY"     to VPELicense2

Peter Bosch