Displaying 1 result from an estimated 1 matches for "isgfx".
Did you mean:
igfx
2001 Aug 12
1
R (D)COM automation server for windows, type mismatch?
...by means of the 'toolbox' both originate
from the client library (see below) and are named
'Gfx1' (of type StatConnectorGraphicsDevice) and
'CharDev' (of type StatConnectorCharacterDevice)
The code fragment working with them is:
Dim x As StatConnector
Dim gfxdev As ISGFX
Set x = New StatConnector
x.Init ("R")
Set gfxdev = Gfx1.GetGFX
x.AddGraphicsDevice "dev1", gfxdev ' <- this works
x.SetCharacterOutputDevice CharDev ' <- this does not
VBA stops with a type mismatch error.
Unfortunately this is consistent with what I...