search for: gfxdev

Displaying 1 result from an estimated 1 matches for "gfxdev".

Did you mean: gfbdev
2001 Aug 12
1
R (D)COM automation server for windows, type mismatch?
...o the form 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 wit...