run on network with nothing in stalled on local oc's

Wilma

New Member
hi, im to fix a problem with program editor running on pc's in a school.

Porgram editor is on a network drive (including the *.ocx and *.dll files)

No part of program editor is installed on the local pc (except a schor cut to the net work drive)

the short cut simpily is a link to the executable the "run in" part of the short cut is the parent folder in witch program editor is intalled on the network.

Program editor works fine the fault is as soon as you click on flowchart you get "runtime error 339, problem with wave32.ocx"

I realise the .ocx and .dll's need to be on the local machine but due to school poilies I am not permitted to do this.

Any pointers please?
 

Technical

Technical Support
Staff member
You need to register the ocx path under Windows from the student installation using regsvr32

e.g. regsvr32 "f:\fullpath\filename.ocx"

This installation route (and the "school policy") is very unusual, it is normal to install these files locally.

 
Top