` Printed Icetips Article

Icetips Article



Par2: Wang imaging OCX
1999-01-18 -- Pete Halsted
 
I have applications working with all 4 version of the imaging controls
95/98/NT and professional with both c4 and c5. So it does work. You are
correct the names change in 98 that was because Eastman software bought it
from Wang Anyway I use the following lines when creating the control in
win98 and it works.

       ?Image {Prop:Create} = 'Imaging.EditCtrl.1'
       ?Image {Prop:ReportException} = False
       IF ~?Image{Prop:OLE}
          STOP('Unable to load the Imaging OCX.  Please make sure the
control is installed and registered.')
       END

If this is for an internal application that you have control over the PC's
being used an even simpler solution is to install the Win95 version on the
98 machine. I have done this and it works.



Printed April 27, 2024, 5:45 pm
This article has been viewed/printed 35111 times.